Skip to content

Commit b5741ac

Browse files
committed
Update README and CHANGELOG for v0.0.6
1 parent f8528be commit b5741ac

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

packages/react-components/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Changed
6+
7+
- Updated Footer component:
8+
- Added FooterLinks sub-component for use in `links` slot or new `children` slot.
9+
- Default `contact` text updated to match current text on gov.bc.ca.
10+
- Style updates to align `acknowledgement` text.
11+
- Rollup script updated to ensure `dist` directory code freshness.
12+
13+
### Added
14+
15+
- Added Tooltip and TooltipTrigger components.
16+
317
## 0.0.5
418

519
### Added

packages/react-components/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ export default function App() {
6666

6767
## Component list
6868

69-
| Component | React Aria Components docs link |
70-
| ---------------------- | --------------------------------------------------------- |
71-
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
72-
| Footer | N/A |
73-
| Header | N/A |
74-
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
75-
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
69+
| Component | React Aria Components docs link |
70+
| ----------------------- | --------------------------------------------------------- |
71+
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
72+
| Footer | N/A |
73+
| Header | N/A |
74+
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
75+
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
76+
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
7677

7778
## Supported React versions
7879

0 commit comments

Comments
 (0)