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
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [UNRELEASED]
8
+
## [0.9.20] - 2020-10-23
9
9
10
10
### Added
11
11
12
-
-`Tree` now supports `dividers` to produce a small visual space between each `TreeItem` displayed in the list so that adjacent items in a "selected" or active state have visual separation.
12
+
-`IconButton`supports `toggle` prop (uses `key` color when toggled and `aria-pressed`)
13
13
-`Tooltip` and `useTooltip` now include a brief delay before showing
14
14
-`delay` prop controls the length
15
-
-`IconButton` supports `toggle` prop (uses `key` color when toggled and `aria-pressed`)
16
-
-Improved test coverage / added image-snapshots
17
-
-`ScheduleOutline` Icon artwork
18
-
-`Tree``noIndent` prop allows `Tree` to be indented at the same depth as adjacent `TreeItem`(s)
15
+
- Improved test coverage / added image-snapshots
16
+
-`Tree``branchAlign` prop allows item be indented at the same depth as adjacent `TreeItem`(s)
17
+
-`Tree` now supports `dividers` to produce a small visual space between each `TreeItem` displayed in the list so that adjacent items in a "selected" or active state have visual separation.
18
+
-Icon: Added `ScheduleOutline` artwork
19
19
20
20
### Changed
21
21
22
+
-`ButtonItem` used inside `ButtonToggle` and `ButtonGroup` now uses `fonts.body`
22
23
-`Dialog`, `Drawer` and `Popover` no longer focus the first "tab-able" child. Instead they now focus the surface of the overlay itself.
24
+
-`InputFilter` to support multiline filter tokens
23
25
-`useDialog` (`Dialog` & `Drawer`) refactored
24
26
- Removed use of `react-transition-group` dependency
25
27
- Added support for `aria-busy`
26
28
- Simplified implementation of `DialogRender` component
27
29
-`theme.transitions` durations are now integers (in milliseconds) rather than strings
28
-
- Improved test coverage / added image-snapshots
29
-
- InputFilter to support multiline filter tokens
30
-
- Reduced & consolidated dependencies on `polished` library
31
-
-`ButtonItem` used inside `ButtonToggle` and `ButtonGroup` now uses `body`
32
30
-`Swatch` no longer turns gray when disabled, but has a reduced opacity instead
31
+
- Reduced & consolidated dependencies on `polished` library
33
32
34
33
### Fixed
35
34
36
-
-`Select` / `SelectMulti` / `InputTimeSelect` click to select option in IE11
37
35
-`InputTimeSelect` can accept a time that is not included in the select dropdown options
38
36
-`FieldInline` refactored to use MS-compatible grid (IE11 compatibility)
39
37
-`FieldCheckbox`
@@ -43,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
41
- Also auto appends "noopener noreferrer" to rel if target="\_blank"
44
42
-`Popover` & `usePopover` refactored internally to be consistent with `Dialog` refactor patterns
45
43
- IMPORTANT NOTE: Popover will no longer apply `active` className to target. Instead it now applies `[aria-expanded='true']` instead. `Button*` has been updated to match this change but implementations that depend on the previous behavior will need to be updated.
44
+
-`Select` / `SelectMulti` / `InputTimeSelect` click to select option in IE11
0 commit comments