Breaking Changes
Properties listed as style
are now correctly injected as React style objects. You can now style your web components! Additionally, the ref now refers directly to the HTML web component, and not the React component. You may need to update your ref logic if you're it.
New Features
Stylish 😎
Use the React style functionality to correctly style your components. See the updated README for an example
Special Thanks
Thanks to @leifriksheim for their style and forward ref PR