Skip to content

Releases: watergis/svelte-maplibre-components

@watergis/svelte-maplibre-menu@4.0.1

19 Aug 01:09
8b27d9b

Choose a tag to compare

@watergis/svelte-maplibre-menu

3.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.1.2

Patch Changes

  • 3df9f92: feat: Now moved xmark button to inside sidebar container. In addition, added showMenuButtonOnMap variable in the component to enable to hide menu button from the map.

2.1.1

Patch Changes

  • 8cf922a: fix: use module of splitter from dist instead of src

2.1.0

Minor Changes

  • e1b1a96: fix: removed svelte-fa and use fontawesome CDN as dependency due to the error when it is used in SSR

2.0.5

Patch Changes

  • 0da5eeb: fix: bug of opening mobile menu even when isMenuShown is false

2.0.4

Patch Changes

  • 0ff6f04: fix: wait for creating menuButton until map object is ready

2.0.3

Patch Changes

  • 4c49068: fix: recreate maplibre control object once map object is available

2.0.2

Patch Changes

  • 570b43c: fix: added classname for maplibre control button

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.2

Patch Changes

  • 6303c40: feat: added on:changed event to enable tracking changes of splitted containers' size.

    You can track changes for containers' size by following code.

    <script>
    	const onChange = (e) => {
    		const { percent, primarySize, splitterSize, secondarySize, dragging } = event.detail
    	};
    </script>
    
    <MenuControl
    	on:changed={onChange}>

1.0.1

Patch Changes

  • 6e4275e: fix: bug of customised close icon for mobile in menu control
  • 6e4275e: fix: bug of position of close icon when holizontally splitted and sidebarOnLeft is false

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

Patch Changes

  • 9add035: fix: css class name of 'mapboxgl-ctrl' to 'maplibregl-ctrl'

0.3.0

Minor Changes

  • f62e97b: feat: added faIcon and faIconSize props to enable to change menu icon to any other fontawesome icons and sizes
  • f62e97b: feat: added isHorizontal option to split menu as horizontally

0.2.1

Patch Changes

  • beca6aa: chore: updated npm packages

0.2.0

Minor Changes

  • 17633f0: [breaking change] Added option of sidebarOnLeft to select sidebar poisiton either left or right

    slot names were changed from primary/secondary to sidebar/map due to implementing sidebarOnLeft option.

    <MenuControl bind:map position={'top-left'} isMenuShown={false} sidebarOnLeft={true}>
    	<div slot="sidebar">content</div>
    	<div slot="map">
    		<div class="map" bind:this={mapContainer} />
    	</div>
    </MenuControl>

    Furthermore, following props names were changed

    • initialPrimaryWidth > initialSidebarWidth
    • minPrimaryWidth > minSidebarWidth
    • minSecondaryWidth > minMapWidth

0.1.18

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.17

Patch Changes

  • 8572d28: Changed close icon on mobile to circleXmark. fixed some behaviour of initial openning in mobile

0.1.16

Patch Changes

0.1.15

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.14

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.13

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.12

Patch Changes

0.1.11

Patch Changes

  • 56b1069: fixed close icon in mobile

0.1.10

Patch Changes

0.1.9

Patch Changes

  • 988211c: exported width and height in menu control

0.1.8

Patch Changes

  • 99a37d3: fixed 100vh issue in menu control

0.1.7

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.6

Patch Changes

  • 265a243: changed css import method

0.1.5

Patch Changes

0.1.4

Patch Changes

  • b0bdb7e: removed uncessessary code on menu component

0.1.3

Patch Changes

  • 9989674: fixed isMobile setting on menu

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 2b9a4a1: removed scroll from menu

0.1.0

Minor Changes

  • 585ac61: first release of svelte-maplibre-menu

@watergis/svelte-maplibre-attribute-table@4.0.1

19 Aug 01:09
8b27d9b

Choose a tag to compare

@watergis/svelte-maplibre-attribute-table

3.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies
  • Updated dependencies [f15cf03]
    • @watergis/svelte-maplibre-menu@3.0.1

