-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Menu] Deprecate old menu component #2443
[Menu] Deprecate old menu component #2443
Conversation
@@ -33,8 +33,8 @@ export default { | |||
List: require('./lists/list'), | |||
ListDivider: require('./lists/list-divider'), | |||
ListItem: require('./lists/list-item'), | |||
Menu: require('./menu/menu'), | |||
MenuItem: require('./menu/menu-item'), | |||
Menu: require('./menus/menu'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you shouldn't introduce this harsh breaking change just yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find better way to do it.
Unless we wait v0.15.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting that long will piss people off too! let's just add notes to Changelog about this breaking change and ways to use the old menu.
You can merge this when you are ready |
@subjectix @shaurya947 I have updated the CHANGELOG.md too. |
[Menu] Deprecate old menu component
🎉 👍 |
And remove the usage of the old menu component from the source of the doc.
Fix #2395 and start adressing #2435.
P.S. I have noticed a lot of issue with the zIndex. I'm gonna work on this.