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: packages/components/CHANGELOG.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ 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.23]
9
9
10
10
### Added
11
11
@@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- NOTE: Column for checkbox selection and actions column are always stuck to their respective edges
19
19
- Column selection - the user can select which columns are displayed (if any columns have `hide` specified in their configuration)
20
20
- Supports `state="loading|noResults"` and `noResultsDisplay`
21
-
- The `autoFocus` prop will now work for inputs in `Popover` and `Dialog`
22
-
-`Select`, `SelectMulti`, `InputTimeSelect`, and `InputSearch` now support `autoFocus`
21
+
-`autoFocus` prop will now work for inputs in `Popover` and `Dialog`
23
22
-`Dialog` & `Drawer` now support semantic sizes (`xxsmall - xlarge`)
24
23
-`Dialog` now supports `placement` - `center` (default), `top` & `cover`
25
24
-`Drawer` now supports `placement` - `left` & `right` (default)
25
+
-`Select`, `SelectMulti`, `InputTimeSelect`, and `InputSearch` now support `autoFocus`
26
26
27
27
### Changed
28
28
@@ -35,28 +35,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
36
36
### Fixed
37
37
38
-
-`Page` fix size to use `%` instead of `vh/vw`
39
38
-`FieldCheckboxGroup` now sets `border-color` of child checkboxes to "critical" when validationMessage.type is equal to 'error'
39
+
-`InlineInputText` now supports `disabled` and `readOnly` props
40
+
-`InlineTextArea` now supports `disabled` and `readOnly` props
41
+
-`InputColor` no longer allows user to click swatch when `readOnly` is assigned
42
+
-`MenuItems` within the same `MenuList` align consistently when icons are used
43
+
-`Page` fix size to use `%` instead of `vh/vw`
44
+
-`Popover` flashing in the upper left corner of the screen on slow pages
40
45
-`Select` on a mobile device or with "tap to click" on a touch pad reopens immediately after clicking on an option
41
46
-`Select` options not being announced in a screen reader on keyboard navigation
42
-
- Controlled `Select` losing focus if there's delay between `onChange` and `value` update
43
-
-`Popover` flashing in the upper left corner of the screen on slow pages
44
-
-`InputColor` no longer allows user to click swatch when `readOnly` is assigned
47
+
-`Select` that is controlled no longer loses focus if there's delay between `onChange` and `value` update
45
48
-`Select` alignment of options when some have icons and others do not
46
49
-`Select` inappropriately shows "No options" when the current value is empty, after filtering a long list down to a single option then deleting the filter text
47
50
-`Select` remounts its options when the options prop changes, using a shallow comparison. This causes select via click to fail if the options prop "changes" (same values, new array instance) after a mousedown, e.g. if a parent component contains `usePopover`.
48
-
-`MenuItems` within the same `MenuList` align consistently when icons are used
49
51
50
52
### Removed
51
53
52
54
-`ActionListManager` was removed (`DataTable` now supports `state=loading|noResults`)
53
55
-`ActionList` (now known as `DataTable`) no longer supports `header` prop (header is always generated by component now)
54
56
-`column` no longer supports `width` (see new `size` behavior)
55
-
-`groupedPopoversRef` and `groupedMenusRef` (`Popover` and `Menu` no longer cancel the first click outside)
56
57
-`Dialog` no longer supports `maxWidth` (it's now always `100%` - use `width`)
57
58
-`Drawer` no longer supports `height` (use `minHeight`)
58
59
-`Dialog` no longer supports `surfaceStyles` (use built-in props instead)
59
60
-`DialogManager` is no longer available (`Dialog` is completely compatible with previous interface)
61
+
-`groupedPopoversRef` and `groupedMenusRef` (`Popover` and `Menu` no longer cancel the first click outside)
0 commit comments