Skip to content

Commit f5c9e89

Browse files
author
Luke Bowerman
committed
CHANGELOG for 0.9.14
1 parent c63f9d9 commit f5c9e89

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- update Chip to receive prop prefix
13-
- `useClickable` hook
12+
- `Chip` supports `prefix`
13+
- `ComponentsProvider` now supports `loadGoogleFonts` which leverages `GoogleFontsLoader`
14+
- `GoogleFontsLoader`
1415
- `InputColor` now includes `name` in `onChange` response event
1516
- `InputChips` and `SelectMulti` chip selection and copy-pasting
1617
- `Select` now supports `showCreate` and `formatCreateLabel` that were previously only supported in `SelectMulti`
17-
- `GoogleFontsLoader`
18-
- `ComponentsProvider` now supports `loadGoogleFonts` which leverages `GoogleFontsLoader`
19-
- New `FeedbackOutline` icon artwork
18+
- `useClickable` hook
19+
- Icons: `FeedbackOutline` added
2020

2121
### Changed
2222

2323
- `Chip` / `ChipButton` now call `onClick` on enter or space key
2424
- `ComponentsProvider` now takes `colors` prop instead of `coreColors` and accepts `CoreColors & IntentColors`
25+
- `Prompt` / `usePrompt` now _optionally_ support `clearOnCancel` behavior
2526
- `theme.fonts.*` updates
2627
- `body` added (now default for most components)
2728
- `brand` is now used just for `Button*`, `Heading` & `Tabs`
2829
- Default values changed (now `body='Roboto'`, `brand='Red Hat Display'`, `code='Roboto Mono'`)
2930
- `theme.fontWeights.extraBold` & `theme.fontWeights.light` removed
3031
- `Tree` child `AccordionDisclosure` now receives font-weight value from styled-components selector
31-
- `Prompt` / `usePrompt` now _optionally_ support `clearOnCancel` behavior
3232

3333
### Fixed
3434

35+
- `Icon` colors can be modified when used inside a `MenuItem` detail prop.
3536
- `Popover` cancel first click outside behavior not working with an `onMouseUp` used anywhere on the page
3637
- `SelectMulti` failing to appropriately show "No options" when `showCreate` is used
3738
- `Select` overwriting search value with the current option value if the option's value and label are different
38-
- Allow `Icon` colors to be modified when used inside a `MenuItem` detail prop.
39-
- Miscellaneous Storybook fixes to silence console warnings
39+
- Storybook fixes to silence console warnings
4040

4141
###
4242

4343
- `Tooltip` & `Popover` no longer support (optional) arrow indicator
4444

4545
### Removed
4646

47-
- `theme.colors.palette` is no longer available (`palette` _can_ be import from `@looker/design-tokens` but this is a legacy behavior and is not encouraged)
4847
- `prismTheme` is no longer published
48+
- `theme.colors.palette` is no longer available (`palette` _can_ be import from `@looker/design-tokens` but this is a legacy behavior and is not encouraged)
4949

5050
## [0.9.13] - 2020-08-24
5151

0 commit comments

Comments
 (0)