Skip to content

Commit

Permalink
Update to v4.4.0 (#118)
Browse files Browse the repository at this point in the history
 - 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
harasunu-narayan and kakerj321 authored Jan 8, 2025
1 parent 93f1aab commit f5b24b7
Show file tree
Hide file tree
Showing 150 changed files with 312 additions and 308 deletions.
2 changes: 1 addition & 1 deletion froala_editor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PLUGINS_WITH_CSS = (
'char_counter', 'code_view', 'colors', 'draggable', 'emoticons', 'file', 'fullscreen', 'help', 'image', 'image_manager',
'line_breaker', 'quick_insert', 'special_characters', 'table', 'video',
'line_breaker', 'quick_insert', 'special_characters', 'table', 'video', 'markdown', 'filestack'
)

THIRD_PARTY = (
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.css
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 {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.min.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.pkgd.css
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 {
Expand Down Expand Up @@ -4566,6 +4566,8 @@ div.fr-modal-body {
background: #ececec; }
.fr-view table tfoot td {
background: #ececec; }
.fr-view .fr-mso-hidden {
display: none; }
.fr-view hr {
clear: both;
user-select: none;
Expand Down

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions froala_editor/static/froala_editor/css/froala_style.css
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 {
Expand Down Expand Up @@ -80,6 +80,8 @@
background: #ececec; }
.fr-view table tfoot td {
background: #ececec; }
.fr-view .fr-mso-hidden {
display: none; }
.fr-view hr {
clear: both;
user-select: none;
Expand Down
6 changes: 3 additions & 3 deletions froala_editor/static/froala_editor/css/froala_style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins.pkgd.css
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 {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins.pkgd.min.css

Large diffs are not rendered by default.

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 {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/code_view.css
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 {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/colors.css
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 {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/colors.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/draggable.css
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 {
Expand Down
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)"}
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/emoticons.css
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 {
Expand Down
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}}
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/file.css
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 {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/file.min.css

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 {
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/filestack.css
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-popup .fr-command.fr-btn[data-cmd="filestackIcon"] svg path,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/fullscreen.css
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 {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/help.css
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 {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/help.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/image.css
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 {
Expand Down
Loading

0 comments on commit f5b24b7

Please sign in to comment.