v0.7.0
- Move
babel-plugin-solid-styled
tosolid-styled/babel
- Add support for namespace import (i.e.
solidStyled.css
) - Fix scoping attributes from
data-s-*
tos:*
- Fix support for multiple roots and allow optional use of
StyleRegistry
on client-side. - Fix
<style jsx>
to outputJSXText
instead ofJSXFragment
(due to Solid throwing an error for non-top-level fragments). - Fix style merging when style is nullish.
Credits to @zaydek for spotting most of the issues