Releases: Voog/wysihtml
Releases · Voog/wysihtml
0.4.9
- 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
- Improvements in list indent outdent handling
- Add insertBlockQuote command and remove blockquote creation from formatBlock
0.4.7
0.4.6
0.4.5
wysihtml5x 0.4.4
- 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
- Adds command "formatCode"
- Fixes some IE8 mayor bugs
wysihtml5x 0.4.2
- Adds cell selection events "tableselectstart", "tableselectchange"
- Fixes configuration file issue of overriding link target attribute
- Add bower support
wysihtml5x 0.4.1
- "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
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