Releases: medienbaecker/kirby-tiptap
Releases · medienbaecker/kirby-tiptap
0.0.44
13 Nov 14:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
You can now use line-breaks in placeholders!
Closes #10 ✅
0.0.42
04 Nov 15:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This release adds a Kirby CLI command for converting the values of existing textarea or markdown fields to JSON:
kirby tiptap:convert --dry-run
kirby tiptap:convert --page blog
0.0.40
18 Sep 10:35
Compare
Sorry, something went wrong.
No results found
0.0.39
04 Sep 07:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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!
Woohoo!
0.0.37
08 Aug 14:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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