Skip to content

Commit c1934cf

Browse files
author
Luke Bowerman
committed
CHANGELOG 0.9.12
1 parent 6789f29 commit c1934cf

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

CHANGELOG.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,30 @@ 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.12] - 2020-08-24
99

1010
### Added
1111

12-
-`DividerVertical` component
13-
14-
- Added `Lqa` icon artwork
12+
- `DividerVertical` component
1513
- `Select` option icons
14+
- Icon:
15+
- Added `LQA` icon artwork
16+
17+
### Changed
18+
19+
- Spacing and density adjusted on `TreeGroup` label to better match density of `TreeItem`s
1620

1721
### Fixed
1822

19-
- `Tabs` fix for distributed so each tab takes up an equal amount of space.
20-
- `Select` value can now be cleared via external state change
21-
- `Select` name attribute is passed to the input
2223
- `MenuItem` now supports `description`
24+
- `RangeSlider` value labels now move with the thumb controls in IE11
25+
- `Slider` style inconsistencies resolved by rendering a div rather than the vanilla slider input
26+
- `Select` name attribute is passed to the input
27+
- `Select` value can now be cleared via external state change
2328
- `Select` and `SelectMulti` performance issue causing poor rendering when inside a `Dialog`
24-
- Firefox layout fixes
25-
- Update Space gap for consistent rendering across browsers
26-
- Set min-width on `InputText` to fix `Select` layout bug at small sizes
27-
- Resolve Slider style inconsistencies by rendering a div rather than the vanilla slider input
28-
- IE11 layout fixes
29-
- RangeSlider value labels now move with the thumb controls
30-
31-
### Changed
32-
33-
- Spacing and density adjusted on `TreeGroup` label to better match density of `TreeItem`s
29+
- `Select` layout bug corrected at small sizes (min-width on `InputText` to fix)
30+
- `Space` gap is now consistently rendered across browsers
31+
- `Tabs` fix for distributed so each tab takes up an equal amount of space.
3432

3533
## [0.9.11] - 2020-08-07
3634

packages/eslint-config/ts-workspaces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
'import/external-module-folders': ['node_modules', 'packages'],
3030
'import/resolver': {
3131
typescript: {
32-
directory: './tsconfig.json',
32+
project: './tsconfig.json',
3333
},
3434
},
3535
},

0 commit comments

Comments
 (0)