Skip to content

Releases: dimfeld/svelte-maplibre

Hover management fix

03 Jul 22:42
Compare
Choose a tag to compare

Hover state was not properly managed for features with ID 0. Thanks @dabreegster for the fix!

Dynamic import for @deck.gl

26 Jun 18:26
Compare
Choose a tag to compare

This allows users of this library who don't need the deck.gl layers to omit the dependencies, as originally intended.

Version upgrades

26 Jun 18:13
Compare
Choose a tag to compare

Upgraded to the final release of MapLibre GL v3. There were only minor fixes between the prerelease version I was using before and the final version, so you should not anticipate needing to update anything.

Svelte 4 has also been added to the peer dependency range. This library continues to work fine with Svelte 3.

v0.2.2

09 Jun 20:09
Compare
Choose a tag to compare
  • Add transformRequest support to Map

Thanks to @jamesscottbrown for the PR!