Skip to content

Releases: watergis/maplibre-gl-export

@watergis/maplibre-gl-export@3.2.4

13 Apr 07:51
66f0df6
Compare
Choose a tag to compare

Patch Changes

  • eba7503: refactor: Extends MaplibreExportControl to MapboxExportContorl to use the same logic and UI. Fixed type error for languages
  • eba7503: fix: fixed class name to get page size

@watergis/maplibre-gl-export@3.2.3

13 Apr 02:33
5b7d347
Compare
Choose a tag to compare

Patch Changes

  • 93722dd: refactor: export interfaces from maplibre-gl-export

@watergis/mapbox-gl-export@3.0.4

13 Apr 07:51
66f0df6
Compare
Choose a tag to compare

Patch Changes

  • eba7503: refactor: Extends MaplibreExportControl to MapboxExportContorl to use the same logic and UI. Fixed type error for languages

@watergis/mapbox-gl-export@3.0.3

13 Apr 02:33
5b7d347
Compare
Choose a tag to compare

Patch Changes

  • 93722dd: refactor: import interfaces from maplibre-gl-export

@watergis/maplibre-gl-export@3.2.2

10 Mar 12:54
15a250f
Compare
Choose a tag to compare

Patch Changes

  • 7d86d84: - feat: add languageName prop in Translation interface
    • fix: remove PrintableArea when the control is removed from map instance.

@watergis/maplibre-gl-export@3.2.1

10 Mar 08:55
41ef0f8
Compare
Choose a tag to compare

Patch Changes

  • f7b81d9: refactor: Use Translations, PrintableAreaManager and CrosshairManager from maplibre-gl-export at mapbox-gl-export

@watergis/mapbox-gl-export@3.0.2

10 Mar 12:54
15a250f
Compare
Choose a tag to compare

Patch Changes

  • 7d86d84: - feat: add languageName prop in Translation interface
    • fix: remove PrintableArea when the control is removed from map instance.

@watergis/mapbox-gl-export@3.0.1

10 Mar 08:55
41ef0f8
Compare
Choose a tag to compare

Patch Changes

  • f7b81d9: refactor: Use Translations, PrintableAreaManager and CrosshairManager from maplibre-gl-export at mapbox-gl-export

@watergis/maplibre-gl-export@3.2.0

09 Mar 22:10
a67f38e
Compare
Choose a tag to compare

Minor Changes

  • a03a84b: feat: upgrade maplibre dependencies to v4

Patch Changes

  • a03a84b: feat: added LETTER page size (migrated it from mapbox-gl-export)

@watergis/mapbox-gl-export@3.0.0

09 Mar 22:10
a67f38e
Compare
Choose a tag to compare

Major Changes

  • a03a84b: This release has breaking changes.

    • merged mapbox-gl-export repository to maplibre-gl-export.
    • added Spanish language and Japanese language from maplibre-gl-export
    • added Filename option from maplibre-gl-export to allow to change default file name from map.
    • added AllowedSizes option from maplibre-gl-export to allow to set available file sizes.
    • the URL of CDN script and css were changed. Use the below URLs for CDN.
    <link
      href="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/mapbox-gl-export.css"
      rel="stylesheet"
    />
    <script src="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/mapbox-gl-export.umd.js"></script>