- 85ccc1c: iFrame src issue: replaced escapeHTML with encodeURI
- ea59c03: Dont know what I did but, release a new version plz
- 780d9f2: Remove Suppress Warnings
- 9eb760c: Pass content to component so that static content can be parsed for things like slugifying headings
- 780fb83: Added support for superscript and subscript elements
-
52d5038: # Svelte 5 Upgrade
Updated to use Svelte 5 Runes.
- You can now pass in valid HTMLTags instead of SvelteComponents for Renderers
- Removed Slug prop. Hoping Svelte 5 fixes the bug that made it necessary but may revert soon.
-
7933adb: Svelte 4 update
- Update to support Svelte 4
- Added
slugprop to prevent error on CSR in Sveltekit - Updated Types/linting
- removed unused code
- updated package exports