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
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,38 +5,31 @@ 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.7.23] - 2020-03-09
9
9
10
10
## Added
11
11
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
-`InputDate` now supports controlled component behavior
21
20
- 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
22
28
23
29
## Fixed
24
30
25
31
-`InputDate` and `InputDateRange` test mocks
26
32
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`
0 commit comments