@@ -5,45 +5,48 @@ 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.8.0]
9+
10+ ### NOTABLE
11+
12+ - ` ComponentsProvider ` now supports ` coreColors ` attribute for dynamic theme generation
13+ - ` theme.colors.palette ` no longer used internally except in very limited (and soon-to-be-deprecated) cases.
14+ - ` theme.colors ` shape has been significantly refactored (documentation updates to follow)
15+ - ` Tooltip ` now uses ` keyAccent ` for link color
916
1017### Added
1118
12- - update InputColor to have an empty ` Swatch `
13- - ` Status ` component
14- - ` Tree ` , ` TreeItem ` components
15- - Includes docs and test suite
1619- ` ActionListItem ` accepts ` actionsButtonLabel ` prop to help with testing
1720- ` ComboboxList ` and ` ComboboxOption ` now both support a custom ` indicator `
1821 - ` Select ` and ` SelectMulti ` also support ` indicator ` at both the component and option level
22+ - ` InputColor ` now supports a "null" state
23+ - ` Status ` component
24+ - ` Tree ` , ` TreeItem ` components
25+ - Includes docs and test suite
1926- Test helper functions for ` Combobox ` component using react-testing-library
2027
2128### Changed
2229
23- - ` theme.colors.palette ` no longer used internally except in very limited (and soon-to-be-deprecated) cases.
24- - ` Button* ` font sizes updated to match design specifications
25- - ` theme.colors ` shape has been significantly refactored (documentation updates to follow)
30+ - ` Badge ` - ` default ` intent is now ` key `
2631- ` Banner ` is now ` MessageBar `
2732 - Major style changes to be more Material-esque
2833 - ` warning ` is now ` warn `
2934 - ` error ` is now ` critical `
3035 - ` info ` is now ` inform `
3136 - ` confirmation ` is now ` positive `
32- - ``
33- - ` Badge ` - ` default ` intent is now ` key `
37+ - ` Button* ` font sizes updated to match design specifications
3438- ` CheckboxGroup ` and ` RadioGroup ` ` name ` is now optional
35- - Updated ` LookerLogo ` and ` LogoRings ` to match new branding
36- - ` Tooltip ` now uses ` keyAccent ` for link color
39+ - ` TextArea ` now supports min-height
40+ - Icons: ` LookerLogo ` and ` LogoRings ` updated to match new branding
3741
3842### Fixed
3943
40- - update ` TextArea ` to have min-height as ` defaultProps `
44+ - ` CheckboxGroup ` and ` RadioGroup ` now reflect changes to ` value ` prop
45+ - ` InlineInputText ` no longer adds a special character to prevent vertical-collapse when empty
46+ - ` InlineInputText ` ` simple ` option _ actually_ removes border-bottom
4147- ` InlineInputText ` & ` InlineInputTextArea ` inherit color and text-alignment from parent
42- - ` InlineInputText ` prop simple removes border-bottom
4348- ` Popover ` positioning when placement is "top" and the height changes
4449 - ` usePopper ` reinstate the ` adaptive ` option of ` computeStyles `
45- - ` CheckboxGroup ` and ` RadioGroup ` now reflect changes to ` value ` prop
46- - ` InlineInputText ` no longer adds a special character to prevent vertical-collapse when empty
4750
4851### Removed
4952
0 commit comments