Skip to content

Commit

Permalink
Update deprecations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Jul 2, 2020
1 parent 4d98008 commit 5b11a8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deprecations.js
Expand Up @@ -4,6 +4,15 @@
* array and a "message" string.
*/
const versionDeprecations = {
'15.0.0': [
{
selectors: [
'.SelectMenu-tab:not([aria-checked="true"]):hover',
'.SelectMenu-tab:not([aria-checked="true"]):active'
],
message: `Please use aria-selected="true" to indicate the selected state of a SelectMenu-tab item.`
}
],
'14.4.0': [
{
selectors: [
Expand Down

0 comments on commit 5b11a8e

Please sign in to comment.