Releases: benchmark-urbanism/vue-mapbox-map
Releases · benchmark-urbanism/vue-mapbox-map
Adding typescript support
Moves docs to astro. Package management to pnpm.
Moves docs to astro. Package management to pnpm.
Releases v1 for Vue 3
Refactors the package to Vue 3. Please use earlier versions for Vue 2.
Adds prop for configuring "around" option.
Adds prop for configuring "around" option.
Abstracts mapbox / maplibre instances from package
Breaking Change
This release abstracts the map instance out of the package, as such:
mapbox-gl
is no longer a dependency- Either
mapbox-gl
ormaplibre-gl
should work - As a result of this change, the map instance should be set up as per
mapbox
ormaplibre
instructions and the instance should the be provided to theVueMapboxMap
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
v0.13.0 version bumps
v0.12.4
v0.12.3
v0.12.2
Upgrades mapboxgl to 1.4.0
- Upgrades mapboxgl to 1.4.0
- General version bumps