Skip to content

Commit

Permalink
React components v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ty2k committed Sep 19, 2024
1 parent 985bd21 commit 7c33818
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

### Added

- Added AlertDialog, Dialog, and Modal components.

## 0.3.0

This is a milestone release that contains the following new components:
Expand Down
3 changes: 3 additions & 0 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ export default function App() {

| Component | React Aria Components docs link |
| ----------------------- | -------------------------------------------------------------- |
| AlertDialog | N/A |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| ButtonGroup | N/A |
| Checkbox | https://react-spectrum.adobe.com/react-aria/Checkbox.html |
| CheckboxGroup | https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html |
| Dialog | https://react-spectrum.adobe.com/react-aria/Dialog.html |
| Footer | N/A |
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
| Header | N/A |
| InlineAlert | N/A |
| Modal | https://react-spectrum.adobe.com/react-aria/Modal.html |
| RadioGroup, Radio | https://react-spectrum.adobe.com/react-aria/RadioGroup.html |
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
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.3.0",
"version": "0.3.1",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit 7c33818

Please sign in to comment.