Skip to content

wysihtml5x 0.4.0

Compare
Choose a tag to compare
@pulges pulges released this 12 Dec 12:16
· 577 commits to master since this release

An extended and less strict approach on xing/wysihtml5.

Added features:

  • Can be used without iframe sandbox when initiated on div instead of textarea
  • Blocking of image drag drop in editable is removed
  • Table insertion management and cell merging commands
  • Improved parser with options to: unwrap tag instead of remove, keep defined styles, complex object type definitions for allowing elements.
  • Ability to add uneditable area inside editor text flow (useful when building modules like video tools, advanced image editor etc.)
  • Improved formatblock handling
  • Ability for user to remove formating with only collapsed caret. (without having to select exactly whole text)
  • Anchor creating and removing logic changed
  • Default build is now without internal toolbar functions. Build with "-toolbar" suffix contains default toolbar functions