Skip to content

Commit a47a26f

Browse files
author
Luke Bowerman
authored
Update CHANGELOG for 0.7.12 (#391)
1 parent fe9ae9c commit a47a26f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ 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]
9-
10-
### Added
11-
12-
### Changes
8+
## [0.7.12] - 2010-01-13
139

1410
### Fixed
1511

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`
1814

1915
## [0.7.11] - 2020-01-09
2016

@@ -25,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2521
- 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.
2622
- Uses experimental `ComboBox` components (more info on this soon!)
2723

28-
### Changes
24+
### Changed
2925

3026
- Lots of minor dependency updates (gatsby-\*, typescript, etc.)
3127
- `MenuItem` now supports focusVisible behavior
@@ -42,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4238
- Proxy Server package
4339
- New documentation: getting started with local data fetching
4440

45-
### Changes
41+
### Changed
4642

4743
- `Button` sizes updated to match design specifications
4844
- `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
6460

6561
- `ModalManager` (and it's derived `DialogManager` & `DrawerManager`) now support a `onClose` callback that will be called when the modal is closed.
6662

67-
### Bug Fixes
63+
### Fixed
6864

6965
- Correct issue `ModalManager` `surfaceStyles` had `minWidth` and `maxWidth` properties that were difficult to override on an instance.
7066
- Correct usage of `textTransform` in documentation and updated related test suite

0 commit comments

Comments
 (0)