Skip to content

Releases: lpotthast/leptos-tiptap

leptos-tiptap - v0.6.0

30 Jan 14:35
Compare
Choose a tag to compare

The id prop of the TiptapInstance component is now of type MaybeSignal<String>. Should the id change at runtime, the underlying tiptap instance is destroyed and recreated.

Unless you relied on #[prop(into)] id: String converting your ids to Strings, which it will now not do anymore (Into will now convert to MaybeSignal), no code change is required.

leptos-tiptap - v0.5.0

30 Jan 10:10
Compare
Choose a tag to compare

leptos-tiptap is now compatible with server-side-rendering (SSR). Check out the updated demo-csr and demo-ssr examples.

leptos-tiptap-build - v0.2.5

30 Jan 10:08
Compare
Choose a tag to compare

Updated tiptap to version 2.2.0

v0.2.0

01 Jul 11:18
Compare
Choose a tag to compare

Update to leptos 0.4