Skip to content

v6.0.0

Compare
Choose a tag to compare
@primer-css primer-css released this 05 Sep 19:28
· 31 commits to main since this release
0fd2608

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.