Skip to content

Commit 2e3ef8d

Browse files
author
Luke Bowerman
committed
0.9.18 CHANGELOG
1 parent d4f5f8a commit 2e3ef8d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ 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.18]
9+
10+
### Added
11+
12+
- `TreeGroup` supports `truncate` and `labelColor` props
13+
14+
### Changed
915

1016
- `IconButton` w/ `size="small"` icon size adjusted to `small` (was `xsmall`)
11-
- `Space` revert mistakenly applied `flex-shrink: 0`
1217
- `useDialog` needs to support scenario it is controlled but `onClose` isn't specified
18+
19+
### Fixed
20+
21+
- `Space` revert mistakenly applied `flex-shrink: 0`
1322
- Reverts: `HoverDisclosure` toggles visibility with css rather than inserting elements into the DOM
1423
- Fix `image-snapshots` issue
15-
- `TreeGroup` supports `truncate` and `labelColor` props
1624

1725
## [0.9.17] - 2020-10-12
1826

0 commit comments

Comments
 (0)