You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,34 +9,39 @@ An in-progress version being developed on the `master` branch. Includes all fixe
9
9
10
10
* Added `TileLayer``maxNativeZoom` option that allows displaying tile layers on zoom levels above their maximum by **upscaling tiles**. [#1802](https://github.com/Leaflet/Leaflet/issues/1802)[#1798](https://github.com/Leaflet/Leaflet/issues/1798)
11
11
12
-
## 0.6.3-dev (stable)
13
-
14
-
An in-progress version being developed on the `stable` branch.
12
+
## 0.6.3 (July 17, 2013)
15
13
16
14
### Regression fixes
17
15
18
16
* Fixed a regression where mouse interaction had incorrect coordinates in some map positioning cases (by [@scooterw](https://github.com/scooterw)). [#1826](https://github.com/Leaflet/Leaflet/issues/1826)[#1684](https://github.com/Leaflet/Leaflet/issues/1684)[#1745](https://github.com/Leaflet/Leaflet/issues/1745)[#1](https://github.com/Leaflet/Leaflet/issues/1)
19
-
* Fixed a regression where `layerremove` and `layeradd` were fired before the corresponding action finishes (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1846](https://github.com/Leaflet/Leaflet/issues/1846)
20
17
* Fixed a regression that prevented the map from responding to drag on areas covered with `ImageOverlay` (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1821](https://github.com/Leaflet/Leaflet/issues/1821)
18
+
* Fixed a regression where `layerremove` and `layeradd` were fired before the corresponding action finishes (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1846](https://github.com/Leaflet/Leaflet/issues/1846)
21
19
* Fixed a regression with `worldCopyJump: true` breaking the map on small zoom levels (by [@danzel](https://github.com/danzel)). [#1831](https://github.com/Leaflet/Leaflet/issues/1831)
22
20
* Fixed a regression where `Marker` shadow didn't animate on zoom after using `setIcon`. [#1768](https://github.com/Leaflet/Leaflet/issues/1768)
23
21
* Fixed a regression where the map would stuck when trying to animate zoom before any tile layers are added to the map. [#1484](https://github.com/Leaflet/Leaflet/issues/1484)[#1845](https://github.com/Leaflet/Leaflet/issues/1845)
24
22
* Fixed a regression with the layers control and popups closing on inside click in IE < 9. [#1850](https://github.com/Leaflet/Leaflet/issues/1850)
23
+
* Fixed a regression where scrolled popup content woudln't scroll in FF (by [@jfirebaugh](https://github.com/jfirebaugh)).
25
24
26
25
### Bug fixes
27
26
28
-
* Fixed a bug where `TileLayer.Canvas` wasn't immediately redrawn when `redraw` is called (by [@tofferrosen](https://github.com/tofferrosen)).[#1797](https://github.com/Leaflet/Leaflet/issues/1797)[#1817](https://github.com/Leaflet/Leaflet/issues/1817)
27
+
* Fixed vector feature flickering on Safari Mac for screen < 2000px.[#902](https://github.com/Leaflet/Leaflet/issues/902)
29
28
* Fixed a bug where `GeoJSON` ignored non-feature geometries passed in an array. [#1840](https://github.com/Leaflet/Leaflet/issues/1840)
29
+
* Fixed a bug where `Map``minZoom` and `maxZoom` didn't always override values derived from the added tile layers. [1848](https://github.com/Leaflet/Leaflet/issues/1848)
30
+
* Fixed a bug where `TileLayer.Canvas` wasn't immediately redrawn when `redraw` is called (by [@tofferrosen](https://github.com/tofferrosen)). [#1797](https://github.com/Leaflet/Leaflet/issues/1797)[#1817](https://github.com/Leaflet/Leaflet/issues/1817)
30
31
* Fixed a bug where `FeatureGroup` still fired `layerremove` event on `removeLayer` even if the given layer wan't present in the group (by (by [@danzel](https://github.com/danzel))). [#1847](https://github.com/Leaflet/Leaflet/issues/1847)[#1858](https://github.com/Leaflet/Leaflet/issues/1858)
31
32
* Fixed a bug where `Marker``setOpacity` wasn't returning the marker (by [@freepius44](https://github.com/freepius44)). [#1851](https://github.com/Leaflet/Leaflet/issues/1851)
32
-
* Fixed a bug where `Map``minZoom` and `maxZoom` didn't always override values derived from the added tile layers. [1848](https://github.com/Leaflet/Leaflet/issues/1848)
33
33
* Fixed a bug where removing the map element from the DOM before panning transition has finished could keep a setInterval loop running forever (by [@rutkovsky](https://github.com/rutkovsky)). [#1825](https://github.com/Leaflet/Leaflet/issues/1825)[#1856](https://github.com/Leaflet/Leaflet/issues/1856)
34
+
* Fixed mobile styles to apply to `leaflet-bar` elements.
34
35
35
36
### Improvements
36
37
37
38
* Added ability to pass zoom/pan animation options to `setMaxBounds` (by [@davidjb](http://git.io/djb)). [#1834](https://github.com/Leaflet/Leaflet/pull/1834)
38
39
* Added `MultiPolyline` and `MultiPolygon``getLatLngs` method. [#1839](https://github.com/Leaflet/Leaflet/issues/1839)
39
40
41
+
### Dev Workflow improvements
42
+
43
+
* Leaflet builds (*.js files in the `dist` folder) were removed from the repo and are now done automatically on each commit for `master` and `stable` branches by [Travis CI](travis-ci.org/Leaflet/Leaflet). The download links are on the [Leafet download page](http://leafletjs.com/download.html).
44
+
40
45
## 0.6.2 (June 28, 2013)
41
46
42
47
* Fixed a bug that caused wrong tile layers stacking order when using opacity < 1 (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1804](https://github.com/Leaflet/Leaflet/issues/1804)[#1790](https://github.com/Leaflet/Leaflet/issues/1790)[#1667](https://github.com/Leaflet/Leaflet/issues/1667)
0 commit comments