Skip to content

Releases: Voog/wysihtml

0.5.0-beta12

31 Jul 13:10
Compare
Choose a tag to compare
0.5.0-beta12 Pre-release
Pre-release
  • Fixes a many toolbar handling errors
  • Fixes formatBlock misbehaviours: in Safari selected content can be lost in some cases, acting on outer div if heading and paragraph elements are contained in div.
  • Fixes behaviour when deleting with caret in beginning of LI outdents list. Shift+tab will to do this instead.
  • Fixed deleting into block element wrapping contents wrong sometimes
  • Fixed ctrl/meta + a not being able to select content in webkit if uneditable block element is first or last in editable area.

0.5.0-beta11

01 Jul 11:21
Compare
Choose a tag to compare
0.5.0-beta11 Pre-release
Pre-release
  • Minor release that fixes some misbehaviours in Safari

0.5.0-beta10

04 Jun 11:36
Compare
Choose a tag to compare
0.5.0-beta10 Pre-release
Pre-release
  • Fixes issue where block level elements can be inserted into inline elements on some cases

0.5.0-beta9

02 Jun 11:59
Compare
Choose a tag to compare
0.5.0-beta9 Pre-release
Pre-release
  • New formatInline logic (and syntax). Fixes most current inline formating issues (bold/italic/colors/etc.)

0.5.0-beta8

16 Mar 14:31
Compare
Choose a tag to compare
0.5.0-beta8 Pre-release
Pre-release
  • Fixes table cell selector escaping editable context
  • Fixes some list toggling issues
  • Fixes object merge for ie8 and its usage on init

0.5.0-beta7

06 Mar 12:05
Compare
Choose a tag to compare
0.5.0-beta7 Pre-release
Pre-release
  • Makes main element classnames including placeholder configurable and prefixed (NB! .placeholder class is now .wysihtml5-placeholder)
  • Changes API by grouping class names under classNames option
  • Functions passed to check_attribute methods have now second argument node name
  • Functions passed to check_attribute methods can now decide if empty argument value will delete the attribute or keep empty value ("" vs null)
  • Fixes an incorrect array iteration that could cause errors if Array prototype is extended

0.5.0-beta6

03 Mar 14:25
Compare
Choose a tag to compare
0.5.0-beta6 Pre-release
Pre-release
  • Makes html editing view available for div (iframeless) mode
  • Parser rules check_attributes accepts now functions for more flexible custmizaton
  • Fixes last line break deletion in table cell
  • Created tables do not fill cells with non-breakable spaces anymore

0.5.0-beta5

17 Feb 13:37
Compare
Choose a tag to compare
0.5.0-beta5 Pre-release
Pre-release
  • Fixes IE and webkit erroneous handling
  • Corrects bower.json usage

0.5.0-beta4

29 Jan 11:35
Compare
Choose a tag to compare
0.5.0-beta4 Pre-release
Pre-release
  • Adds sub- and superscript commands
  • Fixes errors mainly with IE8 and 9

0.5.0-beta3

17 Dec 14:33
Compare
Choose a tag to compare
0.5.0-beta3 Pre-release
Pre-release
  • Fixes IE9 error if classList polyfill present allready
  • Fix #78 Preserve cursor position on editor.cleanUp()
  • Fix table cells selection is broken