Skip to content

v0.17.0

Latest

Choose a tag to compare

@lxsmnsyc lxsmnsyc released this 13 Mar 16:33
· 2 commits to main since this release
0a0a153

It's been a long time since my last release, here's to keep things fresh:

  • Add function expression support for $memo and $
    • This means you can now do const foo = $memo(() => someStuff())
  • Fix binding replacement to properly support variable shadowing
  • Optimize compilation

In the future, I plan on deprecating the rollup and vite plugins they are just basically wrappers to the unplugin package. Also, since Solid 2.0 is near, expect some Solid Labels 1.0 soon.