Skip to content

leptos-tiptap - v0.6.0

Latest
Compare
Choose a tag to compare
@lpotthast lpotthast released this 30 Jan 14:35
· 16 commits to main since this release

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.