File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed
packages/react-components Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## 0.0.5
4
18
5
19
### Added
Original file line number Diff line number Diff line change @@ -66,13 +66,14 @@ export default function App() {
66
66
67
67
## Component list
68
68
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 |
76
77
77
78
## Supported React versions
78
79
You can’t perform that action at this time.
0 commit comments