Skip to content

v0.7.4

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 22 Oct 16:06
· 246 commits to main since this release

This release silences a few warnings for code that works just fine, and adds a new solid/imports rule.

  • solid/imports: shuffles imports from "solid-js", "solid-js/web", and "solid-js/store" to the correct places, so you don't have to think about which module to import from!
  • Allows spreading a particular prop to an element, like <div {...props.divProps} />. Details in #30
  • Allows using signals in an object property, like { foo() { return props.foo; } }. Details in #32

Apologies for the semver mix-up, this was semantically a minor release 😅

Full Changelog: v0.7.3...v0.7.4