Releases: primer/eslint-plugin-primer-react
Releases · primer/eslint-plugin-primer-react
v7.0.0
Major Changes
-
#270
17814a2
Thanks @broccolinisoup! - Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and make the changes accordingly -
#316
40016c8
Thanks @TylerJDev! - Adda11y-no-title-usage
that warns against usingtitle
in some components
Minor Changes
-
#266
90134bc
Thanks @keithamus! - Add enforce-css-module-default-import rule -
#258
83f29f3
Thanks @keithamus! - Add enforce-css-module-identifier-casing rule -
#325
f689fcc
Thanks @TylerJDev! - Addno-deprecated-experimental-components
rule
Patch Changes
v6.1.6
Patch Changes
- #255
fd2cb55
Thanks @joshblack! - Update no-wildcard-imports rule to no longer migrate the TokenSizeKeys import
v6.1.5
Patch Changes
- #253
456bf4d
Thanks @joshblack! - Update no-wildcard-imports rule to move ButtonBase to@primer/react/experimental
v6.1.4
Patch Changes
- #249
f8c8a9d
Thanks @joshblack! - Update no-wildcard-imports rule to not create separate imports for type only imports. This prevents an issue downstream with autofixers
v6.1.3
Patch Changes
- #242
e139c02
Thanks @joshblack! - Update no-wildcard-imports rule to work for imports that specify value and type imports
v6.1.2
Patch Changes
-
#239
3b2e023
Thanks @joshblack! - Update use-deprecated-from-deprecated rule to include prop types -
#234
9a58afb
Thanks @joshblack! - Update no-wildcard-imports rule to use local name for updated imports
v6.1.1
Patch Changes
- #237
f072227
Thanks @lukasoppermann! - no-system-props: Addbg
prop toProgressBar.Item
v6.1.0
Minor Changes
- #225
b4698df
Thanks @joshblack! - Add eslint rule for discouraging use of wildcard imports from @primer/react
v6.0.2
Patch Changes
- #218
e55d3d3
Thanks @iansan5653! - Fix incorrect rule violations on components imported from @primer/react-brand
v6.0.1
Patch Changes
- #216
55c5256
Thanks @iansan5653! - Fix invalid rule names