jodit 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -6
- package/es2015/jodit.css +5 -7
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +50 -39
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +5 -7
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +50 -39
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +5 -7
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +50 -39
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +5 -7
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +50 -39
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +7 -9
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +51 -38
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/selection/selection.js +5 -1
- package/esm/core/ui/popup/popup.js +5 -4
- package/esm/jodit.js +6 -12
- package/esm/modules/context-menu/context-menu.js +5 -3
- package/esm/modules/dialog/dialog.js +5 -3
- package/esm/modules/file-browser/builders/context-menu.js +3 -1
- package/esm/modules/file-browser/data-provider.js +6 -6
- package/esm/modules/file-browser/file-browser.js +1 -5
- package/esm/modules/toolbar/button/button.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/select/select.d.ts +2 -1
- package/esm/plugins/select/select.js +12 -2
- package/package.json +1 -1
- package/types/modules/toolbar/button/button.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/select/select.d.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,13 @@
|
|
|
9
9
|
> - :house: [Internal]
|
|
10
10
|
> - :nail_care: [Polish]
|
|
11
11
|
|
|
12
|
+
## 4.0.2
|
|
13
|
+
|
|
14
|
+
- [BUG: FileBrowser Context Menu Grows Infinitely](https://github.com/xdan/jodit/issues/1059)
|
|
15
|
+
|
|
12
16
|
## 4.0.1
|
|
13
17
|
|
|
14
|
-
[See changelog](https://github.com/xdan/jodit/releases)
|
|
18
|
+
- [See changelog](https://github.com/xdan/jodit/releases)
|
|
15
19
|
|
|
16
20
|
## 4.0.0-beta.121
|
|
17
21
|
|
|
@@ -2451,11 +2455,11 @@ Related with https://github.com/xdan/jodit/issues/574. In some cases need to lim
|
|
|
2451
2455
|
- @property {IUIOption[]} link.selectOptionsClassName=[] The list of the option for the select (to use with
|
|
2452
2456
|
modeClassName="select")
|
|
2453
2457
|
- ex: [
|
|
2454
|
-
-
|
|
2455
|
-
-
|
|
2456
|
-
-
|
|
2457
|
-
-
|
|
2458
|
-
-
|
|
2458
|
+
- { value: "", text: "" },
|
|
2459
|
+
- { value: "val1", text: "text1" },
|
|
2460
|
+
- { value: "val2", text: "text2" },
|
|
2461
|
+
- { value: "val3", text: "text3" }
|
|
2462
|
+
- ]
|
|
2459
2463
|
PR: https://github.com/xdan/jodit/pull/577 Thanks @s-renier-taonix-fr
|
|
2460
2464
|
|
|
2461
2465
|
##### New option `statusbar: boolean = true`
|
package/es2015/jodit.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.0.
|
|
4
|
+
* Version: v4.0.3
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -675,6 +675,8 @@ svg.jodit-icon {
|
|
|
675
675
|
box-shadow: var(--jd-popup-box-shadow);
|
|
676
676
|
transform: translate3d(0, 0, 0);
|
|
677
677
|
z-index: var(--jd-z-index-context-menu);
|
|
678
|
+
font-family: var(--jd-font-default);
|
|
679
|
+
font-size: var(--jd-font-size-default);
|
|
678
680
|
}
|
|
679
681
|
.jodit-context-menu__content {
|
|
680
682
|
font-family: var(--jd-font-default);
|
|
@@ -694,14 +696,10 @@ svg.jodit-icon {
|
|
|
694
696
|
.jodit-context-menu .jodit-ui-button {
|
|
695
697
|
display: flex;
|
|
696
698
|
}
|
|
697
|
-
.jodit-context-
|
|
698
|
-
font-family: var(--jd-font-default);
|
|
699
|
-
font-size: var(--jd-font-size-default);
|
|
700
|
-
}
|
|
701
|
-
.jodit-context-menu__actions button {
|
|
699
|
+
.jodit-context-menu button {
|
|
702
700
|
width: 100%;
|
|
703
701
|
}
|
|
704
|
-
.jodit-context-menu_theme_dark
|
|
702
|
+
.jodit-context-menu_theme_dark {
|
|
705
703
|
background-color: var(--jd-dark-background-color);
|
|
706
704
|
}
|
|
707
705
|
|