@@ -5,53 +5,56 @@ 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 ]
8+ ## [ 0.9.10 ] - 2020-08-07
99
1010### Added
1111
12- - Added ` xxxxxlarge ` to sizes to support updated type ramp.
13- - ` ChipButton ` introduced for limited use cases
1412- ` ActionListControlBar ` component
13+ - ` ChipButton ` introduced for limited use cases
1514- ` useActionListSelectManager ` hook
15+ - Added ` xxxxxlarge ` to sizes to support updated type ramp.
1616
1717### Fixed
1818
19- - ` SelectMulti ` and ` InputChips ` issues clicking on icons and chips
20- - ` Select ` display value now properly updates when the option label for the current value changes
19+ - ` Accordion ` & ` Tree ` presentation fixes for IE11
20+ - ` ActionList ` updated documentation to include info on control bar behavior
21+ - ` Avatar* ` corrected styling conflicts when underlying component is switched to button (via ` role="button" ` )
22+ - ` ButtonSet ` & ` ButtonGroup ` heights corrected to stay at ` 36px `
23+ - ` DialogHeader ` presentation fix for IE11
2124- ` InputChips ` and ` SelectMulti ` overflow when a fixed height is used
2225- ` InputChips ` and ` SelectMulti ` long values breaking out of the input
2326- ` InputSearch ` , ` Select ` , ` InputChips ` and ` SelectMulti ` x button not clickable with ` autoResize ` and a max-width reached
24- - ` Select ` /` SelectMulti ` list closing when trying to scroll by dragging the scrollbar
27+ - ` MenuItem ` disabled prop is not clickable and its not a link.
28+ - detail is part of ` MenuItem ` 's clickable area
29+ - update Error Icon for Fields validation message
30+ - ` Select ` display value now properly updates when the option label for the current value changes
31+ - ` SelectMulti ` and ` InputChips ` issues clicking on icons and chips
2532- ` SelectMulti ` list height now adjusts as needed when chips are added
33+ - ` Select ` /` SelectMulti ` list closing when trying to scroll by dragging the scrollbar
34+ - ` Space ` presentation fix for IE11 (also affects consumers)
35+ - ` Tabs ` no longer show scrollbar when overflowing
2636- ` Select ` getting text highlighted in a focus trap when not filterable
2737- ` Tree ` default color is text4 (was previously a different color due to browser button defaults)
28- - ` MenuItem ` disabled prop is not clickable and its not a link.
29- - detail is part of ` MenuItem ` 's clickable area
30- - update Error Icon for Fields validation message
31- - ` Avatar* ` corrected styling conflicts when underlying component is switched to button (via ` role="button" ` )
32- - ` Tabs ` no longer show scrollbar when overflowing
33- - ` Accordion ` & ` Tree ` presentation fixes for IE11
34- - ` DialogHeader ` presentation fix for IE11
35- - ` Space ` presentation fix for IE11 (also affects consumers)
3638- ` Tree ` correct React warning about nested buttons by changing ` TreeItem ` back to ` div ` with ` role="button `
37- - ` ButtonSet ` & ` ButtonGroup ` heights corrected to stay at ` 36px `
38- - ` ActionList ` updated documentation to include info on control bar behavior
3939
4040### Changed
4141
42- - ` ActionListManager ` - renamed ` noResultsText ` to ` noResultsDisplay ` and now supports a ` ReactNode ` (supply a JSX for custom formatting)
43- - ` ActionList ` conditionally renders ` ActionListControlBar ` based on ` bulk ` prop
44- - ` FontSizes ` and ` LineHeights ` design tokens updated to match new type ramp spec.
45- - Refactor out react-hotkeys and improve keyboard ux for multiple stacked focus traps (effects ` MenuList ` , ` Surface ` , and ` OverlaySurface ` )
46- - Remove arrow from ` Tooltip ` , ` Popover ` and ` Menu ` by default
47- - Updates to how we apply colors to ` ButtonOutline ` and ` ButtonTransparent ` to be more inline with design spec
48- - ` neutral ` intent color is now defaults to ` charcoal500 `
4942- ` ActionList `
5043 - Updated documentation to include info on control bar behavior
5144 - Refactored select behavior to flow from a single ` select ` prop object
52- - Correlates use of color for ` Chip ` , ` ButtonToggle ` & ` ButtonSet `
53- - Consolidated ` inputHeight ` location and usage suite-wide
45+ - conditionally renders ` ActionListControlBar ` based on ` bulk ` prop
46+ - ` ActionListManager ` - renamed ` noResultsText ` to ` noResultsDisplay ` and now supports a ` ReactNode ` (supply a JSX for custom formatting)
47+ - ` ButtonOutline ` and ` ButtonTransparent ` improved color application to be more inline with design spec
48+ - ` ButtonSet ` , ` ButtonToggle ` & ` Chip ` correlated use of color for
5449- ` InputChipsBase ` updated to use styled() wrapped for Chip margin overrides
50+ - ` inputHeight ` consolidated in single location and usage suite-wide
51+ - ` Menu ` , ` Popover ` , ` Tooltip ` no longer feature arrow by default
52+ - Replace ` react-hotkeys ` and improve keyboard ux for multiple stacked focus traps (effects ` MenuList ` , ` Surface ` , and ` OverlaySurface ` )
53+
54+ #### @looker/design-tokens
55+
56+ - ` FontSizes ` and ` LineHeights ` design tokens updated to match new type ramp spec.
57+ - ` neutral ` intent color is now defaults to ` charcoal500 `
5558
5659### Removed
5760
0 commit comments