Skip to content

Releases: indoorequal/vue-maplibre-gl

v8.2.2

26 Jan 12:24
v8.2.2
4bb7843
Compare
Choose a tag to compare

What's Changed

  • Do no load image in the MglImage component if the image id already exist.
  • chore(deps): lock file maintenance by @renovate in #125
  • chore(deps): update dependency vite to v6.0.9 [security] by @renovate in #126

Full Changelog: v8.2.1...v8.2.2

v8.2.1

19 Jan 08:23
v8.2.1
8e19478
Compare
Choose a tag to compare
  • Make props layout, paint and filter deeply reactive. Fix #124.

Full Changelog: v8.2.0...v8.2.1

v8.2.0

18 Jan 12:51
v8.2.0
652c238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.2.0

v8.1.0

11 Jan 09:13
v8.1.0
6af22a3
Compare
Choose a tag to compare

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

04 Jan 11:56
v8.0.1
a5b5bd3
Compare
Choose a tag to compare
  • Fix default values for booleans props on the map.

Full Changelog: v8.0.0...v8.0.1

v8.0.0

03 Jan 20:17
v8.0.0
e15c03e
Compare
Choose a tag to compare

What's Changed

Breaking changes

Full Changelog: v7.7.1...v8.0.0

v7.7.1

21 Oct 19:11
v7.7.1
0ffa7de
Compare
Choose a tag to compare

What's Changed

  • add deep watch on marker coordinates by @Sarrasor in #82
  • add deep watch on popup coordinates
  • Update Yarn to v4.5.1 by @renovate in #83

New Contributors

Full Changelog: v7.7.0...v7.7.1

v7.7.0

10 Oct 07:43
v7.7.0
cf9e201
Compare
Choose a tag to compare
  • 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

08 Oct 21:43
v7.6.2
d74bab4
Compare
Choose a tag to compare

What's Changed

  • Fix the exposed function remove on the popup.
  • Lock file maintenance by @renovate in #74
  • Lock file maintenance by @renovate in #75

Full Changelog: v7.6.1...v7.6.2

v7.6.1

29 Sep 17:49
v7.6.1
70b6111
Compare
Choose a tag to compare
  • Fix a runtime warning when the popup is not inside a marker.