Skip to content

Releases: MIERUNE/svelte-maplibre-gl

v0.1.6

18 Feb 10:10
a6a2bae
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #94

Full Changelog: v0.1.5...v0.1.6

v0.1.5

18 Feb 02:24
61194a1
Compare
Choose a tag to compare

What's Changed

  • feat: Support pmtiles.Protocol.add() by @ciscorn in #93

Docs:

  • Automatically update the "year" in the footer by @sorami in #91

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

04 Feb 04:54
a8247d1
Compare
Choose a tag to compare

What's Changed

  • feat(contour): Add custom getTile prop to MapLibreContourSource by @ciscorn in #89
  • feat: Add autoTrigger prop to GeolocateControl by @ciscorn in #87
  • docs: Upgrade to Tailwind v4 by @ciscorn in #88

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Jan 07:52
9f1e1ba
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Jan 05:04
49adf7d
Compare
Choose a tag to compare

What's Changed

  • feat: Add initial support for 'Terra Draw' by @ciscorn in #84

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Jan 11:40
a640485
Compare
Choose a tag to compare

What's Changed

  • fix: $state.snapshot(style) by @ciscorn in #81
  • docs: Improve type information in API Reference by @ciscorn in #72
  • docs: 'Globe with an atmosphere' example by @ciscorn in #76
  • docs: Update 'Custom Layer' example to support globe projection by @ciscorn in #77
  • docs: Update three.js example to support globe projection by @ciscorn in #78
  • chore: Update devDependencies 20250116 by @ciscorn in #79
  • docs: Add '3D Buildings' Example by @ciscorn in #80

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Jan 04:04
b422c1b
Compare
Choose a tag to compare

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

v0.0.23

06 Jan 14:08
0086c37
Compare
Choose a tag to compare

What's Changed

  • doc: doc-overview-quickstart by @Kanahiro in #62
  • Update devDependencies 2024-12-31 by @ciscorn in #63
  • docs: Add initial 'API Reference' prototype by @ciscorn in #65
  • feat: Load maplibre-gl.css dynamically by @ciscorn in #66
  • fix: Correct version specifiers to exclude @deck.gl 9.0.38 by @ciscorn in #70

Full Changelog: v0.0.13...v0.0.23

v0.0.13

22 Dec 23:18
b3a6528
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary $state.snapshot from DeckGLOverlay
  • Add an example: Marker and Popup by @ciscorn in #53
  • Support preview release using pkg-pr-new by @ciscorn in #54
  • Update devDependencies 20241218 by @ciscorn in #55
  • docs: Enable prerenderring for example pages by @ciscorn in #56
  • Update devDependencies 20241218-1 by @ciscorn in #57

Full Changelog: v0.0.12...v0.0.13

v0.0.12

04 Dec 12:55
a122cea
Compare
Choose a tag to compare

What's Changed

  • Enable two-way bindings for Popup’s open/close state by @ciscorn in #52

Full Changelog: v0.0.11...v0.0.12