Skip to content

Commit 7c24aae

Browse files
author
Luke Bowerman
committed
0.9.20 CHANGELOG
1 parent a9812a3 commit 7c24aae

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [UNRELEASED]
8+
## [0.9.20] - 2020-10-23
99

1010
### Added
1111

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`)
1313
- `Tooltip` and `useTooltip` now include a brief delay before showing
1414
- `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
1919

2020
### Changed
2121

22+
- `ButtonItem` used inside `ButtonToggle` and `ButtonGroup` now uses `fonts.body`
2223
- `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
2325
- `useDialog` (`Dialog` & `Drawer`) refactored
2426
- Removed use of `react-transition-group` dependency
2527
- Added support for `aria-busy`
2628
- Simplified implementation of `DialogRender` component
2729
- `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`
3230
- `Swatch` no longer turns gray when disabled, but has a reduced opacity instead
31+
- Reduced & consolidated dependencies on `polished` library
3332

3433
### Fixed
3534

36-
- `Select` / `SelectMulti` / `InputTimeSelect` click to select option in IE11
3735
- `InputTimeSelect` can accept a time that is not included in the select dropdown options
3836
- `FieldInline` refactored to use MS-compatible grid (IE11 compatibility)
3937
- `FieldCheckbox`
@@ -43,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4341
- Also auto appends "noopener noreferrer" to rel if target="\_blank"
4442
- `Popover` & `usePopover` refactored internally to be consistent with `Dialog` refactor patterns
4543
- 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
4645

4746
### Removed
4847

0 commit comments

Comments
 (0)