Skip to content

Releases: indoorequal/vue-maplibre-gl

v7.3.0

05 Jun 11:08
v7.3.0
d1cdfbd
Compare
Choose a tag to compare

What's Changed

  • Watch minzoom, maxzoom, paint and layout props on the layers
  • Lock file maintenance by @renovate in #35
  • Update dependency prettier to v3.3.0 by @renovate in #36

Full Changelog: v7.2.0...v7.3.0

v7.2.0

02 Jun 19:28
v7.2.0
426ff5a
Compare
Choose a tag to compare
  • 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

27 May 13:40
v7.1.0
5a5cc92
Compare
Choose a tag to compare

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

24 May 07:26
v7.0.0
f5ec295
Compare
Choose a tag to compare

What's Changed

  • [BREAKING CHANGE] Remove the noClasses prop on the on the custom control
  • [BREAKING CHANGE] Update dependency maplibre-gl to v4 by @renovate in #11. This change the attributionControl and cooperativeGestures props on the map and remove the customAttribution prop
  • Add opacity and opacityWhenCovered props on the MglMarker

Full Changelog: v6.4.0...v7.0.0

v6.4.0

23 May 15:48
v6.4.0
f6184f4
Compare
Choose a tag to compare
  • Don't remove map controls on dispose.
  • Add map options: transformCameraUpdate and validateStyle

Full Changelog: v6.3.0...v6.4.0

v6.3.0

20 May 09:00
v6.3.0
ce8ab0d
Compare
Choose a tag to compare

What's Changed

  • Add map:styleimagemissing, map:dataabort, map:sourcedataabort and map: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

17 May 12:15
v6.2.0
f933d94
Compare
Choose a tag to compare
  • 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

13 May 06:53
v6.1.0
27df122
Compare
Choose a tag to compare

What's Changed

  • Add the class prop on the custom control
  • Lock file maintenance by @renovate in #31

Full Changelog: v6.0.0...v6.1.0

v6.0.0

12 May 17:32
v6.0.0
174becf
Compare
Choose a tag to compare

What's Changed

  • Remove the mgl-container div, the class mgl-wrapper and the resize observer. Use the option trackResize 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

10 May 20:56
v5.0.0
4a3b4b1
Compare
Choose a tag to compare
  • 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, use MglGeolocateControl

Full Changelog: v4.3.0...v5.0.0