From acc0ad8d05499deb21d7c0d359a3b59fe43941c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Wed, 14 Oct 2015 19:28:48 +0200 Subject: [PATCH 1/2] Beta2 release blog post draft. --- .../2015-10-14-leaflet-1.0-beta2-released.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _posts/2015-10-14-leaflet-1.0-beta2-released.md diff --git a/_posts/2015-10-14-leaflet-1.0-beta2-released.md b/_posts/2015-10-14-leaflet-1.0-beta2-released.md new file mode 100644 index 00000000..b1a7c0c4 --- /dev/null +++ b/_posts/2015-10-14-leaflet-1.0-beta2-released.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Announcing Leaflet 1.0 beta 2 +description: Leaflet 1.0 beta 2 released, fixing over 50 bugs over the previous beta. +author: Iván Sánchez +authorsite: http://ivan.sanchezortega.es +--- + +Since the 1.0.0-beta1 release a couple months ago, the Leaflet team has been busy fixing bugs reported by users of beta1, plus a few small changes to the API that were overlooked previously. You can find the complete list of fixes and changes in the [1.0.0-beta2 changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-beta2-october-14-2015) + + +### Get the new release + +As with previous releases, you can use our CDN: + + + + +The release is also available through NPM, Bower, and [GitHub download](https://github.com/Leaflet/Leaflet/archive/v1.0.0-beta.2.zip). + +The API reference for 1.0 is still temporarily [available here](http://mourner.github.io/Leaflet/reference.html) + +### The future + +Work is not yet done, though. There will probably be a beta3, sporting bugfixes in the tile loading algorithm, API methods for fractional zoom and documentation improvements, among other pending items. + +We hope to have fixed the most problematic bugs in the previous beta, but maybe there is a bug that we are not aware of. We encourage users of 1.0.0-beta1 to upgrade to beta2 and keep reporting problems. + +Help us help you by taking a minute to learn [how to write a good bug report](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html), and check if a [similar issue](https://github.com/Leaflet/Leaflet/issues) has already been reported. Or better even, dive into the Leaflet code if you can! + + +Last but not least, huge thanks to everybody using Leaflet. Keep creating great maps! + + +Best, + +Iván & Vladimir & Yohan. From 1897108ebddf3c65280b61c3c878c0b2fe17271e Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 14 Oct 2015 21:24:56 +0300 Subject: [PATCH 2/2] add a note to plugin developers --- _posts/2015-10-14-leaflet-1.0-beta2-released.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_posts/2015-10-14-leaflet-1.0-beta2-released.md b/_posts/2015-10-14-leaflet-1.0-beta2-released.md index b1a7c0c4..8225aa02 100644 --- a/_posts/2015-10-14-leaflet-1.0-beta2-released.md +++ b/_posts/2015-10-14-leaflet-1.0-beta2-released.md @@ -6,8 +6,7 @@ author: Iván Sánchez authorsite: http://ivan.sanchezortega.es --- -Since the 1.0.0-beta1 release a couple months ago, the Leaflet team has been busy fixing bugs reported by users of beta1, plus a few small changes to the API that were overlooked previously. You can find the complete list of fixes and changes in the [1.0.0-beta2 changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-beta2-october-14-2015) - +Since the 1.0.0-beta1 release a couple months ago, the Leaflet team has been busy fixing bugs reported by users of beta1, plus a few small changes to the API that were overlooked previously. You can find the complete list of fixes and changes in the [1.0.0-beta2 changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-beta2-october-14-2015). ### Get the new release @@ -18,7 +17,7 @@ As with previous releases, you can use our CDN: The release is also available through NPM, Bower, and [GitHub download](https://github.com/Leaflet/Leaflet/archive/v1.0.0-beta.2.zip). -The API reference for 1.0 is still temporarily [available here](http://mourner.github.io/Leaflet/reference.html) +The API reference for 1.0 is still temporarily [available here](http://mourner.github.io/Leaflet/reference.html). ### The future @@ -28,10 +27,9 @@ We hope to have fixed the most problematic bugs in the previous beta, but maybe Help us help you by taking a minute to learn [how to write a good bug report](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html), and check if a [similar issue](https://github.com/Leaflet/Leaflet/issues) has already been reported. Or better even, dive into the Leaflet code if you can! - Last but not least, huge thanks to everybody using Leaflet. Keep creating great maps! +**Note to plugin developers**: we encourage you to upgrade your plugins to be compatible with the latest beta release. The 1.0 API is pretty stable at this point and many users are starting to use the beta version in production. Additionally, as 1.0 final release approaches, we want to get more serious about the quality of plugins that get [on the official list](http://leafletjs.com/plugins.html), making sure they're maintained and compatible with recent Leaflet releases. Best, - Iván & Vladimir & Yohan.