Skip to content

Commit fd199fa

Browse files
authored
Merge pull request #486 from bcgov/feature/react-components-v0.2.2
React components v0.2.2
2 parents 5941f00 + 26ec213 commit fd199fa

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

packages/react-components/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Added
6+
7+
- Added CheckboxGroup/Checkbox components.
8+
39
## 0.2.1
410

511
No changes from v0.2.0.

packages/react-components/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,21 @@ export default function App() {
6868

6969
## Component list
7070

71-
| Component | React Aria Components docs link |
72-
| ----------------------- | ---------------------------------------------------------- |
73-
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
74-
| ButtonGroup | N/A |
75-
| Footer | N/A |
76-
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
77-
| Header | N/A |
78-
| InlineAlert | N/A |
79-
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
80-
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
81-
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
82-
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
83-
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
71+
| Component | React Aria Components docs link |
72+
| ----------------------- | -------------------------------------------------------------- |
73+
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
74+
| ButtonGroup | N/A |
75+
| Checkbox | https://react-spectrum.adobe.com/react-aria/Checkbox.html |
76+
| CheckboxGroup | https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html |
77+
| Footer | N/A |
78+
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
79+
| Header | N/A |
80+
| InlineAlert | N/A |
81+
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
82+
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
83+
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
84+
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
85+
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
8486

8587
## Supported React versions
8688

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

0 commit comments

Comments
 (0)