mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
Update deprecations.js
This commit is contained in:
parent
4d98008ab8
commit
5b11a8ea62
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user