-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 release plan #197
Comments
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:
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. |
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! 👏 👏 |
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.
The text was updated successfully, but these errors were encountered: