Skip to content

Releases: primer/eslint-plugin-primer-react

v7.0.0

23 Apr 14:16
5f650c2
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

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

v6.1.4

09 Oct 20:09
60d8088
Compare
Choose a tag to compare

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

07 Oct 15:39
2c5ea48
Compare
Choose a tag to compare

Patch Changes

  • #242 e139c02 Thanks @joshblack! - Update no-wildcard-imports rule to work for imports that specify value and type imports

v6.1.2

24 Sep 20:21
827d70a
Compare
Choose a tag to compare

Patch Changes

v6.1.1

23 Sep 14:55
e613e00
Compare
Choose a tag to compare

Patch Changes

v6.1.0

17 Sep 16:40
1036a5e
Compare
Choose a tag to compare

Minor Changes

  • #225 b4698df Thanks @joshblack! - Add eslint rule for discouraging use of wildcard imports from @primer/react

v6.0.2

06 Sep 16:38
e181679
Compare
Choose a tag to compare

Patch Changes

  • #218 e55d3d3 Thanks @iansan5653! - Fix incorrect rule violations on components imported from @primer/react-brand

v6.0.1

05 Sep 19:58
ed6e1e9
Compare
Choose a tag to compare

Patch Changes