Releases: indoorequal/vue-maplibre-gl
Releases · indoorequal/vue-maplibre-gl
v8.2.2
v8.2.1
- Make props
layout
,paint
andfilter
deeply reactive. Fix #124.
Full Changelog: v8.2.0...v8.2.1
v8.2.0
What's Changed
- Add MglImage component by @francois2metz in #123
- chore(deps): lock file maintenance by @renovate in #117
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- Handle props changes which occur between setup() and source initialization by @mattico in #115
- Export MapInstance from mapRegistry by @valh1996 in #116
New Contributors
Full Changelog: v8.0.1...v8.1.0
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.