Releases: MIERUNE/svelte-maplibre-gl
Releases · MIERUNE/svelte-maplibre-gl
v0.1.6
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
v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
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
What's Changed
-
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
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
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