Skip to content

Releases: studiometa/vue-mapbox-gl

v1.4.0

11 Dec 15:06
Compare
Choose a tag to compare

Added

Changed

  • Create automatic Github release on tag push (18dcb8e)

v1.3.3

16 Oct 20:57
Compare
Choose a tag to compare

Added

Removed

  • Remove the ResizeObserver polyfill (55407db)

Fixed

  • Fix the doc for the mb-created event of the MapboxMap component (fd03a9f, #20)
  • Fix server-side rendering for the documentation (bb9f87a)

v1.3.2

18 Sep 09:00
Compare
Choose a tag to compare

Fixed

  • Add a missing export for MapboxGeolocateControl component (#18, #21)

v1.3.1

16 Sep 13:00
Compare
Choose a tag to compare

Fixed

  • Reduce the package size by ignoring unnecessary files and folders (030bc9d)

v1.3.0

15 Sep 19:16
Compare
Choose a tag to compare

Added

Changed

  • Update mapbox-gl in the peerDependencies to 1.12.0

v1.2.1

18 May 08:10
Compare
Choose a tag to compare

Fixed

  • Fix the default value of the popup prop of the MapboxMarker component (e30c97a)

v1.2.0

23 Jan 21:52
Compare
Choose a tag to compare

Added

  • Add a renderless props to the MapboxPopup component (e2bf4e1)
  • Add the new props and examples to the doc (432142d)
  • Add missing slots documentation for the MapboxMap component (d05e4b3)
  • Add line highlights to improve lisibility (72347d5)

Changed

  • Improve the handling of the mapbox-gl styles (68b7dde)

Fixed

  • Fix the popup slot of the MapboxMarker component (9294430)
  • Fix a broken link to the Mapbox GL documentation (ffbc4fb)

v1.1.2

23 Jan 08:49
Compare
Choose a tag to compare

Changed

  • Change mentions of yarn to npm inside the README (07df3d7)
  • Update the main README to check the newly documented components (a6d9a0c)

Added

  • Add documentation for the MapboxPopup component (845016c)
  • Add documentation for the MapboxNavigationControl component (8596c58)

v1.1.1

18 Nov 22:00
Compare
Choose a tag to compare

Fixed

  • Fix the package version number (e11259f)

v1.1.0

18 Nov 21:59
Compare
Choose a tag to compare

Added

  • Add a MapboxImages component to load multiple images at once (2de44ae)
  • Add repository informations to the package.json (943316b)

Changed

  • Switch from Yarn to NPM (c802d5d)

Fixed

  • Fix the MapboxImage loading management (4e7a016)
  • Remove sources tied to a layer when the layer is removed (d947404)

Security

  • Bump eslint-utils from 1.3.1 to 1.4.3 (2be6df8)