What's Changed
🐞 Fixes
- Fixed the spread attributes support for dom related rules
- Fixed the issue where the overridden value was retrieved when there were duplicate attributes on a JSX element
🪄 Improvements
- Rule
no-leaked-conditional-rendering
now allows a falsy boolean literal to be used on the left side of the logical expression. by @AhmedBaset in #672 - Tweaked the default settings shipped with various presets
- Overall performance improvements
New Contributors
- @AhmedBaset made their first contribution in #672
Full Changelog: v1.7.0...v1.7.1