Skip to content

Commit

Permalink
New version 3.2.50. Read more https://github.com/xdan/jodit/releases/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Valera committed Jul 13, 2019
1 parent 875d0b6 commit 2d397b6
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 5 deletions.
296 changes: 296 additions & 0 deletions build/jodit.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>Itaque nostrum est-quod nostrum dico, artis est-ad ea principia, quae accepi
<script>
const editor = new Jodit('#editor', {
// iframe: true,
theme: 'dark',
// theme: 'dark',
height: 100,
tabIndex: 0,
language: 'ru',
Expand Down
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.2.49",
"version": "3.2.50",
"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 2d397b6

Please sign in to comment.