Skip to content

Commit 1a7e5ea

Browse files
committed
React components v0.2.3
1 parent 64a08ee commit 1a7e5ea

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/react-components/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Changed
6+
7+
- Switch component gets `prefers-reduced-motion` handling to turn off animation for users that prefer reduced motion.
8+
- Switch component `cursor` styling applies to `children` text in addition to visual switch component.
9+
10+
###
11+
12+
- Added RadioGroup/Radio components.
13+
314
## 0.2.2
415

516
### Added

packages/react-components/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default function App() {
7878
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
7979
| Header | N/A |
8080
| InlineAlert | N/A |
81+
| RadioGroup, Radio | https://react-spectrum.adobe.com/react-aria/RadioGroup.html |
8182
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
8283
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
8384
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |

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.2",
3+
"version": "0.2.3",
44
"type": "module",
55
"scripts": {
66
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)