Skip to content

Release 1.2.6

Compare
Choose a tag to compare
@stefanneculai stefanneculai released this 22 Feb 09:46
· 2746 commits to master since this release
  • Reflect in UI the disable state.
  • Placeholder has no longer italic style.
  • Default linkAutoPrefix value is empty string instead of false.
  • Popups are closed when the window is resized.
  • Enter is no longer copying the style of the previous block element.
  • Allow video preview in all browsers.
  • Check TAB by testing the charCode instead of the string itself.
  • Improve Russian translation.
  • Add allowScript option.
  • Add allowStyle option.
  • Add fullPage option.
  • Add unsupportedAgents option.
  • Add maxCharNumberExceeded event.
  • Bug fixing
    • Adding space in PRE was moving the cursor at the beginning.
    • Comments from Word were not cleared all the time.
    • Extra new line was added in FF when deleting an empty line.
    • Hitting enter a blank LI was placing the cursor badly in Chrome.
    • Deleting multiple rows in table was raising an error.
    • XSS vulnerability when pasting JS code.
    • Images near link tag were wrapped inside it.
    • New lines were not replaced by space when the editor was initialized.
    • Form inputs were stripped out when the editor is empty.
    • Backspace was not working when a video was selected.
    • Clicking on the arrow of the predefined link list was not toggling it.
    • Editor was not initializing when it got focus and initOnClick was true.
    • Fix RegEx used to determine tag name.
    • Including language was overriding the direction option.
    • Buttons on the page were not working on iOS when the editor got disabled.
    • frTag class was still added when autosave was used.
    • Adding functions to Array.prototype was adding bad style to elements.
    • Images from clipboard could not be pasted sometimes.
    • List fixes when using headings inside.
    • Fix spaces were removed when list was created in FF.
    • Fix allowedBlankTags were not working all the time.