3.0.0

Major Changes

  • dc7eb67: feat: upgrade bulma to v1

2.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

Patch Changes

  • Updated dependencies [91a4fa0]
    • @watergis/svelte-maplibre-menu@3.0.0

1.1.2

Patch Changes

  • 3df9f92: feat: Now moved xmark button to inside sidebar container. In addition, added showMenuButtonOnMap variable in the component to enable to hide menu button from the map.
  • Updated dependencies [3df9f92]
    • @watergis/svelte-maplibre-menu@2.1.2

1.1.1

Patch Changes

  • Updated dependencies [8cf922a]
    • @watergis/svelte-maplibre-menu@2.1.1

1.1.0

Minor Changes

  • e1b1a96: fix: removed svelte-fa and use fontawesome CDN as dependency due to the error when it is used in SSR

Patch Changes

  • Updated dependencies [e1b1a96]
    • @watergis/svelte-maplibre-menu@2.1.0

1.0.5

Patch Changes

  • Updated dependencies [0da5eeb]
    • @watergis/svelte-maplibre-menu@2.0.5

1.0.4

Patch Changes

  • Updated dependencies [0ff6f04]
    • @watergis/svelte-maplibre-menu@2.0.4

1.0.3

Patch Changes

  • Updated dependencies [4c49068]
    • @watergis/svelte-maplibre-menu@2.0.3

1.0.2

Patch Changes

  • 570b43c: fix: added classname for maplibre control button
  • Updated dependencies [570b43c]
    • @watergis/svelte-maplibre-menu@2.0.2

1.0.1

Patch Changes

  • 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.

  • Updated dependencies [cfd5091]

    • @watergis/svelte-maplibre-menu@2.0.1

1.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

Patch Changes

  • Updated dependencies [ba763ad]
    • @watergis/svelte-maplibre-menu@2.0.0

0.0.8

Patch Changes

  • 5fa4ff4: fix: adjusted the layout of attribute table for select box and label when there is no data in selected layer.

0.0.7

Patch Changes

0.0.6

Patch Changes

  • 4693240: fix: style of icon button in attribute-table control

0.0.5

Patch Changes

  • 3210692: feat: added pan to feature button

0.0.4

Patch Changes

  • Updated dependencies [6303c40]
    • @watergis/svelte-maplibre-menu@1.0.2

0.0.3

Patch Changes

  • 84b02fd: fix: set default values for width and height

0.0.2

Patch Changes

  • 6e4275e: feat: add @watergis/svelte-maplibre-attribute-table control
  • Updated dependencies [6e4275e]
  • Updated dependencies [6e4275e]
    • @watergis/svelte-maplibre-menu@1.0.1

@watergis/svelte-maplibre-valhalla@4.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-valhalla

3.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

0.0.16

Patch Changes

  • beca6aa: chore: updated npm packages

0.0.15

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.0.14

Patch Changes

0.0.13

Patch Changes

  • facfff4: fixed turbo.json for build

0.0.12

Patch Changes

  • cf428fe: fixed turbo.json for build

0.0.11

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.8

Patch Changes

  • 19ab46f: deleted bulma dependency from valhalla control

0.0.7

Patch Changes

  • 447741a: updated all devDependencies in packages

0.0.6

Patch Changes

  • 265a243: changed css import method

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

  • e2290b1: don't clease routing data when it is destroyed

0.0.2

Patch Changes

  • dc652ab: first release of svelte-maplibre-valhalla

@watergis/svelte-maplibre-style-switcher@5.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-style-switcher

4.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

4.0.0

Major Changes

  • dc7eb67: feat: upgrade bulma to v1

3.0.2

Patch Changes

  • 601ce19: refactor: refactored style-switcher code

3.0.1

Patch Changes

  • 48d56cc: fix: fixed index.ts to export StyleSwitcherOption

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

Patch Changes

  • 9add035: fix: css class name of 'mapboxgl-ctrl' to 'maplibregl-ctrl'

0.1.17

Patch Changes

  • beca6aa: chore: updated npm packages

0.1.16

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.15

Patch Changes

0.1.14

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.13

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.12

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.11

Patch Changes

  • c4f7e5b: Use deboucne to prevent several click and mouseenter events occurs at once. Also fixed some css for map preview.
  • 56f16c6: put debounce time a bit longer

0.1.10

Patch Changes

  • 6914bee: add maplibre control to switch map style

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • f570227: fixed styleswitcher's css layout

0.1.6

Patch Changes

  • 4d572ac: fixed style swticher's css

0.1.5

Patch Changes

  • ed999d2: fixed style of style-swither select box

0.1.4

Patch Changes

  • c3b5edd: deleted bulma dependencies

0.1.3

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.2

Patch Changes

  • c8f8d5e: add getInitialStyle function in StyleUrl class

0.1.1

Patch Changes

0.1.0

Minor Changes

  • da128c4: first release of svelte-maplibre-style-switcher

@watergis/svelte-maplibre-share@5.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-share

4.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

4.0.0

Major Changes

  • dc7eb67: feat: upgrade bulma to v1

Patch Changes

  • dc7eb67: fix: Use @undp-data/svelte-copy-to-clipboard and fontawesome CDN instead

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.2

Patch Changes

  • 570b43c: fix: added classname for maplibre control button

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

Patch Changes

  • 9add035: fix: css class name of 'mapboxgl-ctrl' to 'maplibregl-ctrl'

0.1.15

Patch Changes

  • beca6aa: chore: updated npm packages

0.1.14

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.13

Patch Changes

0.1.12

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.11

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.10

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • 2c40311: use bulma.sass instead of CDN

0.1.6

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.5

Patch Changes

  • 265a243: changed css import method

0.1.4

Patch Changes

0.1.3

Patch Changes

  • cb6af9e: removed $app/page in share control

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 292d030: first release for svelte-maplibre-share

Patch Changes

@watergis/svelte-maplibre-search@4.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

Major Changes

  • efb4ec5: feat: upgrade svelte v4 to v5

@watergis/svelte-maplibre-menu@4.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-menu

3.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.1.2

Patch Changes

  • 3df9f92: feat: Now moved xmark button to inside sidebar container. In addition, added showMenuButtonOnMap variable in the component to enable to hide menu button from the map.

2.1.1

Patch Changes

  • 8cf922a: fix: use module of splitter from dist instead of src

2.1.0

Minor Changes

  • e1b1a96: fix: removed svelte-fa and use fontawesome CDN as dependency due to the error when it is used in SSR

2.0.5

Patch Changes

  • 0da5eeb: fix: bug of opening mobile menu even when isMenuShown is false

2.0.4

Patch Changes

  • 0ff6f04: fix: wait for creating menuButton until map object is ready

2.0.3

Patch Changes

  • 4c49068: fix: recreate maplibre control object once map object is available

2.0.2

Patch Changes

  • 570b43c: fix: added classname for maplibre control button

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.2

Patch Changes

  • 6303c40: feat: added on:changed event to enable tracking changes of splitted containers' size.

    You can track changes for containers' size by following code.

    <script>
    	const onChange = (e) => {
    		const { percent, primarySize, splitterSize, secondarySize, dragging } = event.detail
    	};
    </script>
    
    <MenuControl
    	on:changed={onChange}>

1.0.1

Patch Changes

  • 6e4275e: fix: bug of customised close icon for mobile in menu control
  • 6e4275e: fix: bug of position of close icon when holizontally splitted and sidebarOnLeft is false

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

Patch Changes

  • 9add035: fix: css class name of 'mapboxgl-ctrl' to 'maplibregl-ctrl'

0.3.0

Minor Changes

  • f62e97b: feat: added faIcon and faIconSize props to enable to change menu icon to any other fontawesome icons and sizes
  • f62e97b: feat: added isHorizontal option to split menu as horizontally

0.2.1

Patch Changes

  • beca6aa: chore: updated npm packages

0.2.0

