Skip to content

Commit

Permalink
Update README and CHANGELOG for v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ty2k committed Mar 20, 2024
1 parent f8528be commit b5741ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
14 changes: 14 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.0.6

### Changed

- Updated Footer component:
- Added FooterLinks sub-component for use in `links` slot or new `children` slot.
- Default `contact` text updated to match current text on gov.bc.ca.
- Style updates to align `acknowledgement` text.
- Rollup script updated to ensure `dist` directory code freshness.

### Added

- Added Tooltip and TooltipTrigger components.

## 0.0.5

### Added
Expand Down
15 changes: 8 additions & 7 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ export default function App() {

## Component list

| 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 |
| 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 |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |

## Supported React versions

Expand Down

0 comments on commit b5741ac

Please sign in to comment.