diff --git a/_posts/2012-07-30-leaflet-0-4-released.md b/_posts/2012-07-30-leaflet-0-4-released.md index da2c3516..9342ac2e 100644 --- a/_posts/2012-07-30-leaflet-0-4-released.md +++ b/_posts/2012-07-30-leaflet-0-4-released.md @@ -188,6 +188,15 @@ And, of course, thanks to my amazing company, [CloudMade](http://cloudmade.com), Sincerely,
Vladimir Agafonkin, Leaflet maintainer. +
+ +**Update (July 31)**: 0.4.1 hotfix was released with the following bugs fixed: + + * Fixed a bug that caused marker shadows to appear as opaque black in IE6-8. [#850](https://github.com/CloudMade/Leaflet/issues/850) + * Fixed a bug with incorrect calculation of scale by the scale control. [#852](https://github.com/CloudMade/Leaflet/issues/852) + * Fixed broken L.tileLayer.wms class factory. [#856](https://github.com/CloudMade/Leaflet/issues/856) + * Improved retina detection for `TileLayer` `detectRetina` option. [#854](https://github.com/CloudMade/Leaflet/issues/854) + [LatLng]: ../../../reference.html#latlng [LatLngBounds]: ../../../reference.html#latlngbounds diff --git a/download.md b/download.md index b0d3e879..0333b73f 100644 --- a/download.md +++ b/download.md @@ -13,8 +13,8 @@ Besides the library itself, the download package contains full source code, unit Description - Leaflet 0.4 - Stable version, released on July 30, 2012 + Leaflet 0.4.1 + Stable version, released on July 31, 2012 Leaflet 0.3.1 @@ -35,12 +35,12 @@ Note that the master version can contain incompatible changes, so please read th The latest stable release of Leaflet is hosted on a CDN — to start using it straight away, place this code in the `head` section of your HTML: - + - + ### Building Leaflet from the Source diff --git a/reference.html b/reference.html index 8e82a0d1..bc7a3c7b 100644 --- a/reference.html +++ b/reference.html @@ -4366,6 +4366,11 @@ L.map('map'); Boolean true for all browsers on touch devices. + + retina + Boolean + true for devices with Retina screens. +