-
Notifications
You must be signed in to change notification settings - Fork 891
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
Support for new Leaflet Version 1? #66
Comments
Hello, No it's not at all made compatible with Leaflet 1.0 beta, and it will probably not be until Leaflet 1.0 is released as stable. Good idea for the new branch, here it is in case you or anybody else has the chance to start adapting it: https://github.com/PaulLeCam/react-leaflet/tree/leaflet-1.0 |
I'm currently using react-leaflet with the Leaflet beta and haven't seen any issues yet. The only broken things have been due to changed z-indexes in Leaflet's CSS, which doesn't have anything to do with the actual components. |
I am also trying For anyone interested in testing it out, you may want to point your local |
I just submitted a PR for Leaflet 1.0, based on some small changes to make Popups work. React-leaflet seems to just work with Leaflet 1.0, but I haven't exhaustively tried all its features. |
Leaflet 1.0.0-rc.1 has been released so its new API should be stable now 👍 |
That's not what beta means. A new major version number would indicate an incompatible API change. beta just means there will be more bugs than usual. +1 Leaflet RC1 :) |
+1 for Leaflet 1.0 support |
+1 |
"+1" noise is completely useless, but pull requests are welcome! |
Its working reasonably well with 1.0 for the things we've been using it with. One error I did have was with the zoom control but fixed it by doing this if anyone was interested.
|
First beta released, you can install it from npm using |
What is the approximate timeline for the first stable release of this library to support leaflet version 1.x? |
No timeline for a stable release, please use the RCs in the meantime if you need Leaflet v1 support. |
Now released |
Hello Paul,
Is react-leaflet 100% compatible with the enhanced new version of leaflet (1.0)? I know it is on beta status, but as it is now the preferred development branch (on 'master') with many new features I cannot resist not to use it:
https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md
P.S. It would be great if there was a branch for extending react-leaflet with the new features of leaflet.
Thanks!
The text was updated successfully, but these errors were encountered: