@@ -5,52 +5,50 @@ 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.6] - 2020-07-15
9+
10+ - Storybook is now deployed to ` https://components.looker.com/storybook `
911
1012### Added
1113
12- - Storybook is now deployed to ` https://components.looker.com/storybook `
13- - ` undefinedCoalesce ` util function
14+ - ` iconSizes ` style function includes ` xxsmall ` case
1415- ` Link ` now supports explicit ` underline ` & ` keyColor ` properties
15- - ` FactCheck ` icon
1616- ` TreeItem ` and ` Tree `
1717 - Altered style defaults
1818- ` TreeGroup `
1919 - Added additional test case for color override behavior
20- - ` iconSizes ` style function includes ` xxsmall ` case
20+ - ` undefinedCoalesce ` util function
21+ - Icons: ` FactCheck `
2122
2223### Changed
2324
24- - ` InputSearch ` clear button is larger and now focusable, divider and summary text spacing refined
25- - ` Icon ` no longer outputs a ` <title /> ` by default and Icon is marked with ` aria-hide ` unless a title is explicitly specified
25+ - ` Accordion `
26+ - Updated padding props to affect ` AccordionDisclosure ` and ` AccordionContent ` containers rather than parent ` Accordion ` container
27+ - ` AccordionDisclosure ` removed default ` height: 100% `
28+ - ` ButtonBase ` removed negative margin from ` iconMargins ` helper function
2629- ` Calendar ` , ` FieldDate ` , ` FieldDateRange ` , ` InputDate ` & ` InputDateRange ` now require "deep" imports
2730 - E.g.: ` Calendar ` imports from ` @looker/components/lib/Calendar ` )
28- - ` MenuGroup ` labels improvements when using ` compact `
31+ - ` Icon ` no longer outputs a ` <title /> ` by default and Icon is marked with ` aria-hide ` unless a title is explicitly specified
32+ - ` InputSearch ` clear button is larger and now focusable, divider and summary text spacing refined
2933- ` Menu ` now has a new focus style for ` MenuItems ` as well as updateing sizing
30- - ` Accordion `
31- - Updated padding props to affect ` AccordionDisclosure ` and ` AccordionContent ` containers rather than parent ` Accordion ` container
32- - ` AccordionDisclosure `
33- - Removed default ` height: 100% `
34- - ` Tree ` and ` TreeItem `
35- - Updated docs and test suite
36- - ` theme.zIndexFloor ` now defaults to ` 1 ` instead of ` undefined ` (this helps with compatibility due to Firefox's stacking order eccentricities)
37- - ` Tooltip ` now renders in a ` Portal `
38- - ` TabList ` now supports distribute prop
34+ - ` MenuGroup ` labels improvements when using ` compact `
3935- ` MessageBar `
4036 - MessageBar is dismissable by default. Use prop ` noActions ` in place of ` canDismiss={false} ` to hide dismiss button.
4137 - Adds new ` visible ` prop to toggle display externally
42- - ` Tree ` increased gap size between indicator and label to align with sibling ` TreeItem ` s with icons
43- - ` ButtonBase ` removed negative margin from ` iconMargins ` helper function
4438 - Accepts primary and secondary action overrides and callbacks
39+ - ` TabList ` now supports distribute prop
40+ - ` theme.zIndexFloor ` now defaults to ` 1 ` instead of ` undefined ` (this helps with compatibility due to Firefox's stacking order eccentricities)
41+ - ` Tooltip ` now renders in a ` Portal `
42+ - ` Tree ` and ` TreeItem ` updated docs and test suite
43+ - ` Tree ` increased gap size between indicator and label to align with sibling ` TreeItem ` s with icons
4544
4645### Fixed
4746
47+ - ` MenuGroup ` now includes icon placeholder spacing if higher ` MenuItemContext ` has ` renderIconPlaceholder === true `
4848- ` Select ` /` SelectMulti ` keyboard navigation when filtering and going from > 100 to < 100 options
4949- ` SelectMulti ` with ` freeInput ` not saving input value on tab key
5050- ` SelectMulti ` list not closing on blur
5151- ` TreeGroup ` properly overrides color of child ` TreeItem ` labels and ` Tree ` labels
52- - ` MenuGroup ` now includes icon placeholder spacing if higher ` MenuItemContext ` has ` renderIconPlaceholder === true `
53-
5452
5553### Removed
5654
0 commit comments