Skip to content

Commit d715f36

Browse files
author
Luke Bowerman
committed
0.9.26 CHANGELOG
1 parent b95e251 commit d715f36

File tree

6 files changed

+30
-20
lines changed

6 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ 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.26]
1818

1919
### Changed
2020

2121
- Now using Typescript 4.1 internally
2222

2323
### Fixed
2424

25-
- `image-snapshot-update` now correctly deletes all existing snapshots before running
25+
- `image-snapshot-update` package script now correctly deletes all existing snapshots before running
2626

2727
## [0.9.25]
2828

packages/components-providers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [0.9.26]
9+
10+
### Added
11+
12+
- `ComponentsProvider` now includes `FocusTrapContext` to manage all focus traps for `Dialog` and `Popover`
13+
- Where previously `DialogContext` properties `enableFocusTrap`, `disableFocusTrap`, and `focusTrapEnabled` could previously be used to take control of a focus trap, now use `FocusTrapContext` properties `enableCurrentTrap`, `disableCurrentTrap`, and `activeTrapRef` to do so.
14+
815
## [0.9.16]
916

1017
### Changed

packages/components/CHANGELOG.md

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

1010
### Added
1111

12-
- `FadeIn`
12+
- `FadeIn` component
1313

1414
### Changed
1515

16-
- `MenuList` now supports windowing (virtualization)
17-
- Inline fields now support both `description` and `detail`
18-
- `DataTable` now supports `primaryAction`
19-
- `DataTableCell` used description instead of detail for consistency.
2016
- `ComponentsProvider` now includes `FocusTrapContext` to manage all focus traps for `Dialog` and `Popover`
2117
- Where previously `DialogContext` properties `enableFocusTrap`, `disableFocusTrap`, and `focusTrapEnabled` could previously be used to take control of a focus trap, now use `FocusTrapContext` properties `enableCurrentTrap`, `disableCurrentTrap`, and `activeTrapRef` to do so.
18+
- `DataTable` now supports `primaryAction`
19+
- `DataTableCell` used description instead of detail for consistency.
20+
- `FieldCheckbox`, `FieldToggleSwitch` & `FieldRadio` now support `description` and `detail`
21+
- `MenuList` now supports windowing (virtualization)
2222
- `ScrollLockContext` properties keys have changed to match those on `FocusTrapContext`
2323
- `doDataTableSort` renamed from `doDefaultDataTableSort` and received improvements
2424
- Supports "date" columns
2525
- Infers "string" for columns without an explicit type property
2626
- Is now a generic, and will properly set the type of the returned data to match the user's data shape
27-
- `Tree` restricts `label` to type string
27+
- `Tree` restricts `label` to string
2828
- `TreeItem`
2929
- Restricts `children` to type string
3030
- Nested `TreeItem`s align with sibling `Tree` labels (as opposed to `Tree` indicators)
@@ -35,20 +35,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- `Checkbox`'s internal input no longer overflows margin
3636
- `Select` / `SelectMulti` / `InputTimeSelect` clicking on the caret icon toggles the list and focuses the field if it was not already focused
3737
- `Tab` now displays properly in Safari
38-
- `Truncate` with `Link` inside will properly preserve text color from `Link`
39-
- update InputText and InlineInputText for disabled color on Safari.
4038
- `TreeGroupLabel` is now properly aligned with sibling `TreeItems` and fits the standard vertical cadence (`24px`)
41-
- update Select SelectMulti and Combobox replace readOnly with inputReadOnly
42-
- InputSearch now supports disabled and readOnly - documentation and gatsby updated
43-
- InputChips now supports disabled and readOnly - documentation and gatsby updated
39+
- `Truncate` with `Link` inside will properly preserve text color from `Link`
40+
- `InputText` & `InlineInputText` for disabled color on Safari.
41+
- `Select`, `SelectMulti` and `Combobox` replace `readOnly` with `inputReadOnly`
42+
- `InputSearch` now supports `disabled` and `readOnly`
43+
- `InputChips` now supports `disabled` and `readOnly`
4444
- `InputDate` removed stories that did not use `value` prop to avoid daily snapshot discrepancies
4545
- `RangeSlider` now supports touch events
4646

4747
### Removed
4848

49-
- `useTooltip` no longer supports `surfaceStyles` property
49+
- `ActionList` aliases to `DataTable` removed
5050
- `Heading` & `Paragraph`, `Span`, `Text` no longer support `variant` (use `color` instead)
51-
- `ActionList` aliases to `DataTable`
51+
- `useTooltip` no longer supports `surfaceStyles` property
5252

5353
## [0.9.25]
5454

packages/design-tokens/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.26]
99

1010
### Added
1111

packages/eslint-config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.26]
99

1010
- Added `plugin:jest-dom/recommended`
1111
- Added `plugin:testing-library/react`

packages/icons/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ 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.26]
99

1010
## Added
11+
1112
- `ArrowForward`, `ArrowBackward`, `ArrowDownward`, `ArrowUpward`
1213

1314
## Changed
14-
- `ArrowDown` and `ArrowUp` renamed to `ArrowDropUp` and `ArrowDropDown`
15+
16+
- `ArrowDown` & `ArrowUp` renamed to `ArrowDropUp` and `ArrowDropDown`
1517

1618
## Removed
19+
1720
- `ArrowChange` removed
1821

1922
## [0.9.23]

0 commit comments

Comments
 (0)