Skip to content

v2.0.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 10 Jun 16:13
1724b91

2.0.0 (2026-06-10)

⚠ BREAKING CHANGES

  • v-maplibre: COG/MultiCog/Mosaic/Zarr/WindParticle/Starfield layer components are renamed. Update template tags and imports accordingly.
  • v-maplibre: optional-peer components must now be imported from their subpath (e.g. @geoql/v-maplibre/deck.gl) instead of the package root.

Bug Fixes

  • v-maplibre: add native layers race-free when style preloaded (e73f0ff)
  • v-maplibre: keep cullMode none for globe layers (68ab034)
  • v-maplibre: paint static deck.gl overlays reliably on first load (a1e5fe2)
  • v-maplibre: register deck.gl layers via watch(map) to fix first-load race (14e2a00)
  • v-maplibre: skip forced repaint on interleaved overlays (18ac614)
  • v-maplibre: stop globe deck layers z-fighting the sphere (59b986a)
  • v-maplibre: use depthCompare:'always' for globe layers (deck.gl#10206) (738ba52)

Documentation

  • update guides and READMEs to renamed subpath layer components (ef48b4a)
  • v-maplibre: document v2.0.0 subpath imports + migration guide (5a0f54c)

Miscellaneous

  • deps: update dependencies and bump pnpm to 11.5.2 (6e206c1)
  • v-maplibre: remove one-off #114 verification scripts (fbbb3a4)

Code Refactoring

  • v-maplibre: drop Deckgl/Maplibre prefix from subpath layer names (d74c31a)
  • v-maplibre: split optional-peer layers into subpath exports (e26c230)