Skip to content

Commit

Permalink
Update README and CHANGELOG for v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ty2k committed Mar 8, 2024
1 parent 2c471d4 commit 1fc5a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## 0.0.5

### Added

- Added Footer component.

## 0.0.4

### Changed

- Use `react-aria-components` v1.1.1.
- Updated class names in `Button`, `Select`, `Tag`, `TagGroup`, and `TagList` to add `bcds-` prefix to prevent style collisions with other instances of React Aria Components.
- Updated class names in Button, Select, Tag, TagGroup, and TagList to add `bcds-` prefix to prevent style collisions with other instances of React Aria Components.

### Added

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 @@ -33,6 +33,7 @@ import "@bcgov/bc-sans/css/BC_Sans.css";
// Import the individual components you need
import {
Button,
Footer,
Header,
TagGroup,
TagList
Expand All @@ -58,6 +59,7 @@ export default function App() {
/>
</TagGroup>
</main>
<Footer/>
);
}
```
Expand All @@ -67,6 +69,7 @@ export default function App() {
| Component | React Aria Components docs link |
| ---------------------- | --------------------------------------------------------- |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| Footer | N/A |
| 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

0 comments on commit 1fc5a1e

Please sign in to comment.