What's Changed
✨ New
- Add
controlledsetting tosettings["react-x"].additionalComponents'attributesobject to set whether it is controlled or not - Add glob support to
settings["react-x"].additionalComponents'namesetting - Add default settings for
react-xsettings to presets - Undeprecate rule
no-implicit-keyand improve its usefulness - Undeprecate rule
no-complicated-conditional-renderingand rename it tono-complex-conditional-rendering(the previous rule will still be available until the next major update to avoid breaking changes)
🐞 Fixes
no-direct-set-state-in-use-(layout?)-effectshould warn only for thesetfunction
🪄 Improvements
- Remove
no-direct-set-state-in-use-(layout?)-effectfrom recommended presets
New Contributors
- @alex-kinokon made their first contribution in #668
Full Changelog: v1.5.30...v1.6.0