What's Changed
✨ New
- Add
controlled
setting tosettings["react-x"].additionalComponents
'attributes
object to set whether it is controlled or not - Add glob support to
settings["react-x"].additionalComponents
'name
setting - Add default settings for
react-x
settings to presets - Undeprecate rule
no-implicit-key
and improve its usefulness - Undeprecate rule
no-complicated-conditional-rendering
and 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?)-effect
should warn only for theset
function
🪄 Improvements
- Remove
no-direct-set-state-in-use-(layout?)-effect
from recommended presets
New Contributors
- @alex-kinokon made their first contribution in #668
Full Changelog: v1.5.30...v1.6.0