Skip to content

Releases: bertybot/svelte-renderer

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Mar 20:25
5e66134

Patch Changes

  • 85ccc1c: iFrame src issue: replaced escapeHTML with encodeURI

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 06 Mar 21:45
e062e6e

Patch Changes

  • ea59c03: Dont know what I did but, release a new version plz

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 16:21
ad79315

Patch Changes

  • 9eb760c: Pass content to component so that static content can be parsed for things like slugifying headings

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Dec 16:21
35cdca2

Patch Changes

  • 780fb83: Added support for superscript and subscript elements

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 01:51
2343829

Major Changes

  • 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.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 19:15

Major Changes

  • 7933adb: Svelte 4 update

    • Update to support Svelte 4
    • Added slug prop to prevent error on CSR in Sveltekit
    • Updated Types/linting
    • removed unused code
    • updated package exports