Releases: phegman/vue-mapbox-gl
Releases · phegman/vue-mapbox-gl
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Rewritten in TypeScript
- Updated dependencies
- Improved build script (switched to rollup.js) with support for multiple JS modules
- Improved documentation
- Mapbox events are now only registered with Vue if they are defined on the component, this improves performance
- Support for Mapbox events that support specifying a
layerId
as documented here https://docs.mapbox.com/mapbox-gl-js/api/#map#on - Support for attribution control
- Demo added
- Automatic deployment to NPM, GitHub Releases and GitHub pages via TravisCI
- Improved ESLint config
- Prettier added