We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per Core issue, since _ariaLevels were automated in Core, there's no need to manually override these now.
_ariaLevels
Item title aria-level should inherit from componentItem and override: (_ariaLevel || null) can be removed.
aria-level
componentItem
override: (_ariaLevel || null)
The text was updated successfully, but these errors were encountered:
Update: Remove _ariaLevel override property (fixes #283) (#284)
887192a
* Remove _ariaLevel override property * Remove schema _ariaLevel override
Chore(release): 7.5.0 [skip ci]
2b31480
# [7.5.0](v7.4.13...v7.5.0) (2023-11-13) ### Update * Remove _ariaLevel override property (fixes #283) (#284) ([887192a](887192a)), closes [#283](#283) [#284](#284)
🎉 This issue has been resolved in version 7.5.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
kirsty-hames
Successfully merging a pull request may close this issue.
Subject of the issue
As per Core issue, since
_ariaLevels
were automated in Core, there's no need to manually override these now.Expected behaviour
Item title
aria-level
should inherit fromcomponentItem
andoverride: (_ariaLevel || null)
can be removed.The text was updated successfully, but these errors were encountered: