-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
refactor(item): replaced attributes with item-start / item-end #11125
Conversation
replaced item-right with item-end
Well, we can easily make this a non-breaking change.
|
@manucorporat That is possible, although, I have no idea what to do with: And where exactly to add the deprecation message. The other thing for support, is just the 16 Do I also need to add /** @deprecated **/ above |
I think this should behave the same everywhere:
This would make it so there are no breaking changes, and it improves support. |
@brandyscarney While I agree with you on On this one, I really believe there should be a deprecation for Side note: I've seen you reviewed most rtl PRs. Can you please review this one as well? #11121 |
# Conflicts: # src/components/toggle/toggle.md.scss
Short description of what this resolves:
Ambiguity in RTL projects.
Issue:
#11124
Changes proposed in this pull request:
item-left
toitem-start
item-right
toitem-end
-item-left
and created-item-start
. same forright
/end
Ionic Version: 3.1.x