Skip to content

Commit 4343768

Browse files
authored
Merge pull request #420 from bcgov/feature/react-components-v0.0.10
React components library v0.0.10
2 parents 04b6544 + c757878 commit 4343768

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/react-components/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Changed
6+
7+
- Select, TextArea, and TextField components use "(required)" in label when `isRequired` prop is true, rather than "(optional)" when false.
8+
- Select, TagGroup, TextArea, and TextField components have text slot spacing adjusted for consistency between components.
9+
10+
### Added
11+
12+
- Added Form utility component.
13+
314
## 0.0.9
415

516
### Changed

packages/react-components/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default function App() {
7272
| ----------------------- | ---------------------------------------------------------- |
7373
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
7474
| Footer | N/A |
75+
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
7576
| Header | N/A |
7677
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
7778
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |

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

0 commit comments

Comments
 (0)