Skip to content

Commit

Permalink
Docs: Changelog. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Apr 12, 2022
1 parent 167b217 commit d42b53d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## [3.0.0](https://github.com/ckeditor/ckeditor5-vue2/compare/v2.0.0...v3.0.0) (2022-04-12)

### 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](https://github.com/ckeditor/ckeditor5/issues/10496).

### Other changes

* Aligned the `<CKEditor>` component API to use the new lock mechanism when enabling/disabling the read-only mode. ([commit](https://github.com/ckeditor/ckeditor5-vue2/commit/167b217aaadae976e238ee70c28c6d70b7b3b3d6))
* Bumped Karma test runner to v6.x. Closes [#18](https://github.com/ckeditor/ckeditor5-vue2/issues/18). ([commit](https://github.com/ckeditor/ckeditor5-vue2/commit/d81d794d07c8362f7efc31541228dc010b5cface))


## [2.0.0](https://github.com/ckeditor/ckeditor5-vue2/compare/v1.0.5...v2.0.0) (2022-03-17)

### BREAKING CHANGES
Expand Down

0 comments on commit d42b53d

Please sign in to comment.