Skip to content

Releases: froala/wysiwyg-editor

Release v1.1.4

05 May 21:19
Compare
Choose a tag to compare
  • Media manager for images.
  • Add zIndex option.
  • Minimum for autosaveInterval was changed to 100.
  • Improve for XSS support.
  • Improve insertHTML method.
  • saveURL is no longer required to trigger save.
  • Add image restriction by using allowedImageTypes option.
  • CTRL + Backspace is cutting text.
  • CTRL + ] in indenting text.
  • CTRL + [ is outdenting text.
  • CTRL + " is formatting text as quote.
  • CTRL + \ is formatting text as code.
  • Sync before submitting form.
  • Delete image by hitting delete when it is selected.
  • Hitting enter when image is selecting is getting it down.
  • maxImageSize option to restrict image size before upload.
  • Add defaultImageWidth option to set the image size on insertion.
  • afterRemoveImageCallback is now getting the image src as param.
  • Image remove control improved.
  • Horizontal line command.
  • Font family support.
  • Move writeVideo to its own method.
  • Improve wrapping support.
  • Improve getHTML method.
  • Improve block formatting.
  • Setting background color would take into consideration parents too.
  • Improve contentChangedCallback support.
  • Remove invisible characters when saving the HTML.
  • Add isActive method to check if command is active.
  • Improve undo mechanisms.
  • Use a custom version of Modernizr that does not conflict anymore.
  • Improve editor position in Firefox when a scale transform is applied.
  • Selected fontFamily, fontSize or block type appears selected in the dropdown.
  • beforeFileUpload callback.
  • Bug fixing
    • New line fix when paragraphy enabled in Webkit.
    • Bold was not working properly when undo and redo were disabled.
    • Insert image on IE 10-11 at cursor location.
    • Empty editor was focused after initialization in Webkit.
    • Releasing selection outside the editable zone.
    • Click issue when there is more than one link.
    • Shortcut keys were not working when editor was empty.
    • Textarea was not focusing in Safari.
    • Hitting bold when editor is empty was not working.
    • Fix iPad issue of scrolling through dropdowns.

Release v1.1.3

08 Apr 15:30
Compare
Choose a tag to compare
  • Custom tags from html are no longer removed.
  • minHeight option.
  • removeFormat method.
  • Image is inserted where the cursor is.
  • Undo preserves selection and cursor position.
  • Please wait message when uploading image.
  • BR are no longer removed when calling save.
  • Bug fixing
    • Pressing Bold, Italic, Underline, Strikethrough start in that mode.
    • getHTML() returns the html when in code mode.
    • Enter in Code and Quote are not adding a new line.
    • Editor was getting focused when more than one editor.
    • Autosave interval was set back to 10000.
    • Image was loading again on save.
    • Fix new line in lists in Safari.

Release v1.1.2

18 Mar 00:23
Compare
Choose a tag to compare
  • Add textNearImage option.
  • Add imageButtons option.
  • Add alwaysVisible option.
  • Add noFollow option.
  • Add alwaysBlank option
  • Add plainPaste option
  • Add icons option
  • Add callbacks for pasting.
  • Add getText() method.
  • Bug fixing
    • Add class f-link to links for images.
    • Placeholder fix on direction rtl.
    • Fix borderColor.
    • Placeholder was not always visible in webkit.
    • Smartphone fixes to link popup.

Release v1.1.1

12 Mar 18:50
Compare
Choose a tag to compare
  • Add callback contentChanged.
  • Callbacks are called with apply() instead of call().
  • Add insertVideo callback.
  • Bug fixing
    • Editor was getting focused constantly.
    • Undo when none of the undo/redo buttons is set.
    • Placeholder gets translated too.
    • Cleanup events on destroy() call.

Release v.1.1.0

11 Mar 15:15
Compare
Choose a tag to compare
  • Add language support (28 languages).
  • Inverse skin colors.
  • Blockquote has quote at the beginning.
  • Additional parameters to image upload request.
  • Additional parameters to save request.
  • Video support.
  • Custom buttons in toolbar.
  • Paragraphy option.
  • Improvements
    • Direction parameter.
    • Touch support.
    • Font size is not generating so many markup anymore.
    • Format when there is no selection.
    • Image upload error callbacks.
    • Placeholder.
    • Design.
    • Use <strong> and <em> tags instead of <b> and <i>.
  • Bug fixing
    • Typing timer was not working when redo and undo were not initialized.
    • Fix height when passed as parameter.
    • Destroy method
    • n block tag was never removed.

Release v1.0.6

22 Feb 22:15
Compare
Choose a tag to compare
  • Improve IE 11 support for inline editor.
  • Placeholder works like placeholder from HTML5.
  • Allow image move in editor by setting option imageMove.
  • Add save button.
  • Tooltip and messages text can be customized through customText option.
  • Toolbar may stay at the top or move along with the scroll.
  • Option to strip script tag.
  • Bug fixing
    • Touch detection.
    • iframe is no longer removed.
    • Image and link are initialized when createLink or insertImage is not set too.
    • No padding bottom for image when aligned center.

v1.0.5

08 Feb 23:36
Compare
Choose a tag to compare
  • Picture popup stays active when you click a button from it.
  • Improve list support.
  • Cleanup after link/unlink.
  • Editor gets active when you release mouse outside it and there is a selection.
  • Update placeholder style.
  • getHTML method cleans up the returned html.
  • Bug fixing
    • Fix headings style.
    • Fix destroy method.
    • Fix buletted typo.
    • Clicking inside the link/image popup do not close it anymore.

v1.0.4

06 Feb 21:31
Compare
Choose a tag to compare
  • Improve touch support.
  • Fix list issues.
  • Hitting tab will insert 4 blank spaces.
  • Disable image drag in order to prevent loosing text formatting.
  • Hitting ctrl + f will show the editor.

v1.0.2

03 Feb 00:23
Compare
Choose a tag to compare
  • Refactor popup code:
    • Stop propagation instead of testing selection.
    • Image editor is part of the main editor.
    • Generic methods to show a specific popup.
  • Insert ul / ol improvements.
  • Html command style fixes.
  • Button style fixes for small screen devices.
  • Css fixing
  • Bug fixing:
    • Image loader hides after uploading image.
    • Error during upload is ignored unless callback is set.

v1.0.3

03 Feb 14:04
Compare
Choose a tag to compare