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.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
interactive
option to makemapbox-gl
map events handling possible. - added public accessor to
mapbox-gl
map object
0.0.8 - 2019-08-07
- Added a
padding
option 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
.git
directory removed from npm tarball.
0.0.5 - 2019-05-01
leaflet
andmapbox-gl-js
are now declared as peerDependencies.
0.0.4 - 2019-02-27
- UMD wrapper
- support for
pane
in 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