-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- React framework plugin upgraded - Fixed, Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase') - Fixed, Random number list gets generated when copy-pasting content from MS Word - Fixed, Pasting TOC from Word does not work as expected - Fixed, oneNote: deleting bullet lists after pasting into the editor does not work as expected - Fixed, editor does not returns `fullPage` content when `fontFamilyDefaultSelection` option is used - Fixed, pasting list containing sub-bullet lists, the sub bullet lists are not preserved in the same order - Fixed, complex numbering and bullets alignment is not pasted correctly from MS Word inside the editor - Fixed, increasing font size does not increase's the subscript line - Fixed, problem with underline text and color change - Fixed, table with header that contains merged cells is not displayed correctly - Fixed, after clicking an image the image toolbar moves with outer scroll - Fixed, track changes: editor completely delete's characters from content when pressing backspace - Fixed, cursor position get's lost if the content is wrapped with `html.wrap` inside tables - Fixed, XSS vulnerability when pasting content into the froala editor - Fixed, Vimeo Embedded Code Includes Extra `<p>` Tag Causing Embed Failure - Fixed, inserting link with special character, the editor removes any formatting from the content. - Updated Dompurify library integration within Froala to respect the configurable options --------- Co-authored-by: AndriiMysko <[email protected]>
- Loading branch information
1 parent
a6dda14
commit feb51c4
Showing
22 changed files
with
217 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:14.19.0 | ||
FROM node:18 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.