v0.6.1
Changes
- Fixes
solid/components-return-once
to warn when returning a conditional expression with an&&
operator, ex.return props.cond && <p>Text</p>;
. - Fixes
solid/event-handlers
to correct the case of common event handlers, even when the event name ("click" inonClick
) begins with an uppercase letter. Resolves #26.
Full Changelog: v0.6.0...v0.6.1