Releases: bastihilger/nova-tiptap
Releases · bastihilger/nova-tiptap
v1.0.1
Changes:
- Hidden from index view by default.
- Works the same way as
Trix
andTextarea
fields on detail views, as it can be shown with a click or made always visible with thealwaysShow()
method.
v1.0
Update Readme.md
v0.6.1
Inside .relationship-tabs-panel H1 headlines where invisible - if some plugins by other third parties were used - this is now fixed.
Add iframe support in source code
v0.6.0 add iframe extension
fix "multiple versions of prosemirror-model" error
v0.5.1 fix "multiple versions of prosemirror-model"
Merged Edit HTML button
Thanks to @tmorian for this contribution!
dev-html-editor
Updated readme to include new edit_html option
Set heading levels as array
From this release on you can set the heading levels like with an array, letting you for example omit H1
(see Readme).
Style leak fix prod build
Merge pull request #16 from stevelacey/master FormField style leak fix prod build
Fixed style leak
HT @stevelacey for the fix.