Skip to content

Releases: phegman/vue-mapbox-gl

v2.0.4

22 Dec 05:46
Compare
Choose a tag to compare

v2.0.3

04 Sep 04:53
Compare
Choose a tag to compare
  • Add development server
  • Upgrade eslint and typescript to fix vulnerability

v2.0.2

29 Aug 18:52
Compare
Choose a tag to compare
  • Remove mapbox-gl import from bundle
  • Split up build config files for better organization
  • Change demo build to webpack
  • Development script temporarily removed, will be added back in ASAP

v2.0.1

29 Aug 05:15
Compare
Choose a tag to compare
2.0.1

v2.0.0

29 Aug 04:38
Compare
Choose a tag to compare
  • 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