Now that Leaflet v1 is well under way and React started to use major versions, React-Leaflet will move to semantic versioning as well, which means:
next tag) for as long as there bugfixes and features to add. Once Leaflet v1 is finally released and if there is no pending issue with React-Leaflet, a first release candidate will be made, with other ones if necessary until the library is stable enough for a final v1 release.Changes can be tracked in this pull request and the v1.0 milestone.
Once beta releases are published, please try them as much as possible to make sure most issues get reported and fixed before the stable release!
If you have any question or suggestion regarding this release plan, please feel free to comment below.
Leaflet 1.0 was just released, http://leafletjs.com/2016/09/27/leaflet-1.0-final.html 馃帀
Thanks for the excellent work. Is there an ETA on the rc for react-leaflet that supports the complete Leaflet v1 feature set?
I upgraded from leaflet rc3 to final and now i'm getting:
GET http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.3/imagesmarker-icon.png 404 (Not Found)
GET http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.3/imagesmarker-shadow.png 404 (Not Found)
When rendering markers:
<div class="leaflet-pane leaflet-marker-pane">
<img src="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.3/imagesmarker-icon.png" class="leaflet-marker-icon leaflet-zoom-animated leaflet-interactive" tabindex="0" style="margin-left: -12px; margin-top: -41px; width: 25px; height: 41px; transform: translate3d(605px, 190px, 0px); z-index: 190; outline: none;">
</div>
Downgrading to rc3 works.
The url is different: http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-rc.3/images/marker-icon.png
See #229
v1.0.0 RC 1 released, still under the "next" tag.
v1.0.0 RC 2 released, please try it out!
Hey there! great work on these components, they're pretty amazing. Was wondering if you had an ETA on the v1 release? I noticed there's an open PR regarding it ( but appears to be a WIP? ). Going to be using this guy in a production app within a few weeks and would love to use 1.0.
Hi, where do you want the RC2 bugs reported? In the PR?
Preferably as new issues please, make sure to indicate the versions of the libraries you are using, thanks!
awesome work, @PaulLeCam! 馃憦 馃憦
Most helpful comment
v1.0.0 RC 1 released, still under the "next" tag.