-
Notifications
You must be signed in to change notification settings - Fork 1
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
legacy-v4 [on hold] #311
legacy-v4 [on hold] #311
Conversation
@dpikt Do you want to merge latest in here for me to use this as the base for my PR? |
@chawes13 yes plz! |
@dpikt Do you still want to keep |
@chawes13 I think the idea was that passing |
Yeah I think that's fair and it is confusing. However, if we're going to introduce it in v4, shouldn't we strip out the backwards compatibility? |
@chawes13 up to you. It's technically in v4 because of the change to |
Fine by me as long as you remember to put it in the migration guide 👍 |
Well, technically we don't have to mention it in the migration guide since it's not a change. I'll include the bit about |
@chawes13 can you remind me what the blockers are (if any) to merging this? |
@dpikt I believe none! |
😲 |
I don't see a migration guide... 😏 |
Hm, I don't have time today but can tackle it next week. |
Sweet 👌 a good first step might be to add the resolved issues to the description. |
@dpikt ...forgot about this |
* Default label component to a legend for checkbox group * Default label component to a legend for radio group
# Conflicts: # docs.md # package.json # src/forms/buttons/button.js # test/forms/inputs/select.test.js
* Remove custom style prop on button * Remove disabled button test * Cleanup * Some formatting * Priority -> variant
@chawes13 can you review the migration guide? https://github.com/LaunchPadLab/lp-components/blob/79a0490524cd112850c88945daa18b9d9e915c3f/migration-guides/v4.0.0.md |
Resolved issues:
style
prop for buttons #293aria-disabled
instead of disabled on Button / SubmitButton #325