Releases: studiometa/vue-mapbox-gl
Releases · studiometa/vue-mapbox-gl
v1.1.1
v1.1.0
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)
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Added
- Run tests in the pre-commit hook (9bd260b)
- Add tests on the build files to check exports (ecb2cfb)
- Add tests on the
bind-events
methods (be3952e)
Changed
- Rename the build files and global export name to be in PascalCase (c3a0fb5)
Fixed
- Fix a bug where the click on a cluster could not find the attached layer (d1594cb)