-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove labelledby from Icon and set its aria-hidden to be the default
- Loading branch information
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a | |
- Fix Image component responsive output Co-authored-by: [email protected] | ||
- Add "Auto" width to wrapperContent and set is as defaults | ||
- Add a buttonType attribute to Button component | ||
- Implement a11y for Icon component either by setting aria-hidden to true or using the existing iconName label from manifest option key | ||
- Implement a11y for Icon component either by setting aria-hidden to true (default) or using the existing iconName label from manifest options key | ||
- Updated dependencies. | ||
|
||
## [1.4.6] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
}, | ||
"iconAriaHidden": { | ||
"type": "boolean", | ||
"default": false | ||
"default": true | ||
} | ||
}, | ||
"options": { | ||
|