Skip to content

Commit c4949f0

Browse files
React Component v0.5.1
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
2 parents 7c5db5f + 6444bfd commit c4949f0

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

packages/react-components/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Added
6+
7+
- Added Heading, Text and Link components.
8+
9+
This release uses:
10+
11+
- `react-aria-components` v1.6.0
12+
313
## 0.5.0
414

515
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
@@ -83,12 +83,15 @@ export default function App() {
8383
| Footer | N/A |
8484
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
8585
| Header | N/A |
86+
| Heading | https://react-spectrum.adobe.com/react-spectrum/Heading.html |
8687
| InlineAlert | N/A |
8788
| Modal | https://react-spectrum.adobe.com/react-aria/Modal.html |
89+
| Link | https://react-spectrum.adobe.com/react-spectrum/Link.html |
8890
| RadioGroup, Radio | https://react-spectrum.adobe.com/react-aria/RadioGroup.html |
8991
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
9092
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
9193
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
94+
| Text | https://react-spectrum.adobe.com/react-spectrum/Text.html |
9295
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
9396
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
9497

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

0 commit comments

Comments
 (0)