Skip to content

Releases: bastihilger/nova-tiptap

v1.0.1

31 Aug 07:55
Compare
Choose a tag to compare

Changes:

  • Hidden from index view by default.
  • Works the same way as Trix and Textarea fields on detail views, as it can be shown with a click or made always visible with the alwaysShow() method.

v1.0

31 Aug 07:48
Compare
Choose a tag to compare
Update Readme.md

v0.6.1

13 Aug 13:37
Compare
Choose a tag to compare

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

18 Jun 07:56
Compare
Choose a tag to compare
v0.6.0

add iframe extension

fix "multiple versions of prosemirror-model" error

11 Jun 21:50
Compare
Choose a tag to compare
v0.5.1

fix "multiple versions of prosemirror-model"

Merged Edit HTML button

11 Jun 20:04
caa8d48
Compare
Choose a tag to compare

Thanks to @tmorian for this contribution!

dev-html-editor

11 Jun 19:44
Compare
Choose a tag to compare
dev-html-editor Pre-release
Pre-release
Updated readme to include new edit_html option

Set heading levels as array

03 May 10:21
30522f6
Compare
Choose a tag to compare

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

30 Mar 16:28
7590d45
Compare
Choose a tag to compare
Merge pull request #16 from stevelacey/master

FormField style leak fix prod build

Fixed style leak

30 Mar 14:39
b109354
Compare
Choose a tag to compare

HT @stevelacey for the fix.