- 1ee0033: fix: fixed bug of raster layer position when style is switched.
- 358948b: fix: removed svelte from peer dependencies since it is not svelte component.
- 63e4642: fix: fixed bug to insert layers duplicatedly when style is changed
- 9d91903: chore: updated all dependencies of monorepo by using pnpm -r update.
- 3101984: chore: updated eslint to v9
-
325e5ac: fix: show tooltip for style switcher buttons
-
5a41503: fix: improved style-switcher behaviours:
- close style options if one of styles is clicked.
- Dynamically change tippy content text according to the current state.
- 59f99d2: fix: changed button border-color to #c0c0c0 to make it visible in darker base style.
- 8f8cc28: fix: check the entire layer object instead of checking only layer id at style switcher.
- 7d3c54c: chore: upgraded to maplibre v4 and pmtiles v3
- e09558f: chore: migrated sveletekit from v1 to v2
- 1175a321: feat: [breaking changes] rewrote style switcher plugin from svelte to normal vanialla JS. New style switcher control now supports more than two style, and use image URL instead of creating maplibre map object.
- 1175a321: feat: [breaking change] Use static image api for preview image of map button other than using maplibre map object
- 626ee6dc: chore: updated dependencies for packages and geohub repo
- 8a2176a0: fix: add files in package.json
- 6bd9322a: fix: fixed a bug of style switching when default style is bing aerial
- c111d12c: feat: add 'defaultStyle' parameter in StyleSwitcher
- a2fb2c42: fix: restore current selected map state to style switcher button
- 65fcbf0e: chore: pnpm update
- bf26a456: chore: pnpm update -r to update npm packages
- bb478d8b: fix: changed control css name from 'mapboxgl-ctrl' to 'maplibregl-ctrl'
- 68bc4a96: chore: migrated maplibre to v3
- 9328b703: chore: migrated svelte3 to svelte4 with newer lint and prettier
- c8f5b2f1: chore: updated all npm packages except maplibre-gl
- 8ca24d8: chore: updated svelte-package to v2
- f94ccdc: revert changes to use prepack
- 58055ac: removed prepare script from packages
- ba30a62: add prepack and postpack script to move package folder before publishing and back to original folder after publishing
- a95fdb0: pnpm udate
- a95fdb0: moved svelte module from devDependencies to peerDependencies