What's Changed
🪄 Improvements
refactor(kit): RenameRuleDefinitiontoRuleFunctionand deprecate the old name (#1683). TheRuleDefinitiontype is now deprecated and will be removed in a future major release. Please migrate toRuleFunction.
📝 Documentation
docs: AddnoCircularEffectrecipe and register in examples, closes #755 (#1681).docs: Addcomponent-hook-factoriesrecipe and update examples.docs: AddnoExplicitSpreadPropsrule tocustom-rules-of-propsrecipe, closes #503.docs: Migrate recipe docs to MDX format.docs: Flatten recipe docs from tabbed UI to plain markdown sections.docs: Standardize quotes in rule descriptions (#1680).docs: Standardize punctuation and phrasing in recipe docs (#1682).docs: Standardize recipe frontmatter descriptions.docs(website): Update recipes overview page.docs(website): Add "See Also" cross-references to recipes docs.docs(website): Simplify rule definition example in recipes overview.docs: Remove obsoletecomponent-hook-factoriesreferences from recipes.docs: Remove Roadmap section from READMEs.docs: Remove Custom Rules for Missing Rules link.docs: Add Recipes link and update install command.docs: Switch to installing@eslint-react/kitwithout rc tag.
Full Changelog: v4.2.1...v4.2.2