Skip to content

v0.1.0

Compare
Choose a tag to compare
@ciscorn ciscorn released this 07 Jan 04:04
· 2 commits to main since this release
b422c1b

What's Changed

⚠️ Breaking Changes:

  • feat: Split extensions into dedicated entry points by @ciscorn in #71

    To use extensions, you now need to import them from dedicated entry points:

    import { MapLibreContourSource } from "svelte-maplibre-gl/contour"
    import { DeckGLOverlay } from "svelte-maplibre-gl/deckgl"
    import { PMTilesProtocol } from "svelte-maplibre-gl/pmtiles"

Full Changelog: v0.0.23...v0.1.0