Skip to content

Releases: primer/eslint-plugin-primer-react

v5.2.0

06 Jun 14:54
e839a19
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #183 7bd36d2 Thanks @khiga8! - New rule to flag Link in text block missing the inline prop

v5.1.0

15 May 17:34
0e46b9d
Compare
Choose a tag to compare

Minor Changes

v5.0.0

14 May 14:44
29d7638
Compare
Choose a tag to compare

Major Changes

v4.2.0

13 May 20:53
d5025dc
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v4.1.2

08 Mar 14:11
6f6af60
Compare
Choose a tag to compare

Patch Changes

v4.1.1

05 Mar 19:06
a0d6785
Compare
Choose a tag to compare

Patch Changes

v4.1.0

09 Jan 13:33
4515898
Compare
Choose a tag to compare

Minor Changes

  • #129 eb04624 Thanks @joshblack! - Add no-deprecated-entrypoints rule to lint against deprecated import usage in @primer/react

Patch Changes

v4.0.4

29 Nov 21:25
b457b77
Compare
Choose a tag to compare

Patch Changes

  • #122 3bc226a Thanks @lukasoppermann! - New rule: new-color-css-vars-have-fallback: checks that if a new color var is used, it has a fallback value

v4.0.3

09 Oct 17:59
9d14e64
Compare
Choose a tag to compare

Patch Changes

  • #81 821ef4d Thanks @langermank! - New rule: new-color-css-vars to find/replace legacy CSS color vars in sx prop

v4.0.2

19 Sep 17:06
0cb5f8c
Compare
Choose a tag to compare

Patch Changes

  • #76 1750256 Thanks @joshblack! - Update the no-system-props rule to exclude the border prop for the Blankslate component from @primer/react.