Releases: primer/eslint-plugin-primer-react
Releases · primer/eslint-plugin-primer-react
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
v5.2.1
v5.2.0
v5.1.0
v5.0.0
Major Changes
-
#174
d9832b8
Thanks @langermank! - - Removeno-deprecated-colors
plugin- Remove dependency on
primer/primitives
- Remove dependency on
-
#172
8e24d66
Thanks @langermank! - [Breaking] Removenew-color-css-vars-have-fallback
v4.2.0
Minor Changes
- #156
15cfbb4
Thanks @broccolinisoup! - Add no-deprecated-props rule
Patch Changes
-
#166
4c3d9b4
Thanks @chadfawcett! - Move eslint-plugin-github to dependencies -
#152
7baeb96
Thanks @siddharthkp! - no-system-props: Add option to ignore specific component names
v4.1.2
Patch Changes
-
#148
523e169
Thanks @siddharthkp! - no-system-props: skip html elements -
#149
ca14bb6
Thanks @siddharthkp! - no-system-props: allow maxWidth prop for Truncate
v4.1.1
Patch Changes
- #145
0369cb8
Thanks @siddharthkp! - no-system-props: Addposition
as allowed prop forDialog
v4.1.0
Minor Changes
- #129
eb04624
Thanks @joshblack! - Add no-deprecated-entrypoints rule to lint against deprecated import usage in @primer/react
Patch Changes
- #133
5cc9630
Thanks @siddharthkp! - no-system-props: Add alignContent to allowed props for Button