Skip to content

Release v1.1.4

Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 05 May 21:19
· 3119 commits to master since this release
  • 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.