Releases: primer/eslint-plugin-primer-react
v6.0.2
Patch Changes
- #218
e55d3d3Thanks @iansan5653! - Fix incorrect rule violations on components imported from @primer/react-brand
v6.0.1
Patch Changes
- #216
55c5256Thanks @iansan5653! - Fix invalid rule names
v6.0.0
Major Changes
-
#207
baff792Thanks @iansan5653! - [Breaking] Addsno-unnecessary-componentslint rule and enables it by default. This may raise new (typically autofixable) lint errors in existing codebases. -
#211
3f92cd4Thanks @camchenry! - [Breaking] Addsprefer-action-list-item-onselectlint rule and enables it by default. This may raise new auto-fixable lint errors or type-checking errors in existing codebases. -
#103
8617a66Thanks @broccolinisoup! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one) 1
Minor Changes
- #204
e2cab87Thanks @joshblack! - Add use-deprecated-from-deprecated rule
Patch Changes
- #212
78d4600Thanks @langermank! - no-system-props: Addpaddingandgapas 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. ↩
v5.4.0
Warning
This version was accidentally released as a minor change. Breaking changes incorrectly included in this release are also listed in 6.0.0 release notes.
Major Changes
- #103
8617a66Thanks @broccolinisoup! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one)
Patch Changes
- #202
0293fdcThanks @keithamus! - Allow ActionMenu.Button alignContent prop
v5.3.0
Minor Changes
- #185
fea642dThanks @broccolinisoup! - Add a rule that warns against removingunsafeDisableTooltipprop
v5.2.1
v5.2.0
v5.1.0
v5.0.0
Major Changes
-
#174
d9832b8Thanks @langermank! - - Removeno-deprecated-colorsplugin- Remove dependency on
primer/primitives
- Remove dependency on
-
#172
8e24d66Thanks @langermank! - [Breaking] Removenew-color-css-vars-have-fallback
v4.2.0
Minor Changes
- #156
15cfbb4Thanks @broccolinisoup! - Add no-deprecated-props rule
Patch Changes
-
#166
4c3d9b4Thanks @chadfawcett! - Move eslint-plugin-github to dependencies -
#152
7baeb96Thanks @siddharthkp! - no-system-props: Add option to ignore specific component names