Releases: lpotthast/leptos-tiptap
Releases · lpotthast/leptos-tiptap
leptos-tiptap - v0.6.0
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 String
s, which it will now not do anymore (Into will now convert to MaybeSignal), no code change is required.
leptos-tiptap - v0.5.0
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
Updated tiptap to version 2.2.0