v8.0.0
What's Changed
Breaking changes
- Maplibre 5 is now required. This remove some props on the map and add
canvasContextAttributes
. Learn more about that in the maplibre 5 changelog: https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.0.0 - The
trackResize
prop is nowtrue
by default. - The
MglDefaults
export have been removed.
Full Changelog: v7.7.1...v8.0.0