@@ -5,32 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
0 commit comments