All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.16 - 2023-06-05
- fix jitter during pan in containers defined using percent - #144 🙏 @trygveaa 🙏
- avoid updating layers that have been removed from the map - #155 🙏 @denisones 🙏
0.0.15 - 2021-05-29
- remember GL map when removed and readded to avoid creating a new SKU token - #138 🙏 @vcoppe 🙏
0.0.14 - 2020-11-24
- fix gl offset issue in low zoom level
0.0.13 - 2020-08-31
.getPaneName()method
- Allow gl tiles to be added to a custom pane defined in options
0.0.12 - 2020-03-27
accessTokenis now optional
0.0.11 - 2019-11-04
- ensure gl map is added to leaflet TilePane
0.0.10 - 2019-09-16
.getContainer(),.getSize(),getBounds()andgetCanvas()methods.
- internal code changes to bring it closer to other overlay layers.
0.0.9 - 2019-09-02
- Added
interactiveoption to makemapbox-glmap events handling possible. - added public accessor to
mapbox-glmap object
0.0.8 - 2019-08-07
- Added a
paddingoption to fix the grey backgrougd flickering around the edges of the map while panning/zooming - bumped the libraries in examples
0.0.7 - 2019-07-01
- Ensure no blank/gray area is displayed when zooming out.
0.0.6 - 2019-05-07
.gitdirectory removed from npm tarball.
0.0.5 - 2019-05-01
leafletandmapbox-gl-jsare now declared as peerDependencies.
0.0.4 - 2019-02-27
- UMD wrapper
- support for
panein constructor
- webkitTransitionEnd event crash
0.0.3 - 2017-04-18
- Improved support for older versions of
mapbox-gl-js
0.0.2 - 2017-03-08
- Introduced support for Leaflet
v1.0.x
- Compatibility release for Leaflet
v0.7.x