Skip to content

Commit

Permalink
Merge pull request #513 from bcgov/feature/react-components-v0.5.0
Browse files Browse the repository at this point in the history
React Component v0.5.0
  • Loading branch information
Supriya-Arora authored Jan 14, 2025
2 parents c95b2ec + 7ce4b68 commit 891ba5d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 28 deletions.
17 changes: 17 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.5.0

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

- Accordion and accordion group
- Alert Banner
- Callout

This release uses:

- `react-aria-components` v1.5.0
- `@bcgov/design-tokens`v3.2.0

Component changes since v0.4.0:

- Add an alternative `chip` style to Tag and Tag group component.

## 0.4.0

This is a milestone release that contains the following new components:
Expand Down
42 changes: 23 additions & 19 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,29 @@ export default function App() {

## Component list

| 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 |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
| Component | React Aria Components docs link |
| ----------------------- | ---------------------------------------------------------------- |
| AlertBanner | N/A |
| AlertDialog | N/A |
| Accordion | https://react-spectrum.adobe.com/react-aria/Disclosure.html |
| AccordionGroup | https://react-spectrum.adobe.com/react-aria/DisclosureGroup.html |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| ButtonGroup | N/A |
| Callout | 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 |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |

## Supported React versions

Expand Down
13 changes: 6 additions & 7 deletions packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand All @@ -23,7 +23,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@bcgov/design-tokens": "3.1.1",
"@bcgov/design-tokens": "3.2.0",
"react-aria-components": "1.5.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 891ba5d

Please sign in to comment.