Releases: indoorequal/vue-maplibre-gl
Releases · indoorequal/vue-maplibre-gl
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
v7.3.0
v7.2.0
- Cleanup the code to ensure that everything is correctly typed
- Watch the filter prop on layer to update the layer.
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- Watch the className prop to update the popup.
- Add subpixelPositioning to the popup
- Lock file maintenance by @renovate in #33
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- [BREAKING CHANGE] Remove the noClasses prop on the custom control
- [BREAKING CHANGE] Update dependency maplibre-gl to v4 by @renovate in #11. This change the
attributionControl
andcooperativeGestures
props on the map and remove thecustomAttribution
prop - Add
opacity
andopacityWhenCovered
props on theMglMarker
Full Changelog: v6.4.0...v7.0.0
v6.4.0
- Don't remove map controls on dispose.
- Add map options:
transformCameraUpdate
andvalidateStyle
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- Add
map:styleimagemissing,
map:dataabort
,map:sourcedataabort
andmap:terrain
events to the map - Update the rotation of the marker if the props change
- Cleanup marker events on unmount
- Typescript cleanup
- Lock file maintenance by @renovate in #32
Full Changelog: v6.2.0...v6.3.0