Skip to content

Commit

Permalink
Merge pull request #491 from bcgov/feature/react-components-v0.3.0
Browse files Browse the repository at this point in the history
React components v0.3.0
  • Loading branch information
ty2k authored Sep 17, 2024
2 parents c530ae3 + a28aacc commit 2809f52
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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-tokens`v3.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.

## 0.2.3

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcgov/design-system-react-components",
"version": "0.2.3",
"version": "0.3.0",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit 2809f52

Please sign in to comment.