Releases: primer/eslint-plugin-primer-react
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. ↩
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
8617a66
Thanks @broccolinisoup! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one)
Patch Changes
- #202
0293fdc
Thanks @keithamus! - Allow ActionMenu.Button alignContent prop
v5.3.0
Minor Changes
- #185
fea642d
Thanks @broccolinisoup! - Add a rule that warns against removingunsafeDisableTooltip
prop