This PR updates @bcgov/design-system-react-components to v0.3.0. The version of the code represented by this PR is published on npm on the next tag as v0.3.0-rc1. There are no changes in this release compared to v0.2.3.
Once this PR is merged, I will publish v0.3.0 on npm on the default latest tag.
Changelog
0.3.0
This is a milestone release that contains the following new components:
CheckboxGroup/Checkbox
RadioGroup/Radio
This release uses:
react-aria-components v1.3.3
@bcgov/design-tokensv3.1.1
Component changes since v0.2.0:
Switch component gets prefers-reduced-motion handling to turn off animation for users that prefer reduced motion.
Switch component cursor styling applies to children text in addition to visual switch component.
This PR updates
@bcgov/design-system-react-components
to v0.3.0. The version of the code represented by this PR is published on npm on thenext
tag as v0.3.0-rc1. There are no changes in this release compared to v0.2.3.Once this PR is merged, I will publish v0.3.0 on npm on the default
latest
tag.Changelog
0.3.0
This is a milestone release that contains the following new components:
This release uses:
react-aria-components
v1.3.3@bcgov/design-tokens
v3.1.1Component changes since v0.2.0:
prefers-reduced-motion
handling to turn off animation for users that prefer reduced motion.cursor
styling applies tochildren
text in addition to visual switch component.