Skip to content

Releases: watergis/maplibre-gl-legend

@watergis/[email protected]

21 Mar 18:03
40cf2d1
Compare
Choose a tag to compare

Patch Changes

  • aca1d0b: export types in package json

@watergis/[email protected]

27 Aug 09:34
de661ee
Compare
Choose a tag to compare

Patch Changes

  • 0dfb343: fix: only load sprite file if sprite property in style is available

@watergis/[email protected]

27 Aug 09:26
8141113
Compare
Choose a tag to compare

Patch Changes

@watergis/[email protected]

27 Aug 09:03
dc2062f
Compare
Choose a tag to compare

Patch Changes

  • e4634ed: fix: updated legend in styledata event

@watergis/[email protected]

27 Aug 08:52
dd032f6
Compare
Choose a tag to compare

Patch Changes

  • 08a9e60: fix: add some mergin in legend-list css
  • 0430288: fix: add text font color for title, only rendered checkbox and lagend label in scss

@watergis/[email protected]

26 May 13:11
f84a5bc
Compare
Choose a tag to compare

Major Changes

  • 09f6b15: This commit is going to change as follows.

    • upgraded maplibre-gl to v3 (breaking changes)
    • CDN path was changed (breaking changes)

    new CDN path

    <link
      href="https://www.unpkg.com/@watergis/maplibre-gl-legend@latest/dist/maplibre-gl-legend.css"
      rel="stylesheet"
    />
    <script src="https://www.unpkg.com/@watergis/maplibre-gl-legend@latest/dist/maplibre-gl-legend.umd.js"></script>
    • introduced pnpm instead of npm/yarn
    • introduced monorepo structure by using pnpm workspace
    • migrated from webpack to vite
    • introduced eslint and prettier

v1.2.8

19 Nov 16:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8

v1.2.7

10 Sep 11:08
Compare
Choose a tag to compare
  • updated NPM packages

v1.2.6

12 Aug 17:19
Compare
Choose a tag to compare
  • updated NPM packages
  • removed support of mapbox specified code

v1.2.5

12 Aug 14:48
Compare
Choose a tag to compare

fixed (#3)