Skip to content

Releases: froala/wysiwyg-editor

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