Skip to content

Commit ce34fe1

Browse files
committed
Update to 2.9.0.
1 parent 759ace6 commit ce34fe1

File tree

132 files changed

+835
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+835
-303
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ If you need to use any of the [Available Plugins](https://froala.com/wysiwyg-edi
6161
#= require plugins/help.min.js
6262
#= require plugins/image.min.js
6363
#= require plugins/image_manager.min.js
64+
#= require plugins/inline_class.min.js
6465
#= require plugins/inline_style.min.js
6566
#= require plugins/line_breaker.min.js
67+
#= require plugins/line_height.min.js
6668
#= require plugins/link.min.js
6769
#= require plugins/lists.min.js
6870
#= require plugins/paragraph_format.min.js
@@ -77,7 +79,9 @@ If you need to use any of the [Available Plugins](https://froala.com/wysiwyg-edi
7779
#= require plugins/video.min.js
7880

7981
#= require third_party/embedly.min.js
82+
#= require third_party/font_awesome.min.js
8083
#= require third_party/image_aviary.min.js
84+
#= require third_party/image_tui.min.js
8185
#= require third_party/spell_checker.min.js
8286
```
8387

@@ -98,6 +102,7 @@ If you need to use any of the [Available Plugins](https://froala.com/wysiwyg-edi
98102
@import 'plugins/video.min.css';
99103

100104
@import 'third_party/embedly.min.css';
105+
@import 'third_party/image_tui.min.css';
101106
@import 'third_party/spell_checker.min.css';
102107
```
103108

app/assets/javascripts/froala_editor.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/froala_editor.pkgd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/languages/ar.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['ar'] = {
244244
// Clear formatting
245245
"Clear Formatting": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
246246

247+
// Save
248+
"Save": "\u062d\u0641\u0638",
249+
247250
// Undo, redo
248251
"Undo": "\u062a\u0631\u0627\u062c\u0639",
249252
"Redo": "\u0625\u0639\u0627\u062f\u0629",

app/assets/javascripts/languages/bs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['bs'] = {
244244
// Clear formatting
245245
"Clear Formatting": "Izbrisati formatiranje",
246246

247+
// Save
248+
"Save":"Spremi",
249+
247250
// Undo, redo
248251
"Undo": "Korak nazad",
249252
"Redo": "Korak naprijed",

app/assets/javascripts/languages/cs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['cs'] = {
244244
// Clear formatting
245245
"Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
246246

247+
// Save
248+
"Save": "\u0055\u006c\u006f\u017e\u0069\u0074",
249+
247250
// Undo, redo
248251
"Undo": "Zp\u011bt",
249252
"Redo": "Znovu",

0 commit comments

Comments
 (0)