Skip to content

Commit ac99666

Browse files
authored
Merge pull request #661 from ckeditor/release-20260319
Changelog for v11.1.0-alpha.1
2 parents 000af60 + 3b9f5de commit ac99666

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: Fix
3+
closes:
4+
- https://github.com/ckeditor/ckeditor5-react/issues/659
5+
---
6+
7+
Fixed incorrect nightly version detection.

CHANGELOG.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## [11.1.0-alpha.1](https://github.com/ckeditor/ckeditor5-react/compare/v11.1.0-alpha.0...v11.1.0-alpha.1) (March 19, 2026)
5+
6+
### Bug fixes
7+
8+
* Fixed incorrect nightly version detection. Closes [#659](https://github.com/ckeditor/ckeditor5-react/issues/659).
9+
10+
411
## [11.1.0-alpha.0](https://github.com/ckeditor/ckeditor5-react/compare/v11.0.1...v11.1.0-alpha.0) (March 17, 2026)
512

613
### Features
@@ -37,21 +44,6 @@ Changelog
3744

3845
* Update imports to match CKEditor 5 v46. Closes [#602](https://github.com/ckeditor/ckeditor5-react/issues/602). ([commit](https://github.com/ckeditor/ckeditor5-react/commit/8bfcfa65593af622190fed284d44132e4060fc28))
3946

40-
## [10.0.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.5.0...v10.0.0) (2025-06-25)
41-
42-
### BREAKING CHANGES
43-
44-
* Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
45-
46-
### Bug fixes
47-
48-
* Ensured `onError` callback is invoked correctly when `disableWatchdog` is true or during watchdog initialization failure. ([commit](https://github.com/ckeditor/ckeditor5-react/commit/284579cad663924e812cf3f931c0ad310ab47445))
49-
* Prevented editor crash when the `disabled` prop changes during initialization. ([commit](https://github.com/ckeditor/ckeditor5-react/commit/284579cad663924e812cf3f931c0ad310ab47445))
50-
51-
### Other changes
52-
53-
* Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. ([commit](https://github.com/ckeditor/ckeditor5-react/commit/06ce665af5dc1b158c6d06fdbb0ac664cbad1c86))
54-
5547
---
5648

5749
To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-react/releases).

0 commit comments

Comments
 (0)