Skip to content

v7.0.0

Compare
Choose a tag to compare
@shawnbot shawnbot released this 11 Apr 18:41
e16105f

💥 Breaking changes

  • The config now uses primer/no-override instead of primer/selector-no-utility. See #25 for more info.
  • @primer/css is now a required peer dependency, because we want this to work with different versions of Primer.

🚀 Features

  • primer/no-override is a new rule that replaces primer/selector-no-utility and makes it possible to configure files or directories with options that allow or prevent overrides of selectors from different Primer CSS "bundles". See #25 for more info.

🏠 Internal

  • There are more extensive tests, additional expect() matchers, and test utilities that make it easy to set rule options in each test.