Skip to content

Commit e31ab31

Browse files
authored
Merge pull request #494 from bcgov/feature/react-components-v0.3.1
React components v0.3.1
2 parents 985bd21 + 7c33818 commit e31ab31

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.3.1
4+
5+
### Added
6+
7+
- Added AlertDialog, Dialog, and Modal components.
8+
39
## 0.3.0
410

511
This is a milestone release that contains the following new components:

packages/react-components/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,17 @@ export default function App() {
7070

7171
| Component | React Aria Components docs link |
7272
| ----------------------- | -------------------------------------------------------------- |
73+
| AlertDialog | N/A |
7374
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
7475
| ButtonGroup | N/A |
7576
| Checkbox | https://react-spectrum.adobe.com/react-aria/Checkbox.html |
7677
| CheckboxGroup | https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html |
78+
| Dialog | https://react-spectrum.adobe.com/react-aria/Dialog.html |
7779
| Footer | N/A |
7880
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
7981
| Header | N/A |
8082
| InlineAlert | N/A |
83+
| Modal | https://react-spectrum.adobe.com/react-aria/Modal.html |
8184
| RadioGroup, Radio | https://react-spectrum.adobe.com/react-aria/RadioGroup.html |
8285
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
8386
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.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.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"scripts": {
66
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)