Skip to content

0.16.0

Compare
Choose a tag to compare
@bfanger bfanger released this 28 Jul 10:20
· 43 commits to main since this release
  • Upgraded to Svelte v4
  • Upgraded to @svelte/package v2 and applied stricter imports/exports
    • Previously both:
    • import sveltify from "svelte-preprocess-react/sveltify";
    • import { sveltify } from "svelte-preprocess-react";
    • were supported, now only import { sveltify } from "svelte-preprocess-react"; is supported.
  • Switched from TS to JSDoc types for the preprocessor, simplifying the development setup.