|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.3.0] - 2025-02-11 |
| 4 | + |
| 5 | +This version includes major improvements over 0.2. |
| 6 | + |
| 7 | +### New Features: |
| 8 | + |
| 9 | +- Run `earcut` on a web worker to improve rendering performance of the `SolidPolygonLayer` by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/85 |
| 10 | + - Earcut main thread fallback by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/92 |
| 11 | +- New layer types: |
| 12 | + - Add Arc layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/63 |
| 13 | + - Add heatmap layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/64 |
| 14 | + - Add column layer and h3 hexagon layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/68 |
| 15 | + - Add GeoArrowTextLayer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/70 |
| 16 | + - GeoArrow-based Trips Layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/34 |
| 17 | + - polygon layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/79 |
| 18 | + - Start implementation of point cloud layer by @naomatheus in https://github.com/geoarrow/deck.gl-layers/pull/96 |
| 19 | + |
| 20 | +### What's Changed |
| 21 | + |
| 22 | +- Simplified accessor validation by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/69 |
| 23 | +- Text example & Fix text rendering by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/72 |
| 24 | +- compute table offsets by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/91 |
| 25 | +- Fix error when no geometry column found by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/94 |
| 26 | +- function accessors by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/100 |
| 27 | +- Wrap worker instantiation in try/catch; fix for non-served HTML files by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/108 |
| 28 | +- Export PointCloudLayer through top-level index.ts by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/110 |
| 29 | +- Fix picking in the polygon layer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/113 |
| 30 | +- Publish beta with fixed PolygonLayer by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/115 |
| 31 | +- Fix bundling for loading from CDN by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/111 |
| 32 | +- Prefer user input over defaults by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/119 |
| 33 | +- fix arrow bundle by @atmorling in https://github.com/geoarrow/deck.gl-layers/pull/122 |
| 34 | +- Support deck.gl v9 by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/112 |
| 35 | +- Support separated (struct) coordinates for all applicable layers by @gmoney1729 in https://github.com/geoarrow/deck.gl-layers/pull/139 |
| 36 | + |
| 37 | +## New Contributors |
| 38 | + |
| 39 | +- @naomatheus made their first contribution in https://github.com/geoarrow/deck.gl-layers/pull/96 |
| 40 | +- @gmoney1729 made their first contribution in https://github.com/geoarrow/deck.gl-layers/pull/139 |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0 |
| 43 | + |
3 | 44 | ## [0.2.0] - 2023-10-21
|
4 | 45 |
|
5 |
| -## What's Changed |
| 46 | +### What's Changed |
6 | 47 |
|
7 | 48 | - Correctly forward props by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/46
|
8 | 49 | - Cleaner data reproductions for examples by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/45
|
|
0 commit comments