Skip to content

Releases: Voog/wysihtml

0.6.0-beta1

01 Sep 08:25
Compare
Choose a tag to compare
0.6.0-beta1 Pre-release
Pre-release
  • Fixes a webkit issue where last character of a link can not be edited
  • Adds HR command
  • Fixes issue of selections/autofocus being lost after loading wysihtml javacript (polyfill tests did not restore selection)

0.6.0-beta

13 May 11:16
Compare
Choose a tag to compare
0.6.0-beta Pre-release
Pre-release

Version 0.6.0 will bring breaking changes

  • Object namespace is now wysihtyml (was previously wysihtml5). This change includes all classnames and event names.
  • The default toolbar is separated to independent module (wysihtml.toolbar.js) and must be added separately if used.
  • Full command set for backwards compatibility is not bundled and separated to wysihtml.all-commands.js module. Most commands there directly map to formatBlock or formatInline commands and are thus optional and can be replaced with these internal commands.
  • Table editing features are now as a separate module

0.5.5

06 Jan 12:30
Compare
Choose a tag to compare
  • Fixes some editing issues with IE proprietary control selection

0.5.4

18 Dec 10:08
Compare
Choose a tag to compare
  • Fixes some errors of inserting block nodes on blank last line (mostly chrome and safari)
  • Fixes some errors of merging contents of block nodes on delete
  • Fixes IE list toggle issue

0.5.3

09 Dec 09:46
Compare
Choose a tag to compare
  • Removed automatic forced title attributes on links and images
  • Improved line breaks addition/removal when applying/removing format with formatBlock command
  • Improve (and unify cross-browser) enter and backspace handling in and around lists (espacially IE)
  • Fix IE list inserting problem where only one bullet is inserted on multi-line selection
  • Improve block level elements merge when using backspace key
  • formatBlock on last empty line of a block element now adds new block instead of changing format of the whole block
  • Add double enter escapes block elements in useLineBreaks mode (optional, can be turned off setting parameter doubleLineBreakEscapesBlock: false)
  • Fixes un-editable container delete problem in IE

0.5.2

10 Nov 10:20
Compare
Choose a tag to compare
  • Fixes some formatBlock nesting problems (mainly with lists)
  • Adds formatBlock to .remove() command
  • Improves selection and line breaks adding/removing of formatBlock
  • Fixes formatInline classRegExp not used to replace similar classes
  • IE8 is no longer supported

0.5.1

28 Oct 12:35
Compare
Choose a tag to compare
  • Fixes parser adding empty class attributes to tags

0.5.0

27 Oct 11:59
Compare
Choose a tag to compare
  • Fixes Microsoft Edge pasting plaintext problem
  • Fixes Microsoft Edge BR with class null entered with enter keypress
  • .getValue() and .setValue() commands parse content as default (parameter must be set false to bypass cleanup)
  • .cleanUp() function now accepts optional rules parameter
  • Fixes set_class not working correctly in parser rules

0.5.0-beta14

20 Oct 12:55
Compare
Choose a tag to compare
0.5.0-beta14 Pre-release
Pre-release
  • Adds editor.destroy() method
  • Adds alignJustifyStyle command
  • Adds IE Edge support
  • Fixes issue of inserting ā in windows
  • Fixes issue where wysihtml.js script has to be inside body (error if in head)
  • Some stability updates

0.5.0-beta13

18 Aug 11:23
Compare
Choose a tag to compare
0.5.0-beta13 Pre-release
Pre-release

Fixes node.normalize polyfill failing to restore cursor in some cases