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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,12 @@ 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]
9
-
10
-
### Added
11
-
12
-
### Changes
8
+
## [0.7.12] - 2010-01-13
13
9
14
10
### Fixed
15
11
16
-
-Bad `aria-labelledby` attribute on `MenuList` when used without `Menu`.
17
-
-`autoComplete` not being passed down to `input` in `InputText`.
12
+
-`MenuList` would get a bad value for the attribute`aria-labelledby` when used without `Menu`.
13
+
-`InputText` - `autoComplete` not being passed down to `input`
18
14
19
15
## [0.7.11] - 2020-01-09
20
16
@@ -25,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
21
- Allows for new features including `isFilterable` / `onFilter` to allow the user to filter through options, and `isClearable` to allow the user to clear out the value.
26
22
- Uses experimental `ComboBox` components (more info on this soon!)
27
23
28
-
### Changes
24
+
### Changed
29
25
30
26
- Lots of minor dependency updates (gatsby-\*, typescript, etc.)
31
27
-`MenuItem` now supports focusVisible behavior
@@ -42,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
38
- Proxy Server package
43
39
- New documentation: getting started with local data fetching
44
40
45
-
### Changes
41
+
### Changed
46
42
47
43
-`Button` sizes updated to match design specifications
48
44
-`Confirm` secondary button color now defaults to `neutral`
@@ -64,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
60
65
61
-`ModalManager` (and it's derived `DialogManager` & `DrawerManager`) now support a `onClose` callback that will be called when the modal is closed.
66
62
67
-
### Bug Fixes
63
+
### Fixed
68
64
69
65
- Correct issue `ModalManager``surfaceStyles` had `minWidth` and `maxWidth` properties that were difficult to override on an instance.
70
66
- Correct usage of `textTransform` in documentation and updated related test suite
0 commit comments