Skip to content

v0.6.1

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 02 Jun 23:51
· 299 commits to main since this release

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" in onClick) begins with an uppercase letter. Resolves #26.

Full Changelog: v0.6.0...v0.6.1