Releases: MIERUNE/svelte-maplibre-gl
Releases · MIERUNE/svelte-maplibre-gl
v0.1.1
What's Changed
- 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
- fix:
$state.snapshot(style)
by @ciscorn in #81
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
v0.0.12
v0.0.11
v0.0.10
What's Changed
- Bump @sveltejs/kit from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory by @dependabot in #34
- Add a utility component for loading images from URLs by @ciscorn in #35
- Add pmtiles, deck.gl, maplibre-contour to peerDependencies by @ciscorn in #36
- deck.gl: More reactivity by @ciscorn in #39
- docs: Update Shiki’s regex engine to use Oniguruma (Wasm) by @ciscorn in #40
- Add PMTiles and Three.js demo by @ciscorn in #43
- docs: Tweak syntax highlighter setup and cache-control by @ciscorn in #44
Full Changelog: v0.0.8...v0.0.10
v0.0.9
What's Changed
- Bump @sveltejs/kit from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory by @dependabot in #34
- Add a utility component for loading images from URLs by @ciscorn in #35
- Add pmtiles, deck.gl, maplibre-contour to peerDependencies by @ciscorn in #36
- Initial deck.gl support by @ciscorn in #37
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in the npm_and_yarn group across 1 directory by @dependabot in #1
- Support [lng, lat] alongside {lng, lat} in two-way bindings by @ciscorn in #12
- Code on example pages by @ciscorn in #15
- Change syntax highlighter from PrismJS to Shiki by @ciscorn in #16
- Add 'Limit Map Interactions' example by @ciscorn in #18
- Add CustomControl components by @Kanahiro in #19
- Algolia DocSearch by @ciscorn in #20
- Defer dynamic style operations until the current style is fully loaded by @ciscorn in #24
- feat: implement
<Protocol/>
for custom protocols by @Kanahiro in #25 - PMTilesProtocol component by @ciscorn in #28
- extension: maplibre-contour by @ciscorn in #30
- ci: Lint by @ciscorn in #31
- CI: release to npm by @ciscorn in #33
New Contributors
- @dependabot made their first contribution in #1
- @Kanahiro made their first contribution in #19
Full Changelog: https://github.com/MIERUNE/svelte-maplibre-gl/commits/v0.0.8