@@ -5,7 +5,7 @@ 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.7 ] - 2020-07-27
99
1010### Added
1111
@@ -14,25 +14,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 - Improved a11y for all ` Avatar* ` components
1515 - Added Storybook with knobs
1616- ` IconButton ` now supports ` tooltipWidth ` property
17+ - ` MenuItem ` updated to support ` iconArtwork ` in addition to ` icon `
1718- ` Popover ` now supports ` cancelClickOutside ` (` true ` by default) to determine whether the "dismissal" click event is allowed to propagate
1819- New ` Icon ` artwork ` Logout ` , ` AddComment ` , ` Comment ` , ` Feedback `
1920
2021### Changed
2122
22- - update MenuItem to support Artwork
23+ - ` Accordion ` added accessibility improvements
24+ - ` ActionListCheckbox ` now use ` aria-describedby ` attribute for accessibility purposes
25+ - Receives id from parent ` ActionListRow ` , who receives it from parent ` ActionListItem ` or ` ActionListHeader `
2326- ` MenuDisclosure ` - tooltip placement now defaults to ` bottom `
2427- ` Select ` and ` SelectMulti ` with ` isFilterable ` or ` freeInput ` no longer cancel the first click outside when the list is open
2528- update ` Tab ` to scroll left to right when overflow
2629- ` theme ` "pressed" colors are more discernable from other stateful colors
27- - ` Accordion ` added accessibility improvements
2830- ` theme.colors.*Pressed ` colors are more discernable from other stateful colors
2931- ` theme.colors.textX ` restructured
3032 - ` text1-5 ` now go from lightest to darkest to match ` ui1-5 `
3133 - Reduced number of steps:
3234 - ` text0 ` is now ` text5 ` (consolidated the former ` text0 ` & ` text1 ` )
3335 - ` text6 ` is now ` text1 ` (consolidated the former ` text6 ` & ` text5 ` )
34- - ` ActionListCheckbox ` now use ` aria-describedby ` attribute for accessibility purposes
35- - Receives id from parent ` ActionListRow ` , who receives it from parent ` ActionListItem ` or ` ActionListHeader `
3636
3737### Fixed
3838
0 commit comments