Skip to content

Releases: medienbaecker/kirby-tiptap

0.0.44

13 Nov 14:49

Choose a tag to compare

0.0.44 Pre-release
Pre-release

I've removed the UUID processing from the KirbyTagProcessor class as this gets handled by the (link: ), (image: ), (file: ), … tags already.

Thanks @mrflix for the investigation 👍

0.0.43

05 Nov 15:48

Choose a tag to compare

You can now use line-breaks in placeholders!

Closes #10

0.0.42

04 Nov 15:40
dd3c5cf

Choose a tag to compare

Thanks to @mrflix, tiptapText() now returns a field object instead. This makes it possible to chain the method with stuff like excerpt(). Nice!

0.0.41

01 Oct 12:15

Choose a tag to compare

This release adds a Kirby CLI command for converting the values of existing textarea or markdown fields to JSON:

kirby tiptap:convert
kirby tiptap:convert --dry-run
kirby tiptap:convert --page blog

0.0.40

18 Sep 10:35

Choose a tag to compare

This fixes #8. Thanks @distantnative.

0.0.39

04 Sep 07:49

Choose a tag to compare

This release brings back the sticky toolbar, making sure the block toolbar is not being cut off.

#7

0.0.38

01 Sep 16:36

Choose a tag to compare

I've cleaned up some code, especially the stuff about uploading files. Now it should be more maintainable. It's getting complicated!

There's also a new feature in this release: task lists!

  • Task lists

Woohoo!

0.0.37

08 Aug 14:08

Choose a tag to compare

  • You can now disable UUIDs for KirbyTags created by drag & drop and dialogs
  • Custom fields in file dialog (ideal for adding a caption field)
  • Improved visuals in dark mode

0.0.36

04 Aug 13:53

Choose a tag to compare

This release unwraps block elements from paragraphs so (image: ) and their resulting <figure> tags will now be moved outside of <p> tags for valid HTML.

0.0.35

23 Jul 11:19

Choose a tag to compare

  • Convert double line breaks to paragraphs when converting from textarea fields (#5)
  • Improved paste handling to handle the same double line breaks and preserve HTML structure