Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-build-decoupled-document

v1.0.0-beta.3

10 Apr 09:34
Compare
Choose a tag to compare

NOTE

This release followed v1.0.0-beta.2 immediately to fix the issue mentioned below. Therefore, when upgrading from v1.0.0-beta.1 make sure to also check v1.0.0-beta.2 release notes.

Bug fixes

v1.0.0-beta.2

10 Apr 08:58
Compare
Choose a tag to compare

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.

v1.0.0-beta.1

15 Mar 11:49
Compare
Choose a tag to compare

Features

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