Skip to content

Commit df9c10c

Browse files
committed
v0.0.16
1 parent 48a75a8 commit df9c10c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.0.16] - 2023-06-05
10+
11+
### Fixed
12+
- fix jitter during pan in containers defined using percent - #144 :pray: @trygveaa :pray:
13+
- avoid updating layers that have been removed from the map - #155 :pray: @denisones :pray:
14+
915
## [0.0.15] - 2021-05-29
1016

1117
### Fixed
@@ -106,7 +112,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106112

107113
- Compatibility release for Leaflet `v0.7.x`
108114

109-
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.15...HEAD
115+
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.16...HEAD
116+
[0.0.16]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.15...v0.0.16
110117
[0.0.15]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.14...v0.0.15
111118
[0.0.14]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.13...v0.0.14
112119
[0.0.13]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.12...v0.0.13

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapbox-gl-leaflet",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "binding from mapbox gl to the leaflet api",
55
"main": "leaflet-mapbox-gl.js",
66
"directories": {

0 commit comments

Comments
 (0)