Skip to content

Commit

Permalink
New version 3.15.3. 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 Mar 7, 2022
1 parent 0e8168f commit 0e2616e
Show file tree
Hide file tree
Showing 16 changed files with 106,997 additions and 26,135 deletions.
5,764 changes: 5,764 additions & 0 deletions build/jodit.css

Large diffs are not rendered by default.

4,781 changes: 4,781 additions & 0 deletions build/jodit.es2018.css

Large diffs are not rendered by default.

4,781 changes: 4,781 additions & 0 deletions build/jodit.es2018.en.css

Large diffs are not rendered by default.

28,200 changes: 28,200 additions & 0 deletions build/jodit.es2018.en.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/jodit.es2018.en.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/jodit.es2018.en.min.js

Large diffs are not rendered by default.

32,455 changes: 32,455 additions & 0 deletions build/jodit.es2018.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/jodit.es2018.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/jodit.es2018.min.js

Large diffs are not rendered by default.

55,870 changes: 29,738 additions & 26,132 deletions build/jodit.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build/jodit.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/jodit.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions build/vdom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.15.3
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/

.jodit-v-dom-container {
min-height: 100px;
padding: 10px;
border: 1px solid #ccc;
}
.jodit-v-dom-container:empty:before {
content: 'Test';
opacity: 0.6;
}

1,244 changes: 1,244 additions & 0 deletions build/vdom.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.15.2",
"version": "3.15.3",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 0e2616e

Please sign in to comment.