Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 16:37

What's Changed

  • Fix #33 by @arthurgeron in #36
  • Require-memo:
    • Now supports ignoring components by name through the ignoredComponentsoption, supports minimatch/glob syntax
    • Now also works for components declared separately from export statements
    • Only checks exported components
  • Fixed issue where rules with a ignore option that uses minimatch'd not work properly if their value is set to false (affects require-usememo rule).

Full Changelog: v2.2.3...v2.3.0