Skip to content

Version 1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhchen jhchen released this 10 May 00:55
· 2279 commits to develop since this release

Weekly beta preview release.

Breaking Changes

  • Toolbar only attaches to <button> and <select> elements
  • Toolbar uses button value attribute, instead of data-value
  • Toolbar handlers overwrite default handlers instead of possibly cascading
  • Deprecate keyboard removeBinding and removeAllBindings

Features

  • Expose default keyboard bindings in configuration
  • Add context listener to keyboard bindings

Bug Fixes

  • Error when cursor places next to video embed #644
  • Selection removed when clicking on a menu button in the toolbar #645
  • Editor looses focus in FF after typing two bold characters #646
  • Get rid of resize boxes in code in IE11 0ad636
  • Text direction icon should flip the arrow when pressed #651
  • Not possible to combine direction:rtl with text-align:left #652

Thanks to @benbro for the bug reports for this release!