Releases: indoorequal/vue-maplibre-gl
Releases · indoorequal/vue-maplibre-gl
v8.0.1
- Fix default values for booleans props on the map.
Full Changelog: v8.0.0...v8.0.1
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
v7.7.1
v7.7.0
- Remove the popup when unmounting it. This allows to use
v-if
on a popup.
Full Changelog: v7.6.2...v7.7.0
v7.6.2
v7.6.1
- Fix a runtime warning when the popup is not inside a marker.
v7.6.0
What's Changed
- Expose the
remove
function to the popup to close it programmatically. Fix #72
Full Changelog: v7.5.1...v7.6.0
v7.5.1
- Emit
cooperativegestureprevented
event (requires maplibre-gl-js v4.5.2)
v7.5.0
What's Changed
- Add subpixelPositioning to the marker (requires maplibre-gl-js 4.5.1)
Full Changelog: v7.4.0...v7.5.0
v7.4.0
What's Changed
- Emit
userlocationlostfocus
anduserlocationfocus
events in the geolocate control.
Full Changelog: v7.3.0...v7.4.0