Releases: Voog/wysihtml
Releases · Voog/wysihtml
0.5.0-beta12
- 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
- Minor release that fixes some misbehaviours in Safari
0.5.0-beta10
- Fixes issue where block level elements can be inserted into inline elements on some cases
0.5.0-beta9
- New formatInline logic (and syntax). Fixes most current inline formating issues (bold/italic/colors/etc.)
0.5.0-beta8
- 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
- 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
- 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
- Fixes IE and webkit erroneous handling
- Corrects bower.json usage
0.5.0-beta4
- Adds sub- and superscript commands
- Fixes errors mainly with IE8 and 9
0.5.0-beta3
- Fixes IE9 error if classList polyfill present allready
- Fix #78 Preserve cursor position on editor.cleanUp()
- Fix table cells selection is broken