From 2774ac82212bec336f6ed6489e1d6dff9c128c27 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 15 Jul 2015 15:33:24 +0300 Subject: [PATCH] add a note about 1.0 docs --- _posts/2015-07-15-leaflet-1.0-beta1-released.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2015-07-15-leaflet-1.0-beta1-released.md b/_posts/2015-07-15-leaflet-1.0-beta1-released.md index d20de504..2fc5646f 100644 --- a/_posts/2015-07-15-leaflet-1.0-beta1-released.md +++ b/_posts/2015-07-15-leaflet-1.0-beta1-released.md @@ -35,6 +35,8 @@ A lot of effort since the last stable release has been put into refactoring. Man We plan to write a comprehensive 1.0 upgrade guide before the release. Meanwhile, if something breaks after you upgrade to 1.0-beta, please look through the changelog. If you can't find the corresponding breaking change, please file a GitHub issue. +The API reference for 1.0 is temporarily [available here](http://mourner.github.io/Leaflet/reference.html). It's built from Leaflet `gh-pages-master` branch — fixes and additions are welcome! + ### Get the new release Test out the new release on your app, and help us catch remaining issues to bring the final 1.0 close to perfection!