Skip to content

Commit 321cc9f

Browse files
author
Luke Bowerman
committed
0.9.23 CHANGELOG
1 parent af33665 commit 321cc9f

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NOTE: This is the CHANGELOG for the @looker/components MONOREPO. Each package ha
1414
- [Design Tokens](./packages/design-tokens/CHANGELOG.md)
1515
- [Icons](./packages/icons/CHANGELOG.md)
1616

17-
## [UNRELEASED]
17+
## [0.9.23]
1818

1919
### Added
2020

@@ -25,11 +25,6 @@ NOTE: This is the CHANGELOG for the @looker/components MONOREPO. Each package ha
2525
- `develop` - disables "Docs" addon
2626
- `publish` - enables Typescript extraction and full `addon-essentials` support
2727

28-
### Fixed
29-
30-
- InlineInputText now supports disabled and readOnly props
31-
- InlineTextArea now supports disabled and readOnly props
32-
- `MenuItems` within the same `MenuList` align consistently when icons are used
3328
## [0.9.19]
3429

3530
### Fixed

packages/components/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.23]
99

1010
### Added
1111

@@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- NOTE: Column for checkbox selection and actions column are always stuck to their respective edges
1919
- Column selection - the user can select which columns are displayed (if any columns have `hide` specified in their configuration)
2020
- 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`
2322
- `Dialog` & `Drawer` now support semantic sizes (`xxsmall - xlarge`)
2423
- `Dialog` now supports `placement` - `center` (default), `top` & `cover`
2524
- `Drawer` now supports `placement` - `left` & `right` (default)
25+
- `Select`, `SelectMulti`, `InputTimeSelect`, and `InputSearch` now support `autoFocus`
2626

2727
### Changed
2828

@@ -35,28 +35,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535

3636
### Fixed
3737

38-
- `Page` fix size to use `%` instead of `vh/vw`
3938
- `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
4045
- `Select` on a mobile device or with "tap to click" on a touch pad reopens immediately after clicking on an option
4146
- `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
4548
- `Select` alignment of options when some have icons and others do not
4649
- `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
4750
- `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
4951

5052
### Removed
5153

5254
- `ActionListManager` was removed (`DataTable` now supports `state=loading|noResults`)
5355
- `ActionList` (now known as `DataTable`) no longer supports `header` prop (header is always generated by component now)
5456
- `column` no longer supports `width` (see new `size` behavior)
55-
- `groupedPopoversRef` and `groupedMenusRef` (`Popover` and `Menu` no longer cancel the first click outside)
5657
- `Dialog` no longer supports `maxWidth` (it's now always `100%` - use `width`)
5758
- `Drawer` no longer supports `height` (use `minHeight`)
5859
- `Dialog` no longer supports `surfaceStyles` (use built-in props instead)
5960
- `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)
6062

6163
## [0.9.22]
6264

0 commit comments

Comments
 (0)