Releases: primer/eslint-plugin-primer-react
v6.1.6
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
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. ↩