Move svelte-persisted-store from dev dep to regular dep
Svelte 5 compatibility.
Update to the latest Svelte 4 version
Move Resend from dev dep to normal dep
Move tw-to-css from dev dep to normal dep
- A Vite plugin to transform Tailwind classes on build-time.
- Preview UI component has been added to the package (including corresponding server utility functions).
- The renderTailwind() function is now obsolete and has been removed. Use the Vite plugin instead.
- The renderSvelte() function is replaced by Svelte's native render() function. Use the renderAsPlainText() function to turn a rendered component's html to plain text.
- The
<Custom />
component is required to use Tailwind classes on custom html.