Minor Changes

  • 17633f0: [breaking change] Added option of sidebarOnLeft to select sidebar poisiton either left or right

    slot names were changed from primary/secondary to sidebar/map due to implementing sidebarOnLeft option.

    <MenuControl bind:map position={'top-left'} isMenuShown={false} sidebarOnLeft={true}>
    	<div slot="sidebar">content</div>
    	<div slot="map">
    		<div class="map" bind:this={mapContainer} />
    	</div>
    </MenuControl>

    Furthermore, following props names were changed

    • initialPrimaryWidth > initialSidebarWidth
    • minPrimaryWidth > minSidebarWidth
    • minSecondaryWidth > minMapWidth

0.1.18

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.17

Patch Changes

  • 8572d28: Changed close icon on mobile to circleXmark. fixed some behaviour of initial openning in mobile

0.1.16

Patch Changes

0.1.15

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.14

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.13

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.12

Patch Changes

0.1.11

Patch Changes

  • 56b1069: fixed close icon in mobile

0.1.10

Patch Changes

0.1.9

Patch Changes

  • 988211c: exported width and height in menu control

0.1.8

Patch Changes

  • 99a37d3: fixed 100vh issue in menu control

0.1.7

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.6

Patch Changes

  • 265a243: changed css import method

0.1.5

Patch Changes

0.1.4

Patch Changes

  • b0bdb7e: removed uncessessary code on menu component

0.1.3

Patch Changes

  • 9989674: fixed isMobile setting on menu

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 2b9a4a1: removed scroll from menu

0.1.0

Minor Changes

  • 585ac61: first release of svelte-maplibre-menu

@watergis/svelte-maplibre-measure@4.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-measure

3.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

0.1.20

Patch Changes

  • beca6aa: chore: updated npm packages

0.1.19

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.18

Patch Changes

  • 658cd44: fixed example of measure control. removed esbuild from package

0.1.17

Patch Changes

0.1.16

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.15

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.14

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.13

Patch Changes

0.1.12

Patch Changes

  • 7f62cf7: use terrain-rgb package instead

0.1.11

Patch Changes

0.1.10

Patch Changes

  • 992062a: deleted bulma to use normal css for measure control

0.1.9

Patch Changes

  • a2ceda9: updated layout and started using bulma.sass instead of CDN
  • 6fa20fe: updated README.md

0.1.8

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.7

Patch Changes

  • 265a243: changed css import method

0.1.6

Patch Changes

0.1.5

Patch Changes

  • 94a6e01: fixed a bug of mapClickListenr

0.1.4

Patch Changes

  • cb8d12b: now it bundles png-ts inside

0.1.3

Patch Changes

  • 90db6ff: now it bundle terrain-rgb package inside

0.1.2

Patch Changes

  • 443fc9b: updated terrain-rgb package

0.1.1

Patch Changes

  • e8e0c9a: updated terrain-rgb packaeg

0.1.0

Minor Changes

  • 771836c: first release pf svelte-maplibre-measure

@watergis/svelte-maplibre-legend@5.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-legend

4.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

4.0.0

Major Changes

  • dc7eb67: feat: upgrade bulma to v1

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.3

Patch Changes

  • 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.

2.0.2

Patch Changes

  • caa7a6e: fix: add support of stops in ColorControl.svelte
  • de5af7b: feat: added heatmap support for circle layer

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

0.1.28

Patch Changes

  • beca6aa: chore: updated npm packages

0.1.27

Patch Changes

  • 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

0.1.26

Patch Changes

  • 87983f3: changed the position of importing tippy css in legend component

0.1.25

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.24

Patch Changes

  • ae17bd4: enabled style editor for mobile.

0.1.23

Patch Changes

  • 86bb2bc: add options to choose either json editor or yaml editor for legend editor control

0.1.22

Patch Changes

  • 96f5ee5: add heatmap-color control in heatmap editor

0.1.21

Patch Changes

  • cc0b2d6: introduced debounce to avoid to much call setproperty function of maplibre. fixed bug of line-dasharray legend
  • 2be1189: add IconOverlap for symbol layer

