Skip to content

@watergis/maplibre-gl-export@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 02:45
· 228 commits to main since this release

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/maplibre-gl-export@2.0.0/dist/maplibre-gl-export.css' rel='stylesheet' />
<script src="https://www.unpkg.com/@watergis/maplibre-gl-export@2.0.0/dist/maplibre-gl-export.umd.js"></script>

Patch Changes

  • 1f8fd87: fixed release CI and bug of demo page settings
  • 45fdc37: fix: fixed repository name at if statement in release CI