v6.0.0
Major Changes
-
#207
baff792
Thanks @iansan5653! - [Breaking] Addsno-unnecessary-components
lint rule and enables it by default. This may raise new (typically autofixable) lint errors in existing codebases. -
#211
3f92cd4
Thanks @camchenry! - [Breaking] Addsprefer-action-list-item-onselect
lint rule and enables it by default. This may raise new auto-fixable lint errors or type-checking errors in existing codebases. -
#103
8617a66
Thanks @broccolinisoup! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one) 1
Minor Changes
- #204
e2cab87
Thanks @joshblack! - Add use-deprecated-from-deprecated rule
Patch Changes
- #212
78d4600
Thanks @langermank! - no-system-props: Addpadding
andgap
as exceptions forStack
-
Note: this breaking change was actually incorrectly released in minor version
5.4.0
. The release note has been copied here for convenience. ↩