Skip to content

Commit

Permalink
Merge pull request #420 from bcgov/feature/react-components-v0.0.10
Browse files Browse the repository at this point in the history
React components library v0.0.10
  • Loading branch information
ty2k authored Jul 24, 2024
2 parents 04b6544 + c757878 commit 4343768
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.0.10

### Changed

- Select, TextArea, and TextField components use "(required)" in label when `isRequired` prop is true, rather than "(optional)" when false.
- Select, TagGroup, TextArea, and TextField components have text slot spacing adjusted for consistency between components.

### Added

- Added Form utility component.

## 0.0.9

### Changed
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default function App() {
| ----------------------- | ---------------------------------------------------------- |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| Footer | N/A |
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
| Header | N/A |
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.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.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit 4343768

Please sign in to comment.