Releases: ckeditor/ckeditor5-angular
Releases · ckeditor/ckeditor5-angular
v6.0.0-alpha.0
Release highlights
This release introduces improved TypeScript support for better code suggestion and completion.
BREAKING CHANGES
- Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
- Upgraded the minimal versions of Node.js to
16.0.0
due to the end of LTS.
Features
- Migrate package to TypeScript. Closes ckeditor/ckeditor5#13541. (commit)
Other changes
- Updated the required version of Node.js to 16. (commit)
v5.2.0
v5.1.1
v5.1.0
Features
- Added an optional option called
disableTwoWayDataBinding
that allows disabling the two-way data binding. It increases performance when working with large documents. Closes #141. (commit)
Bug fixes
- Aligned the
window.CKEDITOR_VERSION
type with the community typings. Closes #342. (commit)
Other changes
- Marked the
@ckeditor/ckeditor5-watchdog
package as a dependency.
v5.0.0
BREAKING CHANGES
- The minimal supported version of Angular by the
<CKEditor>
component is 13. - Make sure to install the
@ckeditor/ckeditor5-watchdog
package that is defined as a peer dependency of the<CKEditor>
component in your integration.
Other changes
- Upgraded dependencies to fix vulnerability issues. (commit)
v4.0.0
BREAKING CHANGES
- Due to introducing the lock mechanism for the
Editor#isReadOnly
property, the<CKEditor>
component uses the new way of enabling the read-only mode in the editor. The component requires an instance of CKEditor 5 in version 34 or higher. See ckeditor/ckeditor5#10496.
Other changes
v3.0.0
v2.0.2
v2.0.1
v2.0.0
BREAKING CHANGES
- Angular<9 will not work with the new
ckeditor5-angular
library anymore (it's mostly connected with an update of TypeScript to version TS 4.0, which produces declaration files incompatible with the previous TypeScript versions used by older versions of Angular).