Skip to content

Release v1.1.8

Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 23 Aug 23:01
· 3055 commits to master since this release
  • Add linkClasses option.
  • Add headers option.
  • Add withCredentials option.
  • Add focus event.
  • Add blur event.
  • Add initialized event.
  • Improve cleanup methods
  • Cleanup on paste from Word.
  • Improve XSS filters.
  • Paste cleanup improvements.
  • Add popup for editing video.
  • New algorithm to clean the HTML output.
  • Separate stylesheet for page style - froala_page.css.
  • Add HTML code style by default from the editor.
  • Add Hebrew language.
  • Bug fixing
    • Other editors are still visible when initOnClick is used and text is selected for the first time.
    • insertHTML cursor was not always at the end.
    • blockStyleToggle option was not working correctly.
    • Hide image popup when another image is selected.
    • Mistype Embeded instead of Embedded.
    • Switch from UL list to OL.
    • Flickering when removing a list.
    • Aligning a table cell was applying the new alignment to everything after it.
    • $.noConflict was not working.
    • Adding new row was not possible sometimes.
    • Foreign letter could not be introduced using ALT + key.
    • HTML view was loosing focus sometimes, specially in IE 11.
    • setHTML was getting focus from everything else on the page.
    • Lists were not working in Safari when hitting enter
    • Insert same image twice was not possible in Chrome
    • Methods will return the value for the first element in the collection; not an array of the return values for all elements.
    • Changes were not reflected when form was submitted in HTML mode.
    • Accept all 200 codes from the server
  • Deprecated
    • Callbacks are deprecated in favor of events.
  • Removed
    • enableScript option was removed to prevent XSS.
    • imageMargin option was removed in favor of setting it from CSS.