- f15cf03: chore: updated all dependencies
- dc7eb67: feat: upgrade bulma to v1
- 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4
- 8b8203b: - refactor: use mapstore as context other than passing as prop
- refactor: add index.ts in editor-panels
- fix: add pmtiles library in example
- fixed typescript error
- refactor: set layerId in context, and to use it in all style editing components. Now layer prop was removed.
- caa7a6e: fix: add support of stops in ColorControl.svelte
- de5af7b: feat: added heatmap support for circle layer
-
cfd5091: Upgraded prettier and eslint versions
- chore(deps): update typescript-eslint monorepo to v6 (major) (#284)
- chore(deps): update dependency prettier-plugin-svelte to v3 (#289)
Also, there are several maintenances by renovate. See commit logs.
- ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.
- 9add035: chore(deps): update dependency maplibre-gl to v3
- beca6aa: chore: updated npm packages
- 335408a: show layer title in style editor popup as title
- 4053f06: improved legend of heatmap
- 3d9c22c: fixed error of textsize and iconsize components
- 9e4ac24: fixed eye button and styleeditor button html. changed from span to div
- 87983f3: changed the position of importing tippy css in legend component
- e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist
- ae17bd4: enabled style editor for mobile.
- 86bb2bc: add options to choose either json editor or yaml editor for legend editor control
- 96f5ee5: add heatmap-color control in heatmap editor
- cc0b2d6: introduced debounce to avoid to much call setproperty function of maplibre. fixed bug of line-dasharray legend
- 2be1189: add IconOverlap for symbol layer
-
f0a84a2: - [breaking change] deleted
style
parameter to be exported in order to fix the bug of style editor after switching to different style- [breaking change] watch
style:change
custom event of maplibre map object to recreate legend panel.
When you changed map style.json, please fire
style:change
event like the following source code.map.on('style:change')
- [breaking change] watch
- 3e2c0c6: fixed bug of closing popup immediately after changing style anything.
- 52a4f0f: add help button to open maplibre spec page
- 829369b: add manual style editor
- 85dbeea: show heatmap and hillshade layers as rendered or related layers. fixed various bugs
- 1443de4: - Check whether icon-image is SFD icon in order to disable icon color editor
- Added several new properties for symbol editor
- Added raster editor properties
- 2919fde: create heatmap from symbol or line layer
- fb7897e: support additional layer type of heatmap, fill-extrusion, raster and heatmap, and background to show appropriate icon in legend
- 6e19de2: - refactor: created FieldControl
- refactor: created folder for each layer type
- refactor: changed close icon
- feat: added LineBlur, LineDashArray, RasterResampling
-
cc07946: improved color picker control for legend
-
6ba8ab3: - Added slider components
- Added several components to edit circle, fill extrusion, hillshade and line
-
ee99ba4: add color control in style editor
-
a859a84: add palette button to show popup to edit layer style.
- Opacity slider is added except hillshade type.
- Hillshade exaggeration slider is added for hillshade layer.
- 3cb5f7e: fixed CI to deploy
- facfff4: fixed turbo.json for build
- cf428fe: fixed turbo.json for build
- 634ef3a: Upgraded sveltekit to v1.0.0
- f710381: there is an issue of touchevent in mobile. Disabled drag n' drop feature of layer ordering in mobile. only support drag n' drop in Desktop PC.
- 8e1c2ee: enable drag and drop to change layer ordering in legend control
- 0a32d84: updated dependencies
- e0e2eb8: fixed bug of layer order. Improved GUI
- 77c9bc0: added the feature changing layer ordering by drag and drop in legend plugin
- e0f96f3: Use svelte-fa instead
- 3a33b83: updated watergis/legend-symbol. Now linedasharray is supported.
- 74d94ad: deleted bulma dependency from legend control
- 47bb80f: Use bulma.sass instead of CDN
- 447741a: updated all devDependencies in packages
- 265a243: changed css import method
- 754aa25: fixed fa icon css path
- 7d4ce1d: fixed fa icon file path
- 910aab9: separated legend header as a different component to enable to set height of contents flexiblely
- 7443333: fixed legend css
- 00f4865: fixed scroll of legend component
- 3347475: added files in package.json