|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | + |
| 4 | +## Unreleased |
| 5 | + |
| 6 | +* feat: Create `@developmentseed/geozarr` package and define zod schema by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/395 |
| 7 | +* feat: Create zarr-tileset as implementation of generic tile traversal by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/397 |
| 8 | +* feat: Initial, most basic GeoZarr example by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/399 |
| 9 | +* feat: Web Mercator axis-aligned cutline support by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/424 |
| 10 | + |
| 11 | +## v0.5.0 - 2026-05-16 |
| 12 | + |
| 13 | +### Breaking Changes |
| 14 | + |
| 15 | +* refactor!: Generalize tile traversal interface by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/391 and refactor(deck.gl-raster)!: Finish generalizing tile traversal by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/394 |
| 16 | + * This is only a breaking change if you were using the low-level tile traversal primitives exported by `@developmentseed/deck.gl-raster`. There were no breaking changes to the `COGLayer`. |
| 17 | + |
| 18 | +### New Features |
| 19 | + |
| 20 | +- New `MultiCOGLayer`: |
| 21 | + * feat: Initial work for `MultiCOGLayer`: cross-resolution tileset for sentinel/landsat by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/408 |
| 22 | + * feat: Debug view for MultiCOGLayer by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/410 |
| 23 | + * fix: Fix edge tile rendering in MultiCOGLayer by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/411 |
| 24 | + * fix: Define `byteLength` on MultiCOG internal tile data by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/413 |
| 25 | + * fix: Ensure we reset state when changing sources in MultiCOGLayer by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/414 |
| 26 | + * fix: Filter out nodata pixels in Sentinel-2 example by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/415 |
| 27 | +* feat: Pass any `TextureSource` to `MeshTextureLayer` by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/369 |
| 28 | +* feat(geotiff): Support multi-tile fetching by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/406 |
| 29 | + |
| 30 | +### Fixes |
| 31 | + |
| 32 | +* fix: Turn off lighting/`material` by default by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/423 |
| 33 | +* fix: Remove alignment workarounds, bump to deck/luma 9.3 by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/419 |
| 34 | +* fix: Move `lerc` to non-dev dependencies by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/367 |
| 35 | +* fix: Fix black flash when panning by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/377 |
| 36 | + |
| 37 | +### Performance |
| 38 | + |
| 39 | +* perf: Avoid unnecessary mesh recomputation by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/370 |
| 40 | +* perf: Cache the result of bounding volume computation per RasterTileNode by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/371 |
| 41 | + |
| 42 | +### Other |
| 43 | + |
| 44 | +* feat: Print tile xyz index in COG Layer debug mode by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/378 |
| 45 | +* ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses) by @lhoupert in https://github.com/developmentseed/deck.gl-raster/pull/390 |
| 46 | +* refactor: move projection utils from `deck.gl-geotiff` to `proj` package by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/398 |
| 47 | +* fix: Use `MapboxOverlayProps` instead of `DeckProps` in example to fix type check by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/400 |
| 48 | +* chore: deduplicate tsconfigs in examples folder by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/426 |
| 49 | +* ci: Ensure we typecheck examples by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/427 |
| 50 | +* ci: Apply typechecking to source packages on CI by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/430 |
| 51 | +* ci: deploy docs only on release tags by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/433 |
| 52 | +* feat: Clean up sentinel-2 example by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/437 |
| 53 | +* docs: Add link from example cards to code source by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/439 |
| 54 | +* docs: Update screenshots in docs by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/440 |
| 55 | +* docs: Update examples to link back to docs website by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/441 |
| 56 | + |
| 57 | +### New Contributors |
| 58 | + |
| 59 | +* @lhoupert made their first contribution in https://github.com/developmentseed/deck.gl-raster/pull/390 |
| 60 | + |
| 61 | +**Full Changelog**: https://github.com/developmentseed/deck.gl-raster/compare/v0.4.0...v0.5.0 |
| 62 | + |
3 | 63 | ## v0.4.0 - 2026-03-20 |
4 | 64 |
|
5 | | -## What's Changed |
| 65 | +### What's Changed |
6 | 66 |
|
7 | 67 | * feat: expose maxRequests on COGLayer by @maxrjones in https://github.com/developmentseed/deck.gl-raster/pull/333 |
8 | 68 | * fix: Bump proj4 to fix web mercator projection by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/346 |
|
13 | 73 | * fix: Support TileLayer refinement strategies by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/354 |
14 | 74 | * feat: add ndvi filter slider to NAIP-mosaic example by @kylebarron in https://github.com/developmentseed/deck.gl-raster/pull/357 |
15 | 75 |
|
16 | | -## New Contributors |
| 76 | +### New Contributors |
| 77 | + |
17 | 78 | * @maxrjones made their first contribution in https://github.com/developmentseed/deck.gl-raster/pull/333 |
18 | 79 | * @aboydnw made their first contribution in https://github.com/developmentseed/deck.gl-raster/pull/348 |
19 | 80 |
|
|
0 commit comments