Skip to content

Releases: primer/eslint-plugin-primer-react

v8.3.0

14 Oct 22:04
e9bce1a

Choose a tag to compare

Minor Changes

  • #426 b83f467 Thanks @siddharthkp! - use-styled-react-import: Add ThemeProvider, BaseStyles and useTheme. Allow theme components to be imported from styled-react without sx

v8.2.1

25 Sep 09:30
a1b8be1

Choose a tag to compare

Patch Changes

v8.2.0

12 Sep 01:53
14b388e

Choose a tag to compare

Minor Changes

Patch Changes

v8.1.0

14 Aug 18:42
21e5456

Choose a tag to compare

Minor Changes

  • #382 93e4b76 Thanks @jonrohan! - Add rule use-styled-react-import to enforce importing components with sx prop from @primer/styled-react

Patch Changes

v8.0.0

07 Aug 23:58
06efbcd

Choose a tag to compare

Major Changes

Minor Changes

  • #366 c7bf278 Thanks @liuliu-dev! - Add a11y-no-duplicate-form-labels rule to prevent duplicate labels on TextInput components.

Patch Changes

v7.0.2

07 Jul 21:20
f4db82f

Choose a tag to compare

Patch Changes

v7.0.1

24 Apr 17:51
259b9ad

Choose a tag to compare

Patch Changes

  • #331 82a7d03 Thanks @francinelucca! - Update message for no-deprecated-experimental-components rule

  • #333 c709c98 Thanks @francinelucca! - Update message for no-deprecated-experimental-components rule

  • #331 82a7d03 Thanks @francinelucca! - Removes primer-react/enforce-css-module-identifier-casing, primer-react/enforce-css-module-default-import from recommended set of rules.

v7.0.0

23 Apr 14:16
5f650c2

Choose a tag to compare

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! - Add a11y-no-title-usage that warns against using title in some components

Minor Changes

Patch Changes

  • #330 1b70cf1 Thanks @francinelucca! - Add null check to enforce-css-module-identifier-casing.js. Corrects complex instances where ref.resolve is not available.

  • #314 63ef9fd Thanks @khiga8! - fix: Link to should be allowed to have tooltip

v6.1.6

10 Oct 15:38
704d44c

Choose a tag to compare

Patch Changes

  • #255 fd2cb55 Thanks @joshblack! - Update no-wildcard-imports rule to no longer migrate the TokenSizeKeys import

v6.1.5

09 Oct 20:25
bf767c6

Choose a tag to compare

Patch Changes

  • #253 456bf4d Thanks @joshblack! - Update no-wildcard-imports rule to move ButtonBase to @primer/react/experimental