Skip to content

Commit 2809f52

Browse files
authored
Merge pull request #491 from bcgov/feature/react-components-v0.3.0
React components v0.3.0
2 parents c530ae3 + a28aacc commit 2809f52

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

packages/react-components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
This is a milestone release that contains the following new components:
6+
7+
- CheckboxGroup/Checkbox
8+
- RadioGroup/Radio
9+
10+
This release uses:
11+
12+
- `react-aria-components` v1.3.3
13+
- `@bcgov/design-tokens`v3.1.1
14+
15+
Component changes since v0.2.0:
16+
17+
- Switch component gets `prefers-reduced-motion` handling to turn off animation for users that prefer reduced motion.
18+
- Switch component `cursor` styling applies to `children` text in addition to visual switch component.
19+
320
## 0.2.3
421

522
### Changed

packages/react-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bcgov/design-system-react-components",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"type": "module",
55
"scripts": {
66
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)