CHANGELOG.md 7.3 KB

Changelog

1.0.0-beta.3 (2018-04-10)

Bug fixes

1.0.0-beta.2 (2018-04-10)

Note: Make sure to see the BREAKING CHANGES section below.

Dependencies

Major releases (contain breaking changes):

Other changes

BREAKING CHANGES

  • The global variable exported by the build is now called DecoupledEditor instead of DecoupledDocumentEditor. See #6.
  • The config options config.toolbarContainer and config.editableContainer have been removed. Please refer to the DecoupledEditor class API documentation to learn about possible methods of bootstrapping the UI.

1.0.0-beta.1 (2018-03-15)

Features

  • Implemented the document editor build on top of the decoupled editor. Closes #1. (5bf2a07)