Releases: indoorequal/vue-maplibre-gl
Releases · indoorequal/vue-maplibre-gl
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
v6.2.0
- Remove geolocation events on unmount in the
MglGeolocateControl
component - Remove popup events on unmount in the
MglPopup
component - Add
MglLogoControl
component - Fix some typescript types
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Remove the
mgl-container
div, the classmgl-wrapper
and the resize observer. Use the optiontrackResize
on the map to have a similar feature. - The vue-maplibre-gl.css no longer exist.
- Ensure that manual event listeners are removed on unmout.
- Add web-types support: https://github.com/JetBrains/web-types
- Update Yarn to v4.2.2 by @renovate in #30
Full Changelog: v5.0.0...v6.0.0
v5.0.0
- Remove the framerate control
- Remove the style switch control and the mitt dependency
- Remove the language prop on the map
- Remove
MglButton
- Remove the alias
MglGeolocationControl
, useMglGeolocateControl
Full Changelog: v4.3.0...v5.0.0
v4.3.0
- Add
useControl
composable to integrate native maplibre control to the map easily - Emits all
GeolocateControl
events - Add support for
v-model:pitch
andv-model:bearing
on the map component
Full Changelog: v4.2.0...v4.3.0
v4.2.0
- Support for
v-model:center
andv-model:zoom
on the map component - Add nuxt documentation
- The
GeolocationControl
is now also available asGeolocateControl