You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
-`Banner` fontSize adjusted and external margin removed
30
30
-`Button` and `ButtonOutline` horizontal padding on increased, decreased for `ButtonTransparent`
31
31
-`DateTimeFormat` uses date-fns to format human-readable date string (rather than built-in browser default functionality)
32
-
-`useTooltip` includes a generated id (or passed-in prop value) for the resulting tooltip in the return object
32
+
-`Tooltip`
33
+
- Now offers a cloneElement version as well as the existing render props version
34
+
- Documentation update to reflect new `children` structure
35
+
- now supports `aria-describedby`
36
+
-`useTooltip` includes a generated id (or passed-in prop value) for the resulting tooltip in the return object
33
37
-`MenuDisclosure`, `Banner`, `IconButton`, `ModalHeader` explicitly use their id props to either provide `useTooltip` with an id or to provide another component that uses `useTooltip` with an id to generate the tooltip's id
34
38
- Icon used for error states in inputs changed to `CircleInfo`
35
-
- Doing this means that tooltip trigger elements can now have an `aria-describedby` property with said id as the value
36
39
- Support Warning icon display on Select and SelectMulti inputs
37
40
- Refactor use of InputSearch to support more flexible layouts
0 commit comments