Skip to content

Releases: Voog/wysihtml

0.4.9

17 Jun 11:20
Compare
Choose a tag to compare
  • Prevent possible errors when uneditable element is passed through in parser
  • getValue api changed so passing no parameter will parse and remove all possible internals on result. Takes two parameters getValue(true /* parse content */, true /* ensure removal of all internals and selection markers */)

0.4.8: Merge pull request #51 from Edicy/blockquote_separation

09 Jun 08:45
Compare
Choose a tag to compare
  • Improvements in list indent outdent handling
  • Add insertBlockQuote command and remove blockquote creation from formatBlock

0.4.7

02 Jun 08:03
Compare
Choose a tag to compare
  • Fixes mayor bug that prevents deleting some elements.

0.4.6

02 Jun 07:16
Compare
Choose a tag to compare
  • Added "hasVisibleContent" to parser check methods to clean up empty elements
  • Added list indent and outdent commands
  • TAB key handling is now optional and can be turned off
  • Minor bug fixes

0.4.5

06 May 12:49
Compare
Choose a tag to compare
  • Added "add_style" to parser rules
  • Added function "any" as parser class parameter to pass all classes
  • Some errors fixed

wysihtml5x 0.4.4

25 Apr 12:46
Compare
Choose a tag to compare
  • Adds TAB key support
  • Improves list handling and adds possibility to create nested lists
  • Improved behaviour of commands that rely on formatInline
  • Added text alignment with style commands (alignLeftStyle, alignRightStyle, alignCenterStyle)
  • Changes to grunt build rather than makefile
  • Updated to newer rangy 1.3alpha
  • Dropped Old Opera 12 support
  • Minor bug fixes

wysihtml5x 0.4.3

04 Mar 15:02
Compare
Choose a tag to compare
  • Adds command "formatCode"
  • Fixes some IE8 mayor bugs

wysihtml5x 0.4.2

13 Feb 08:50
Compare
Choose a tag to compare
  • Adds cell selection events "tableselectstart", "tableselectchange"
  • Fixes configuration file issue of overriding link target attribute
  • Add bower support

wysihtml5x 0.4.1

28 Jan 09:46
Compare
Choose a tag to compare
  • "createTable" command has one additional parameter "tableStyle" accepting CSS string
  • Selecting more than one table cell removes conflicting text selection
  • Table api has now canMerge function for checking if cell merging is allowed on cells selected
  • Method "any" added to Parser rules check_attributes enabling all attributes values to pass
  • Various bugs fixed

wysihtml5x 0.4.0

12 Dec 12:16
Compare
Choose a tag to compare

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