0.1.20

Patch Changes

  • 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')
    

0.1.19

Patch Changes

  • 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

0.1.18

Patch Changes

  • 85dbeea: show heatmap and hillshade layers as rendered or related layers. fixed various bugs

0.1.17

Patch Changes

  • 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

0.1.16

Patch Changes

  • 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.

0.1.15

Patch Changes

0.1.14

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.13

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.12

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.11

Patch Changes

  • 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.

0.1.10

Patch Changes

  • 8e1c2ee: enable drag and drop to change layer ordering in legend control

0.1.9

Patch Changes

  • 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

0.1.8

Patch Changes

0.1.7

Patch Changes

  • 3a33b83: updated watergis/legend-symbol. Now linedasharray is supported.

0.1.6

Patch Changes

  • 74d94ad: deleted bulma dependency from legend control

0.1.5

Patch Changes

  • 47bb80f: Use bulma.sass instead of CDN

0.1.4

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.3

Patch Changes

  • 265a243: changed css import method

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 910aab9: separated legend header as a different component to enable to set height of contents flexiblely

0.0.17

Patch Changes

0.0.16

Patch Changes

  • 00f4865: fixed scroll of legend component

0.0.15

Patch Changes

  • 3347475: added files in package.json

@watergis/svelte-maplibre-export@5.0.0

18 Aug 01:48
343c4a7

Choose a tag to compare

@watergis/svelte-maplibre-export

4.0.1

Patch Changes

  • f15cf03: chore: updated all dependencies

4.0.0

Major Changes

  • dc7eb67: feat: upgrade bulma to v1

Patch Changes

  • dc7eb67: fix: simplify export control UI
  • dc7eb67: fix: removed header from export control

3.0.0

Major Changes

  • 91a4fa0: feat: upgrade sveltekit to v2, upgrade maplibre to v4

2.0.2

Patch Changes

  • 570b43c: fix: added classname for maplibre control button

2.0.1

Patch Changes

  • 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.

2.0.0

Major Changes

  • ba763ad: chore: update dependency svelte to v4, migrate eslint-plugin-svelte3 to eslint-plugin-svelte.

1.0.1

Patch Changes

1.0.0

Major Changes

  • 9add035: chore(deps): update dependency maplibre-gl to v3

0.1.22

Patch Changes

  • beca6aa: chore: updated npm packages

0.1.21

Patch Changes

  • e0ecf37: Updated svelte-package to v2. packaging folder was changed from package to dist

0.1.20

Patch Changes

0.1.19

Patch Changes

  • facfff4: fixed turbo.json for build

0.1.18

Patch Changes

  • cf428fe: fixed turbo.json for build

0.1.17

Patch Changes

  • 634ef3a: Upgraded sveltekit to v1.0.0

0.1.16

Patch Changes

0.1.15

Patch Changes

0.1.14

Patch Changes

  • e870d06: export isShownSetting in export control

0.1.13

Patch Changes

  • fbf2d6b: added setting button in control to enable hiding settings in mobile

0.1.12

Patch Changes

  • 71be6c5: use bulma.sass instead of CDN. make parts smaller

0.1.11

Patch Changes

  • 447741a: updated all devDependencies in packages

0.1.10

Patch Changes

  • 36aa7dc: added sass package in export

0.1.9

Patch Changes

  • 265a243: changed css import method

0.1.8

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

  • 76e120e: removed file-saver package from dependencies

0.1.4

Patch Changes

  • 1d69862: added close icon in export control. furthermore, drag icon was added to show the panel is draggable

0.1.3

Patch Changes

  • 643d43e: removed fabric from dependencies to generate SVG

0.1.2

Patch Changes

  • 1655b84: merge MapExport component into both panel and control component

0.1.1

Patch Changes

  • c96ea67: export parameters of export control to allow putting initial value settings

0.1.0

Minor Changes

  • 25a6e66: first release svelte-maplibre-export components
  • 0970478: added export in index.ts