Skip to content

Releases: studiometa/vue-mapbox-gl

v2.0.2

05 Dec 09:21
2.0.2
5e1e55b
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v2.0.1

23 Jun 15:14
2.0.1
1b9d79f
Compare
Choose a tag to compare

Changed

  • Update NPM dependencies (see #55)

v2.0.0

23 Jun 14:52
2.0.0
d9508b2
Compare
Choose a tag to compare

Changed

  • Breaking: drop support for Vue 2 in favor of Vue 3

Added

  • Add publicly available use... composables to easily extends the library
  • Add named exports for all components

Removed

  • Breaking: remove default export function to register all components

v1.4.7

22 Feb 10:36
Compare
Choose a tag to compare

Fixed

  • Fix a bug where paint and layout options could not be reset (d56e69b)
  • Fix installation instructions (#28, 1ebf41b)

Added

  • Add examples to the MapboxCluster component documentation (3510524)

v1.4.6

05 Jan 14:08
Compare
Choose a tag to compare

Fixed

  • Fix the MapboxCluster event propagation (7059667)

v1.4.5

05 Jan 13:36
Compare
Choose a tag to compare

Fixed

  • Sort the list items by their distance to the center of the map (#27, a47ed7b)
  • Add missing event propagation from the MapboxCluster and MapboxMap components (#27, 18740e5)

v1.4.4

23 Dec 20:39
Compare
Choose a tag to compare

Fixed

  • Fix an error where the scroller ref was not defined (9ecf607)

v1.4.3

23 Dec 17:29
Compare
Choose a tag to compare

Fixed

  • Fix the automatic publication to NPM on release (fda1a63)

v1.4.2

23 Dec 17:09
Compare
Choose a tag to compare

Fixed

  • Add a missing event propagation from child components in the StoreLocator (ce9667a)

v1.4.1

11 Dec 15:18
Compare
Choose a tag to compare

Fixed

  • Fix the automatic changelog generation (0e700bf)