This version comes with a few notable improvements, including loading indicators when dropping/pasting files, a function to update custom inline content, and block props now being rendered out to HTML attributes in blocksToHTMLLossy
. Additionally fixes a number of bugs.
What's Changed
- chore: make editor.options protected by @YousefED in #1061
- vulnerability found in micromatch. bump version to 4.0.8 by @appleflyerv3 in #1059
- fix: xss in link toolbar and file download by @zeyu2001 in #1060
- chore: Updated
agent-upload-artifact-action
GitHub action version by @matthewlipski in #1073 - feat: SuggestionMenuController.tsx support ignoreQueryLength by @jkcs in #1072
- fix: Cut events when a block is selected by @matthewlipski in #1071
- fix:
blocksToHTMLLossy
props asdata-
attributes by @matthewlipski in #1068 - feat: Added parameter for updating custom inline content in
render
by @matthewlipski in #1080 - feat: add option to set html id by @m-risto in #1078
- feat: make callback return value optional in forEachBlock function by @m-risto in #1081
- fix: upgrade tiptap to 2.7.1 by @YousefED in #1084
- add option to disable animations by @YousefED in #1062
- fix: Loading indicator when dropping/pasting files by @matthewlipski in #1069
- Remove some non null assertion operator by @kody-liu in #1057
New Contributors
- @appleflyerv3 made their first contribution in #1059
- @zeyu2001 made their first contribution in #1060
- @m-risto made their first contribution in #1078
- @kody-liu made their first contribution in #1057
Full Changelog: v0.15.7...v0.15.9