-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
- Django 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: KacperJernalczyk <[email protected]>
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor) | ||
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor) | ||
* License https://froala.com/wysiwyg-editor/terms/ | ||
* Copyright 2014-2024 Froala Labs | ||
* Copyright 2014-2025 Froala Labs | ||
*/ | ||
|
||
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-drag-helper{background:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor) | ||
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor) | ||
* License https://froala.com/wysiwyg-editor/terms/ | ||
* Copyright 2014-2024 Froala Labs | ||
* Copyright 2014-2025 Froala Labs | ||
*/ | ||
|
||
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.