Skip to content

Commit f99a372

Browse files
author
Luke Bowerman
authored
Update CHANGELOG for 0.9.0 (#1130)
1 parent 2f0505c commit f99a372

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

CHANGELOG.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,64 +5,68 @@ 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.0] - 2020-06-24
99

1010
### Added
1111

12-
- FieldChips component
13-
- Field now support hideLabel and fieldsHideLabel
14-
- `eslint-config`, `prettier-config` and `stylelint-config` packages moved from separate repository and updated to integrate any overrides needed previously.
15-
- `zIndexFloor` added to `theme` (used as base value for Overlay & Modal z-index value:q)
12+
- `FieldChips` component
13+
- `Field` now support `hideLabel`
14+
- `Fieldset` now supports `fieldsHideLabel` (hides labels for Fields within)
1615
- `MultiSelect` icon added
16+
- `zIndexFloor` added to `theme` (used as base value for Overlay & Modal z-index value:q)
17+
- `eslint-config`, `prettier-config` and `stylelint-config` packages moved from separate repository and updated to integrate any overrides needed previously.
1718

1819
### Changed
1920

20-
- Deprecate use of `Modal` term throughout code base
21-
- `ModalPortal` is now `Portal`
22-
- `Modal*` has moved to `Dialog*`
23-
- `ModalContext` is now `DialogContext`
24-
- `ModalContent` is now `DialogContent`
25-
- `ModalFooter` is now `DialogFooter`
26-
- `ModalHeader` is now `DialogHeader`
27-
- Aliases for the old names are in place to ease the upgrade but these aliases will be deprecated shortly
2821
- `Badge` now uses generated colors rather than referencing colors.palette
22+
- `DialogManager` now supports a non render-props style interface
23+
- `IconButton` improved hover/active states and no background on hover
2924
- `InputText` interface simplified / narrowed
3025
- No longer supports typography or pseudo props
3126
- Switch from using defaultProps to `css` block to share common styles with other components
3227
- `Popover` now supports the preferred `cloneElement` style usage in addition to the existing render prop style
3328
- Additionally the render prop style now exposes `aria-haspopup` for use
3429
- `TextArea` interface simplified / narrowed
3530
- No longer supports border or typography props
36-
- `IconButton` improved hover/active states and no background on hover
37-
- `FieldLoction`, `FieldString`, `FieldDuration` icon artwork update
31+
- Icons: `FieldLocation`, `FieldString`, `FieldDuration` artwork update
32+
33+
- Deprecate use of `Modal` term throughout code base
34+
- `ModalPortal` is now `Portal`
35+
- `Modal*` has moved to `Dialog*`
36+
- `ModalContext` is now `DialogContext`
37+
- `ModalContent` is now `DialogContent`
38+
- `ModalFooter` is now `DialogFooter`
39+
- `ModalHeader` is now `DialogHeader`
40+
- Aliases for the old names are in place to ease the upgrade but these aliases will be deprecated shortly
3841

3942
### Fixed
4043

4144
- `ButtonGroup`/`ButtonToggle` display issues
4245
- Smaller text in Safari and Firefox
4346
- White space between highlighted item and border (`ButtonToggle`)
4447
- Missing horizontal borders in wrapping `ButtonToggle` when `options` are loaded asynchronously
48+
- `CheckboxGroup` & `RadioGroup` options now properly wrap when the exceed the container width
49+
- `FieldSelect`/`FieldSelectMulti` missing `aria-labelledby` attribute on the input
4550
- `Icon` will no longer shrink when placed inside a flex layout
4651
- `Select`/`SelectMulti` keyboard navigation when filtering options
47-
- `SelectMulti` create option unnecessary left padding
48-
- `FieldSelect`/`FieldSelectMulti` missing `aria-labelledby` attribute on the input
49-
- Major CSS linting clean-up
50-
- `CheckboxGroup` & `RadioGroup` options now properly wrap when the exceed the container width
5152
- `Select` & `SelectMulti` option group label alignment
53+
- `SelectMulti` create option unnecessary left padding
5254
- `Tooltip` closing when mouse moves from trigger element to tooltip
5355

56+
- Major CSS linting clean-up
57+
5458
### Removed
5559

56-
- `ModalHeader` no longer supports `headerIcon`
57-
- `Drawer` no longer available
5860
- `ComboboxMultiOption` prop `hideCheckMark` (instead use `indicator={false}`)
5961
- `CustomizableAttributes` are no longer supported
60-
- `MenuList`, `MenuGroup` & `MenuItem` no longer supports `customizationProps`
61-
- `Menu` no longer supports `marker` presentation
62+
- `DialogHeader` / `ModalHeader` no longer supports `headerIcon`
63+
- `Drawer` no longer available
6264
- `Label` interface has significantly pared-down (to just DOM-native properties)
63-
- `psuedo` support from design-tokens (prefer using `styled` when pseudo selectors are required)
65+
- `Menu` no longer supports `marker` presentation
66+
- `MenuList`, `MenuGroup` & `MenuItem` no longer supports `customizationProps`
67+
- `pseudo` support from design-tokens (prefer using `styled` when pseudo selectors are required)
6468
- Includes changes to `Box` & `IconButton`
65-
- `FieldDistance` icon removed
69+
- Icons: `FieldDistance` removed
6670

6771
## [0.8.7]
6872

0 commit comments

Comments
 (0)