Skip to content

Commit

Permalink
React Component v0.5.1
Browse files Browse the repository at this point in the history
Added Heading, Text and Link components.

This release uses:
react-aria-components v1.6.0
react ^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
react-dom ^16.14.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0

Updated below Dev dependencies:
Vite upgraded to 5.4.14
Rollup upgraded to 4.32.1
Cross Spawn upgraded to 7.0.6
Nanoid upgraded to 3.3.8
Storybook upgraded to 8.5.3
  • Loading branch information
Supriya-Arora authored Feb 6, 2025
2 parents 7c5db5f + 6444bfd commit c4949f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.5.1

### Added

- Added Heading, Text and Link components.

This release uses:

- `react-aria-components` v1.6.0

## 0.5.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 @@ -83,12 +83,15 @@ export default function App() {
| Footer | N/A |
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
| Header | N/A |
| Heading | https://react-spectrum.adobe.com/react-spectrum/Heading.html |
| InlineAlert | N/A |
| Modal | https://react-spectrum.adobe.com/react-aria/Modal.html |
| Link | https://react-spectrum.adobe.com/react-spectrum/Link.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 |
| Text | https://react-spectrum.adobe.com/react-spectrum/Text.html |
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.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.5.0",
"version": "0.5.1",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit c4949f0

Please sign in to comment.