You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-25Lines changed: 29 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,64 +5,68 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [UNRELEASED]
8
+
## [0.9.0] - 2020-06-24
9
9
10
10
### Added
11
11
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)
16
15
-`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.
17
18
18
19
### Changed
19
20
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
28
21
-`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
29
24
-`InputText` interface simplified / narrowed
30
25
- No longer supports typography or pseudo props
31
26
- Switch from using defaultProps to `css` block to share common styles with other components
32
27
-`Popover` now supports the preferred `cloneElement` style usage in addition to the existing render prop style
33
28
- Additionally the render prop style now exposes `aria-haspopup` for use
34
29
-`TextArea` interface simplified / narrowed
35
30
- No longer supports border or typography props
36
-
-`IconButton` improved hover/active states and no background on hover
0 commit comments