Skip to content

Commit 4bd522a

Browse files
Update to v4.5.0
1 parent 8194a69 commit 4bd522a

File tree

150 files changed

+370
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+370
-166
lines changed

css/froala_editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/froala_editor.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/froala_editor.pkgd.css

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -4008,6 +4008,46 @@ div.fr-modal-body {
40084008
-webkit-user-select: none;
40094009
-ms-user-select: none; }
40104010

4011+
.fr-table-selector {
4012+
display: block;
4013+
position: absolute;
4014+
z-index: 9999;
4015+
width: 16px;
4016+
height: 16px;
4017+
padding: 3px;
4018+
border: transparent 2px solid;
4019+
border-radius: 4px 4px 0 0; }
4020+
.fr-table-selector a {
4021+
width: 16px;
4022+
height: 16px;
4023+
display: block; }
4024+
.fr-table-selector a > svg {
4025+
width: 16px;
4026+
height: 16px; }
4027+
4028+
.fr-table-selector-active {
4029+
opacity: 1;
4030+
visibility: visible;
4031+
border: #fdcf00 2px solid; }
4032+
.fr-table-selector-active a > svg {
4033+
color: #fdcf00; }
4034+
4035+
.fr-table-selector-active-selected {
4036+
border: #0d65ff 2px solid; }
4037+
.fr-table-selector-active-selected a > svg {
4038+
color: #0d65ff; }
4039+
4040+
.fr-table-selector-inactive {
4041+
opacity: 0;
4042+
visibility: hidden; }
4043+
4044+
.fr-view .fr-table-selection-hover {
4045+
outline: #fdcf00 2px solid; }
4046+
4047+
.fr-view .fr-table-selected {
4048+
outline: #0d65ff 2px solid;
4049+
caret-color: transparent; }
4050+
40114051
.fr-popup .fr-table-size {
40124052
margin: 20px; }
40134053
.fr-popup .fr-table-size .fr-table-size-info {

css/froala_editor.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/froala_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/froala_style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins.pkgd.css

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -2571,6 +2571,46 @@ div.fr-modal-body {
25712571
-webkit-user-select: none;
25722572
-ms-user-select: none; }
25732573

2574+
.fr-table-selector {
2575+
display: block;
2576+
position: absolute;
2577+
z-index: 9999;
2578+
width: 16px;
2579+
height: 16px;
2580+
padding: 3px;
2581+
border: transparent 2px solid;
2582+
border-radius: 4px 4px 0 0; }
2583+
.fr-table-selector a {
2584+
width: 16px;
2585+
height: 16px;
2586+
display: block; }
2587+
.fr-table-selector a > svg {
2588+
width: 16px;
2589+
height: 16px; }
2590+
2591+
.fr-table-selector-active {
2592+
opacity: 1;
2593+
visibility: visible;
2594+
border: #fdcf00 2px solid; }
2595+
.fr-table-selector-active a > svg {
2596+
color: #fdcf00; }
2597+
2598+
.fr-table-selector-active-selected {
2599+
border: #0d65ff 2px solid; }
2600+
.fr-table-selector-active-selected a > svg {
2601+
color: #0d65ff; }
2602+
2603+
.fr-table-selector-inactive {
2604+
opacity: 0;
2605+
visibility: hidden; }
2606+
2607+
.fr-view .fr-table-selection-hover {
2608+
outline: #fdcf00 2px solid; }
2609+
2610+
.fr-view .fr-table-selected {
2611+
outline: #0d65ff 2px solid;
2612+
caret-color: transparent; }
2613+
25742614
.fr-popup .fr-table-size {
25752615
margin: 20px; }
25762616
.fr-popup .fr-table-size .fr-table-size-info {

css/plugins.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/char_counter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/char_counter.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/code_view.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/code_view.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/colors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/draggable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/draggable.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/emoticons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/emoticons.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/file.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/file.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/files_manager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/files_manager.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/filestack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/filestack.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/fullscreen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/fullscreen.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/help.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/help.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/image.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/image.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/image_manager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/image_manager.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/line_breaker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/line_breaker.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/markdown.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/quick_insert.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/quick_insert.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/plugins/special_characters.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

css/plugins/special_characters.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

0 commit comments

Comments
 (0)