Skip to content

Commit

Permalink
New version 3.8.2. Read more https://github.com/xdan/jodit/blob/maste…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Oct 2, 2021
1 parent 6ec87ad commit f87aff3
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions build/jodit.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
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 <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/jodit.es2018.en.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 <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down
8 changes: 4 additions & 4 deletions build/jodit.es2018.en.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 <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -9136,7 +9136,7 @@ class View extends component/* Component */.wA {
this.isView = true;
this.mods = {};
this.components = new Set();
this.version = "3.8.1";
this.version = "3.8.2";
this.async = new Async();
this.buffer = Storage.makeStorage();
this.storage = Storage.makeStorage(true, this.componentName);
Expand Down Expand Up @@ -9234,10 +9234,10 @@ class View extends component/* Component */.wA {
return this.__isFullSize;
}
getVersion() {
return "3.8.1";
return "3.8.2";
}
static getVersion() {
return "3.8.1";
return "3.8.2";
}
initOptions(options) {
this.options = (0,helpers.ConfigProto)(options || {}, (0,helpers.ConfigProto)(this.options || {}, View.defaultOptions));
Expand Down
4 changes: 2 additions & 2 deletions build/jodit.es2018.en.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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 <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -13330,7 +13330,7 @@ class View extends component/* Component */.wA {
this.isView = true;
this.mods = {};
this.components = new Set();
this.version = "3.8.1";
this.version = "3.8.2";
this.async = new Async();
this.buffer = Storage.makeStorage();
this.storage = Storage.makeStorage(true, this.componentName);
Expand Down Expand Up @@ -13428,10 +13428,10 @@ class View extends component/* Component */.wA {
return this.__isFullSize;
}
getVersion() {
return "3.8.1";
return "3.8.2";
}
static getVersion() {
return "3.8.1";
return "3.8.2";
}
initOptions(options) {
this.options = (0,helpers.ConfigProto)(options || {}, (0,helpers.ConfigProto)(this.options || {}, View.defaultOptions));
Expand Down
4 changes: 2 additions & 2 deletions build/jodit.es2018.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build/jodit.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 <[email protected]> (https://xdsoft.net/)
* Version: v3.8.1
* Version: v3.8.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -10919,7 +10919,7 @@ var View = (function (_super) {
_this.isView = true;
_this.mods = {};
_this.components = new Set();
_this.version = "3.8.1";
_this.version = "3.8.2";
_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 @@ -11061,10 +11061,10 @@ var View = (function (_super) {
configurable: true
});
View.prototype.getVersion = function () {
return "3.8.1";
return "3.8.2";
};
View.getVersion = function () {
return "3.8.1";
return "3.8.2";
};
View.prototype.initOptions = function (options) {
this.options = (0, helpers_1.ConfigProto)(options || {}, (0, helpers_1.ConfigProto)(this.options || {}, View.defaultOptions));
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jodit",
"version": "3.8.1",
"version": "3.8.2",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"scripts": {
"coverage": "npx type-coverage ./src --detail --ignore-files 'build/**' --ignore-files 'test/**' --ignore-files 'examples/**'",
"newversion": "npm run lint && npm test && npm version patch --no-git-tag-version && npm run build && npm run newversiongit && npm publish ./",
"newversion": "npm run lint && npm run clean && npm test && npm version patch --no-git-tag-version && npm run build && npm run newversiongit && npm publish ./",
"newversiongit": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/xdan/jodit/blob/master/CHANGELOG.MD \" && git tag $npm_package_version && git push --tags origin HEAD:master",
"start": "node server.js --port=2000",
"clean": "rm -rf build/*",
Expand Down

0 comments on commit f87aff3

Please sign in to comment.