Skip to content

v0.3.0

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 12 Dec 05:03
· 379 commits to main since this release

Full Changelog: v0.2.0...v0.3.0

This is a good one! ✨ This release introduces the solid/no-destructure rule. It catches when components destructure props in
the parameter list (as is common in React), and automatically fixes the problem, even minding mergeProps and splitProps.
Check the docs to learn more.

solid/no-destructure is now part of the "plugin:solid/recommended" configuration. If you were using a previous version with
this configuration and upgrade, you may receive new lint errors.