Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 6, 2023
1 parent 48a75a8 commit df9c10c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.16] - 2023-06-05

### Fixed
- fix jitter during pan in containers defined using percent - #144 :pray: @trygveaa :pray:
- avoid updating layers that have been removed from the map - #155 :pray: @denisones :pray:

## [0.0.15] - 2021-05-29

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

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

[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.15...HEAD
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.16...HEAD
[0.0.16]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.15...v0.0.16
[0.0.15]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.14...v0.0.15
[0.0.14]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.13...v0.0.14
[0.0.13]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.12...v0.0.13
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-leaflet",
"version": "0.0.15",
"version": "0.0.16",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
Expand Down

0 comments on commit df9c10c

Please sign in to comment.