Skip to content

Releases: benchmark-urbanism/vue-mapbox-map

Adding typescript support

28 Dec 12:32
Compare
Choose a tag to compare
v2.0.0

package bumps

Moves docs to astro. Package management to pnpm.

10 Mar 21:50
Compare
Choose a tag to compare

Moves docs to astro. Package management to pnpm.

Releases v1 for Vue 3

05 Feb 14:15
Compare
Choose a tag to compare

Refactors the package to Vue 3. Please use earlier versions for Vue 2.

Adds prop for configuring "around" option.

08 May 17:18
Compare
Choose a tag to compare

Adds prop for configuring "around" option.

Abstracts mapbox / maplibre instances from package

20 Apr 21:45
Compare
Choose a tag to compare

Breaking Change

This release abstracts the map instance out of the package, as such:

  • mapbox-gl is no longer a dependency
  • Either mapbox-gl or maplibre-gl should work
  • As a result of this change, the map instance should be set up as per mapbox or maplibre instructions and the instance should the be provided to the VueMapboxMap component.

The documentation has been updated accordingly.

The package has been moved to a scoped location, so to upgrade please run:

yarn remove vue-mapbox-map
yarn add @benchmark-urbanism/vue-mapbox-map

Version bumps

24 Sep 17:58
Compare
Choose a tag to compare
v0.13.0

version bumps

v0.12.4

07 Nov 11:31
Compare
Choose a tag to compare

Eslint changed from standard to prettier config.

v0.12.3

26 Oct 15:27
Compare
Choose a tag to compare

Updates docs

v0.12.2

26 Oct 15:00
Compare
Choose a tag to compare

Bumps mapbox to version 1.5.0

Upgrades mapboxgl to 1.4.0

06 Oct 12:09
Compare
Choose a tag to compare
  • Upgrades mapboxgl to 1.4.0
  • General version bumps