Skip to content
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

v1.0.0-beta.7 #465

Merged
merged 39 commits into from
May 10, 2022
Merged

v1.0.0-beta.7 #465

merged 39 commits into from
May 10, 2022

Conversation

jrgarciadev
Copy link
Member

@jrgarciadev jrgarciadev commented May 9, 2022

Closes
#291 PR: #434
#453 PR: #434
#439 PR: #440
#426 PR: #447
#431 PR: #448
#391 PR: #451
#458 PR: #459
#456 PR: #460

🚀 New behavior

  • Accessible base theme palette with the right contrast and better scales starting at 50 and ending at 900, based on the radix-ui colors package https://www.radix-ui.com/colors
  • @react-aria packages have been upgraded
  • Refactor Checkbox, the properties are now integrated with @react-aria/checkbox via mapping, which usually results in missing or unstructured props.

💣 Is this a breaking change (Yes/No): Yes

Checkbox

OLD APIs NEW APIs
checked isSelected
initialChecked defaultSelected
disabled isDisabled
indeterminate isIndeterminate
readOnly isReadOnly
required isRequired
animated disableAnimation
rounded isRounded
line lineThrough

Checkbox.Group

OLD APIs NEW APIs
row isRow

tianenpang and others added 30 commits April 27, 2022 09:56
fix: #439 server side rendering of table with pagination
…ard-margin-styles

fix(react-card):  :first-child/:last-child margin was removed
fix(react-link): wrap it into a single child
…ackages

chore(react-root): react aria package have been upgraded
fix(react-popover): The content of the popover appears blurred Closes…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment