Skip to content

Releases: primer/eslint-plugin-primer-react

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

v6.0.0

05 Sep 19:28
0fd2608
Compare
Choose a tag to compare

Major Changes

  • #207 baff792 Thanks @iansan5653! - [Breaking] Adds no-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] Adds prefer-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

Patch Changes


  1. Note: this breaking change was actually incorrectly released in minor version 5.4.0. The release note has been copied here for convenience.