Skip to content

Commit cba796b

Browse files
author
Luke Bowerman
authored
0.7.4 Changelog tweaks (#636)
1 parent af9ca3a commit cba796b

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,31 @@ 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.7.23] - 2020-03-09
99

1010
## Added
1111

12-
- updated `InputText` and its tests to support IconBefore, IconAfter, Prefix, Suffix.
12+
- `ActionList` and related sub-components - general layout and base functionality added; currently renders a list with data in columns and associated actions at the item level
13+
- `InputText` now supports `iconBefore`, `iconAfter`, `prefix`, `suffix` properties
1314
- `InputDateRange` component
14-
- New icons `Function`, `ArrowRight`, `IdeDimension`, `IdeDimensionGroup`, `IdeParameter`, `NotificationBellOn`, `NotificationBellOff`
15+
- Icons `ArrowRight`, `Function`, `IdeDimension`, `IdeDimensionGroup`, `IdeParameter`, `NotificationBellOff`, `NotificationBellOn`
1516

1617
## Changed
1718

1819
- `FieldColor` state can now be fully controlled.
19-
- `Slider` component style updates
20-
- `InputDate` now supports controlled component behavior
2120
- Icon `CaretDown` optically centered
21+
- `IconButton` tooltip callbacks no longer override passed in callbacks
22+
- `InputChips` no longer supports summary prop, and style updates to allow vertical scrolling
23+
- `InputDate` now supports controlled component behavior
24+
- `Menu` renamed isHovered variable to showDisclosure to make this prop's use alongside `MenuDisclosure` more obvious
25+
- `MenuContext` renamed isHovered property to showDisclosure
26+
- `MenuDisclosure` now has focus and blur handlers, which allows for tab-traversal to hidden `MenuDisclosure`
27+
- `Slider` component style updates
2228

2329
## Fixed
2430

2531
- `InputDate` and `InputDateRange` test mocks
2632

27-
## [0.7.23] - 2020-03-06
28-
29-
### Added
30-
31-
- `ActionList` and related sub-components - general layout and base functionality added; currently renders a list with data in columns and associated actions at the item level
32-
33-
### Changed
34-
35-
- `IconButton` - tooltip callbacks no longer override passed in callbacks
36-
- `Menu` - renamed isHovered variable to showDisclosure to make this prop's use alongside `MenuDisclosure` more obvious
37-
- `MenuContext` - renamed isHovered property to showDisclosure
38-
- `MenuDisclosure` - now has focus and blur handlers, which allows for tab-traversal to hidden `MenuDisclosure`
39-
4033
## [0.7.22] - 2020-02-27
4134

4235
### Fixed

0 commit comments

Comments
 (0)