github maplibre/maplibre-gl-js v6.0.0-0

latest release: v6.0.0-1
pre-release10 hours ago

✨ Features and improvements

  • ⚠️ Refactored the Hash-based location control (the option that syncs map state to the URL like #map=5/1/2) to use URLSearchParams internally. This improves extensibility for custom use cases, but may break existing code that relies on the previous implementation. It also changes how certain edge cases are parsed—for example, strings like #10%2F3.00%2F-1.00 are now accepted, and hashes like #foo are normalized to #foo=. (#7073) (by @CommanderStorm)
  • Expose getProjectionData function in custom layer args objects (#7471) (by @kubapelc)
  • Marked package sideEffects as CSS-only in package metadata, which may improve tree-shaking and reduce bundle size in some bundlers (#7258) (by @CommanderStorm)

Don't miss a new maplibre-gl-js release

NewReleases is sending notifications on new releases.