Skip to content

Releases: indoorequal/vue-maplibre-gl

v7.6.0

25 Sep 20:08
v7.6.0
fc55bcc
Compare
Choose a tag to compare

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

22 Sep 07:10
v7.5.1
ebc65e6
Compare
Choose a tag to compare
  • Emit cooperativegestureprevented event (requires maplibre-gl-js v4.5.2)

v7.5.0

03 Aug 14:08
v7.5.0
96e2545
Compare
Choose a tag to compare

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

18 Jun 08:18
v7.4.0
fffd97f
Compare
Choose a tag to compare

What's Changed

  • Emit userlocationlostfocus and userlocationfocus events in the geolocate control.

Full Changelog: v7.3.0...v7.4.0

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 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