2011-05-17 19:19:42 +08:00
Leaflet Changelog
=================
2011-05-17 02:45:36 +08:00
2011-05-17 19:19:42 +08:00
## 0.2 (master)
2011-05-19 20:27:59 +08:00
2011-05-19 22:59:22 +08:00
* Added **WMS support** (L.TileLayer.WMS), currently EPSG:3857 only.
* `L.Circle` is now zoom-dependent (with radius in meters); circle of a permanent size is now called `L.CircleMarker` .
2011-05-19 20:51:44 +08:00
* Disabled zoom animation on Android by default because it's buggy on some devices (will be enabled back when it's stable enough). [#32 ](https://github.com/CloudMade/Leaflet/issues/32 )
2011-05-19 23:57:35 +08:00
* Added Map `mouseover` , `mousemove` and `mouseout` events.
2011-05-19 22:59:22 +08:00
* Added `setLatLng` method to `L.Marker` .
2011-05-19 21:36:25 +08:00
* Added `maxZoom` argument to `map.locateAndSetView` method.
2011-05-19 22:23:38 +08:00
* Improved geolocation error handling: better error messages, explicit timeout, set world view on locateAndSetView failure. [#61 ](https://github.com/CloudMade/Leaflet/issues/61 )
2011-05-19 20:30:10 +08:00
* Fixed a bug where zooming is broken if the map contains a polygon and you zoom to an area where it's not visible. [#47 ](https://github.com/CloudMade/Leaflet/issues/47 )
2011-05-19 20:51:44 +08:00
* Fixed a bug where closed polylines would not appear on the map.
2011-05-18 17:15:52 +08:00
* Fixed a bug where map isn't displayed in Firefox when there's an `img { max-width: 100% }` rule.
2011-05-17 02:45:36 +08:00
## 0.1 (2011-05-13)
2011-05-16 22:52:00 +08:00
* Initial Leaflet release.