github solidjs/solid v0.6.0

latest releases: v1.9.0, v1.8.23, v1.8.22...
5 years ago

Solid is smaller than ever!

v0.6.0 brings a Tree Shakeable runtime. This means when Solid used with JSX the compiler can intelligently only include the code that is being used.

This is a breaking change in that:

  • No longer need to import 'r' and selectWhen and selectEach directives have been moved to solid-js from solid-js/dom. You should not need to import from 'solid-js/dom' directly anymore as your compiled code will do it automatically.
  • HyperScript and Lit imports have been made the default import now.. ex:
import html from 'solid-js/html'
  • Tidied up the compiled template code. This should make it much nicer to debug when not minified.

Don't miss a new solid release

NewReleases is sending notifications on new releases.