Skip to content

Commit

Permalink
New version 3.6.15. Read more https://github.com/xdan/jodit/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 7, 2021
1 parent a2a8ee4 commit d702ce9
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Expand Up @@ -9,7 +9,7 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 3.6.14
## 3.6.15

#### :bug: Bug Fix

Expand Down
4 changes: 2 additions & 2 deletions build/jodit.css
@@ -1,14 +1,14 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/jodit.es2018.css
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/jodit.es2018.en.css
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down
14 changes: 9 additions & 5 deletions build/jodit.es2018.en.js
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -9098,7 +9098,7 @@ class View extends component/* Component */.wA {
this.isView = true;
this.mods = {};
this.components = new Set();
this.version = "3.6.14";
this.version = "3.6.15";
this.async = new Async();
this.buffer = Storage.makeStorage();
this.storage = Storage.makeStorage(true, this.componentName);
Expand Down Expand Up @@ -9196,10 +9196,10 @@ class View extends component/* Component */.wA {
return this.__isFullSize;
}
getVersion() {
return "3.6.14";
return "3.6.15";
}
static getVersion() {
return "3.6.14";
return "3.6.15";
}
initOptions(options) {
this.options = (0,helpers.ConfigProto)(options || {}, (0,helpers.ConfigProto)(this.options || {}, View.defaultOptions));
Expand Down Expand Up @@ -22930,7 +22930,11 @@ let resizeHandler = class resizeHandler extends Plugin {
this.handle = this.j.c.div('jodit-editor__resize', '<a tabindex="-1" href="javascript:void(0)"></a>');
}
afterInit(editor) {
const { height, width, allowResizeX, allowResizeY } = editor.o;
const { height, width, allowResizeX } = editor.o;
let { allowResizeY } = editor.o;
if (height === 'auto' && width !== 'auto') {
allowResizeY = false;
}
if ((height !== 'auto' || width !== 'auto') &&
(allowResizeX || allowResizeY)) {
editor.e
Expand Down
4 changes: 2 additions & 2 deletions build/jodit.es2018.en.min.js

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions build/jodit.es2018.js
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -13292,7 +13292,7 @@ class View extends component/* Component */.wA {
this.isView = true;
this.mods = {};
this.components = new Set();
this.version = "3.6.14";
this.version = "3.6.15";
this.async = new Async();
this.buffer = Storage.makeStorage();
this.storage = Storage.makeStorage(true, this.componentName);
Expand Down Expand Up @@ -13390,10 +13390,10 @@ class View extends component/* Component */.wA {
return this.__isFullSize;
}
getVersion() {
return "3.6.14";
return "3.6.15";
}
static getVersion() {
return "3.6.14";
return "3.6.15";
}
initOptions(options) {
this.options = (0,helpers.ConfigProto)(options || {}, (0,helpers.ConfigProto)(this.options || {}, View.defaultOptions));
Expand Down Expand Up @@ -27164,7 +27164,11 @@ let resizeHandler = class resizeHandler extends Plugin {
this.handle = this.j.c.div('jodit-editor__resize', '<a tabindex="-1" href="javascript:void(0)"></a>');
}
afterInit(editor) {
const { height, width, allowResizeX, allowResizeY } = editor.o;
const { height, width, allowResizeX } = editor.o;
let { allowResizeY } = editor.o;
if (height === 'auto' && width !== 'auto') {
allowResizeY = false;
}
if ((height !== 'auto' || width !== 'auto') &&
(allowResizeX || allowResizeY)) {
editor.e
Expand Down
4 changes: 2 additions & 2 deletions build/jodit.es2018.min.js

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions build/jodit.js
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
* Version: v3.6.14
* Version: v3.6.15
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -10840,7 +10840,7 @@ var View = (function (_super) {
_this.isView = true;
_this.mods = {};
_this.components = new Set();
_this.version = "3.6.14";
_this.version = "3.6.15";
_this.async = new async_1.Async();
_this.buffer = storage_1.Storage.makeStorage();
_this.storage = storage_1.Storage.makeStorage(true, _this.componentName);
Expand Down Expand Up @@ -10982,10 +10982,10 @@ var View = (function (_super) {
configurable: true
});
View.prototype.getVersion = function () {
return "3.6.14";
return "3.6.15";
};
View.getVersion = function () {
return "3.6.14";
return "3.6.15";
};
View.prototype.initOptions = function (options) {
this.options = helpers_1.ConfigProto(options || {}, helpers_1.ConfigProto(this.options || {}, View.defaultOptions));
Expand Down Expand Up @@ -29778,7 +29778,11 @@ var resizeHandler = (function (_super) {
}
resizeHandler.prototype.afterInit = function (editor) {
var _this = this;
var _a = editor.o, height = _a.height, width = _a.width, allowResizeX = _a.allowResizeX, allowResizeY = _a.allowResizeY;
var _a = editor.o, height = _a.height, width = _a.width, allowResizeX = _a.allowResizeX;
var allowResizeY = editor.o.allowResizeY;
if (height === 'auto' && width !== 'auto') {
allowResizeY = false;
}
if ((height !== 'auto' || width !== 'auto') &&
(allowResizeX || allowResizeY)) {
editor.e
Expand Down
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.

4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.6.14",
"version": "3.6.15",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d702ce9

Please sign in to comment.