Releases: watergis/maplibre-gl-export
Releases · watergis/maplibre-gl-export
@watergis/[email protected]
@watergis/[email protected]
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 frommaplibre-gl-export
to allow to change default file name frommap
. - added
AllowedSizes
option frommaplibre-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>
- merged mapbox-gl-export repository to
@watergis/[email protected]
Patch Changes
- fdddb32: fix: Fix export icon color inconsistency fixed by @sudolev
@watergis/[email protected]
@watergis/[email protected]
Patch Changes
- fc5adb2: fix: fixed the bug of export PDF of A3 size spondered by @PivnoyBaronDmitry through the PR of watergis/mapbox-gl-export#48
@watergis/[email protected]
Major Changes
- 47c956a: [breaking change] feat: upgraded maplibre-gl-js to v3
@watergis/[email protected]
Patch Changes
- 83c85bc: fix: added exports for maplibre-gl-export.css
@watergis/[email protected]
Major Changes
-
f5cc0c5: This release has breaking changes. It changes as follows.
- migrated webpack to vite
- migrated yarn to pnpm
- introduced monorepo by using pnpm workspaces
- introduced changeset for releasing package
- CDN path will be changed as follows
<link href='https://www.unpkg.com/@watergis/[email protected]/dist/maplibre-gl-export.css' rel='stylesheet' />
<script src="https://www.unpkg.com/@watergis/[email protected]/dist/maplibre-gl-export.umd.js"></script>
Patch Changes
v1.3.9
What's Changed
- Adding German translation by @TheRealRoboHeart in #28
New Contributors
- @TheRealRoboHeart made their first contribution in #28
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Fix eslint setting by @YuChunTsao in #26
- deleted fabric and file-server from dependencies by @JinIgarashi in #27
New Contributors
- @YuChunTsao made their first contribution in #26
Full Changelog: v1.3.7...v1.3.8