Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@ciscorn ciscorn released this 07 Jan 04:04
· 1 commit 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 endpoints:

    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