File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ NOTE: This is the CHANGELOG for the @looker/components MONOREPO. Each package ha
1111
1212- [ Components] ( ./packages/components/CHANGELOG.md )
1313- [ Components Providers] ( ./packages/components-providers/CHANGELOG.md )
14- - [ Components Test Utilities] ( ./packages/components-test-utils/CHANGELOG.md )
14+ - [ Components Test Utilities] ( ./packages/components-providers/CHANGELOG.md )
15+ - [ Components Theme Editor] ( ./packages/theme-editor/CHANGELOG.md )
1516- [ Design Tokens] ( ./packages/design-tokens/CHANGELOG.md )
1617- [ Icons] ( ./packages/icons/CHANGELOG.md )
1718
Original file line number Diff line number Diff line change @@ -5,22 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ UNRELEASED]
9-
10- ### Fixed
11-
12- - ` Select ` inside a ` Dialog ` losing focus after clicking an option
13- - ` Tooltip ` adding extra space to its child's ` className `
8+ ## [ 0.9.21]
149
1510### Changed
1611
17- - ` InputFiltersChipEditor ` can use CheckboxGroup or RadioGroup.
18- - ` InputFiltersChipEditor ` can be replaced by users editor.
12+ - ` InputFilters `
13+ - Default editor uses ` RadioGroup ` (single choice) and ` CheckboxGroup ` (multiple choice)
14+ - Developers can specify a custom editor that via ` fieldFilter.editor ` property (must match interface for ` InputFilterEditorRenderProp ` )
1915
2016### Fixed
2117
22- - ` InputFilters ` improved styling when ` Chips ` wrap to additional lines
23- - ` InputFilters ` Popover no longer moves when ` Chip ` is initially displayed
18+ - ` InputFilters `
19+ - improved styling when ` Chips ` wrap to additional lines
20+ - ` Popover ` no longer moves when ` Chip ` is initially displayed
21+ - ` Select ` inside a ` Dialog ` losing focus after clicking an option
22+ - ` Tooltip ` adding extra space to its child's ` className `
2423
2524## [ 0.9.20]
2625
You can’t perform that action at this time.
0 commit comments