update changelog [skip ci]
This commit is contained in:
parent
90ab59b94a
commit
08b6074941
@ -59,6 +59,8 @@ These changes were targeted at removing any hardcoded projection-specific logic
|
|||||||
* Added `DomUtil` `setClass` and `getClass` methods.
|
* Added `DomUtil` `setClass` and `getClass` methods.
|
||||||
* Removed `LatLng` `RAD_TO_DEG`, `DEG_TO_RAD` and `MAX_MARGIN` constants.
|
* Removed `LatLng` `RAD_TO_DEG`, `DEG_TO_RAD` and `MAX_MARGIN` constants.
|
||||||
* Added `LatLng` `equals` second argument `maxMargin`.
|
* Added `LatLng` `equals` second argument `maxMargin`.
|
||||||
|
* Improved performance of layer objects construction.
|
||||||
|
* Added popup fade out animation.
|
||||||
* Improved the build system (`jake build`) to report gzipped library size.
|
* Improved the build system (`jake build`) to report gzipped library size.
|
||||||
|
|
||||||
|
|
||||||
@ -66,6 +68,7 @@ These changes were targeted at removing any hardcoded projection-specific logic
|
|||||||
|
|
||||||
An in-progress version being developed on the `stable` branch.
|
An in-progress version being developed on the `stable` branch.
|
||||||
|
|
||||||
|
* Fixed a bug where pinch-zooming quickly could occasionally leave the map at a fractional zoom thus breaking tile loading (by [@danzel](https://github.com/danzel)). [#2269](https://github.com/Leaflet/Leaflet/pull/2269) [#2255](https://github.com/Leaflet/Leaflet/issues/2255) [#1934](https://github.com/Leaflet/Leaflet/issues/1934)
|
||||||
* Fixed tile flickering issues on some old Android 2/3 devices by disabling buggy hardware accelerated CSS there (by [@danzel](https://github.com/danzel)). [#2216](https://github.com/Leaflet/Leaflet/pull/2216) [#2198](https://github.com/Leaflet/Leaflet/issues/2198)
|
* Fixed tile flickering issues on some old Android 2/3 devices by disabling buggy hardware accelerated CSS there (by [@danzel](https://github.com/danzel)). [#2216](https://github.com/Leaflet/Leaflet/pull/2216) [#2198](https://github.com/Leaflet/Leaflet/issues/2198)
|
||||||
* Fixed a regression that sometimes led to an error when you started pinch-zoom as the first action on the map (by [@danzel](https://github.com/danzel)). [#2259](https://github.com/Leaflet/Leaflet/pull/2259) [#2256](https://github.com/Leaflet/Leaflet/issues/2256)
|
* Fixed a regression that sometimes led to an error when you started pinch-zoom as the first action on the map (by [@danzel](https://github.com/danzel)). [#2259](https://github.com/Leaflet/Leaflet/pull/2259) [#2256](https://github.com/Leaflet/Leaflet/issues/2256)
|
||||||
* Reverted `L.Util.template` optimizations to allow Leaflet to be used in eval-banning environments like browser extensions (performance gain was insignificant anyway) (by [@calvinmetcalf](https://github.com/calvinmetcalf)). [#2217](https://github.com/Leaflet/Leaflet/issues/2217) [#2209](https://github.com/Leaflet/Leaflet/issues/2209) [#1968](https://github.com/Leaflet/Leaflet/issues/1968)
|
* Reverted `L.Util.template` optimizations to allow Leaflet to be used in eval-banning environments like browser extensions (performance gain was insignificant anyway) (by [@calvinmetcalf](https://github.com/calvinmetcalf)). [#2217](https://github.com/Leaflet/Leaflet/issues/2217) [#2209](https://github.com/Leaflet/Leaflet/issues/2209) [#1968](https://github.com/Leaflet/Leaflet/issues/1968)
|
||||||
|
Loading…
Reference in New Issue
Block a user