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.
- Add
mapbox-gl-js v3.x.x
to allowed versions in peerDependencies.
- round CSS translate values to avoid blurry tiles (#41).
- import MapOptions instead of obsolete MapboxOptions for compatibility with neuer maplibre-gl versions (#25).
- types definition
- fix gl offset issue in low zoom level
.getPaneName()
method
- Allow gl tiles to be added to a custom pane defined in options
accessToken
is now optional
- ensure gl map is added to leaflet TilePane
.getContainer()
,.getSize()
,getBounds()
andgetCanvas()
methods.
- internal code changes to bring it closer to other overlay layers.
- Added
interactive
option to makemapbox-gl
map events handling possible. - added public accessor to
mapbox-gl
map object
- Added a
padding
option to fix the grey backgrougd flickering around the edges of the map while panning/zooming - bumped the libraries in examples
- Ensure no blank/gray area is displayed when zooming out.
.git
directory removed from npm tarball.
leaflet
andmapbox-gl-js
are now declared as peerDependencies.
- UMD wrapper
- support for
pane
in constructor
- webkitTransitionEnd event crash
- Improved support for older versions of
mapbox-gl-js
- Introduced support for Leaflet
v1.0.x
- Compatibility release for Leaflet
v0.7.x