-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Next release v0.13.2 #2065
Comments
How can I use current master as dependency? When is the next release? |
@oliviertassinari 👍 for |
May I suggest you postpone theses changes for a future release, there are currently a lot of fixes in master that could be released separately without introducing breaking changes. |
@mgibeau We have merged a lot of PRs since the last release. Since we have very few unit test, I think that I would be safer to make the next release a minor update instead of a patch update. |
I agree with @subjectix: move @oliviertassinari are you suggesting a v0.14.0? Hmm... I would ideally like to do one more patch release before that. But if you really feel that way, then I'm fine with a minor release. Also, are you (or someone else) working on updating |
@shaurya947 What we could do, is release a v0.13.2 with all the commits before the change of API for the |
@oliviertassinari The changes aren't really breaking anything. they just deprecate. maybe it's not bad to have a patch informing people so we can remove the extra code with a minor imo. |
@oliviertassinari I like @subjectix's idea. If we don't have any breaking changes (which it seems we don't) let's just release a v0.13.2 now (with any deprecations and their warnings). Then when we release v0.14.0 in a week or so, we can completely remove the deprecated code. |
@shaurya947 I'm ok with this 👍. Let's fix the Dialog API and the dependencies and then release v0.13.2 💃. |
@oliviertassinari also the import statements, that I'm working on right now. |
@shaurya947 I don't agree with this, I don't see why you would hold up a release for API changes, especially considering the state of the current release not working at all (edit: when using server rendering). |
@mgibeau v0.13.2 will have all the PR fixes since the last release (including the fix for the server rendering). How is that holding up anything? |
@shaurya947 Sorry, by holding up I meant adding more scope. The Dialog API doesn't need to change before releasing what's currently in master. |
@mgibeau the dialog API is not being changed per se. Only the prop name is being changed from |
Done. Great job guys 👏 |
* Fix duplication of @material-ui/core versions used * Fix colors on docs
To do before the next release 🏄:
Dialog
API. Right now it'sisOpen
, should probably beopen
. react-native or the html spec are following this pattern for boolean properties ([Dialog] Use open instead of isOpen #2105) -> agreed onopen
, assigned to @oliviertassinariDatePicker
andTimerPicker
to use the newDialog
API -> needs to be updated, assigned to @oliviertassinariThe text was updated successfully, but these errors were encountered: