Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

1.0.0b7 (Beta 7): De-listing

Pre-release
Pre-release
Compare
Choose a tag to compare
@winhamwr winhamwr released this 30 Jun 21:33
· 1408 commits to master since this release

release-date June 30, 2014

Enhancements

  • Hooray de-listing! It's taken a while to get here, but you can now remove
    items from lists by hitting the "ordered list" or "unordered list" buttons
    when you have list items selected. No more getting stuck in list land, a land
    from whence there is no escape!

Backwards-Incompatible Changes

  • Since Beta 6, WYMeditor.editor.selected and WYMeditor.editor.container
    were replaced with WYMeditor.editor.selectedContainer and
    WYMeditor.editor.mainContainer, respectively. This was done without
    properly deprecating them. The old functions were removed. In this beta
    release, the old functions are re-introduced as wrappers of the new functions
    and they produce deprecation warnings.
    ##538
  • WYMeditor.editor.switchTo no longer sets the caret into the
    switched element by default.
    #540