Skip to content

Commit

Permalink
New version 3.3.2. Read more https://github.com/xdan/jodit/releases/t…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Dec 10, 2019
1 parent 91c2364 commit 7fb40ad
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion build/jodit.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
Version: v3.3.1
Version: v3.3.2
Url: https://xdsoft.net/jodit/
License(s): GPL-2.0-or-later OR MIT OR Commercial
*/
Expand Down
2 changes: 1 addition & 1 deletion build/jodit.es2018.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
Version: v3.3.1
Version: v3.3.2
Url: https://xdsoft.net/jodit/
License(s): GPL-2.0-or-later OR MIT OR Commercial
*/
Expand Down
12 changes: 6 additions & 6 deletions build/jodit.es2018.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
Version: v3.3.1
Version: v3.3.2
Url: https://xdsoft.net/jodit/
License(s): GPL-2.0-or-later OR MIT OR Commercial
*/
Expand Down Expand Up @@ -735,13 +735,11 @@ __webpack_require__.d(helpers_namespaceObject, "JoditObject", function() { retur
__webpack_require__.d(helpers_namespaceObject, "asArray", function() { return asArray; });
__webpack_require__.d(helpers_namespaceObject, "inArray", function() { return inArray; });
__webpack_require__.d(helpers_namespaceObject, "splitArray", function() { return splitArray; });
__webpack_require__.d(helpers_namespaceObject, "debounce", function() { return debounce; });
__webpack_require__.d(helpers_namespaceObject, "setTimeout", function() { return setTimeout_setTimeout; });
__webpack_require__.d(helpers_namespaceObject, "isNumeric", function() { return isNumeric; });
__webpack_require__.d(helpers_namespaceObject, "isPlainObject", function() { return isPlainObject; });
__webpack_require__.d(helpers_namespaceObject, "isURL", function() { return isURL; });
__webpack_require__.d(helpers_namespaceObject, "isWindow", function() { return isWindow; });
__webpack_require__.d(helpers_namespaceObject, "colorToHex", function() { return colorToHex; });
__webpack_require__.d(helpers_namespaceObject, "normilizeCSSValue", function() { return normilizeCSSValue; });
__webpack_require__.d(helpers_namespaceObject, "camelCase", function() { return camelCase; });
__webpack_require__.d(helpers_namespaceObject, "fromCamelCase", function() { return fromCamelCase; });
__webpack_require__.d(helpers_namespaceObject, "appendScript", function() { return appendScript; });
Expand All @@ -764,6 +762,8 @@ __webpack_require__.d(helpers_namespaceObject, "getXPathByElement", function() {
__webpack_require__.d(helpers_namespaceObject, "hasOwn", function() { return hasOwn; });
__webpack_require__.d(helpers_namespaceObject, "type", function() { return type_type; });
__webpack_require__.d(helpers_namespaceObject, "val", function() { return val_val; });
__webpack_require__.d(helpers_namespaceObject, "debounce", function() { return debounce; });
__webpack_require__.d(helpers_namespaceObject, "setTimeout", function() { return setTimeout_setTimeout; });
__webpack_require__.d(helpers_namespaceObject, "throttle", function() { return throttle; });
__webpack_require__.d(helpers_namespaceObject, "isHTML", function() { return isHTML; });
__webpack_require__.d(helpers_namespaceObject, "isHTMLFromWord", function() { return isHTMLFromWord; });
Expand All @@ -773,6 +773,7 @@ __webpack_require__.d(helpers_namespaceObject, "isString", function() { return i
__webpack_require__.d(helpers_namespaceObject, "isFunction", function() { return isFunction; });
__webpack_require__.d(helpers_namespaceObject, "hasBrowserColorPicker", function() { return hasBrowserColorPicker; });
__webpack_require__.d(helpers_namespaceObject, "hexToRgb", function() { return hexToRgb; });
__webpack_require__.d(helpers_namespaceObject, "colorToHex", function() { return colorToHex; });
__webpack_require__.d(helpers_namespaceObject, "applyStyles", function() { return applyStyles; });
__webpack_require__.d(helpers_namespaceObject, "cleanFromWord", function() { return cleanFromWord; });
__webpack_require__.d(helpers_namespaceObject, "clear", function() { return clear_clear; });
Expand All @@ -785,7 +786,6 @@ __webpack_require__.d(helpers_namespaceObject, "normalizePath", function() { ret
__webpack_require__.d(helpers_namespaceObject, "normalizeRelativePath", function() { return normalizeRelativePath; });
__webpack_require__.d(helpers_namespaceObject, "normalizeSize", function() { return normalizeSize; });
__webpack_require__.d(helpers_namespaceObject, "normalizeURL", function() { return normalizeURL; });
__webpack_require__.d(helpers_namespaceObject, "normilizeCSSValue", function() { return normilizeCSSValue; });
__webpack_require__.d(helpers_namespaceObject, "normalizeColor", function() { return normalizeColor; });
__webpack_require__.d(helpers_namespaceObject, "getContentWidth", function() { return getContentWidth; });
__webpack_require__.d(helpers_namespaceObject, "innerWidth", function() { return innerWidth_innerWidth; });
Expand Down Expand Up @@ -5842,7 +5842,7 @@ class panel_Panel extends Component_Component {
class view_View extends panel_Panel {
constructor(jodit, options) {
super(jodit);
this.version = "3.3.1";
this.version = "3.3.2";
this.__modulesInstances = {};
this.buffer = storage_Storage.makeStorage();
this.progress_bar = this.create.div('jodit_progress_bar', this.create.div());
Expand Down
2 changes: 1 addition & 1 deletion build/jodit.es2018.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 build/jodit.es2018.min.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions build/jodit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/jodit.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 build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.3.1",
"version": "3.3.2",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 7fb40ad

Please sign in to comment.