|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +## [50.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/v49.0.2...v50.0.0) (2025-06-09) |
| 5 | + |
| 6 | +### MAJOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
| 7 | + |
| 8 | +* Updated the required version of Node.js to 22. |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* **[dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker)**: Added the `checkVersionMatch()` function, which verifies if all the dependency versions defined in `package.json` are consistent across the entire repository. Closes [ckeditor/ckeditor5#18579](https://github.com/ckeditor/ckeditor5/issues/18579). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/55ed171024c42819187d1650cbcadd33aabe9f1f)) |
| 13 | + |
| 14 | +### Other changes |
| 15 | + |
| 16 | +* The repository now uses ESLint v9. Therefore, the required Node.js version has been upgraded to 22 to match the ESLint requirements. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/93bdfb37f520c3387d93365e3a4433b5f74fbc01)) |
| 17 | + |
| 18 | +### Released packages |
| 19 | + |
| 20 | +Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
| 21 | + |
| 22 | +<details> |
| 23 | +<summary>Released packages (summary)</summary> |
| 24 | + |
| 25 | +Releases containing new features: |
| 26 | + |
| 27 | +* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/50.0.0): v49.0.2 => v50.0.0 |
| 28 | +* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/50.0.0): v49.0.2 => v50.0.0 |
| 29 | +* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/50.0.0): v49.0.2 => v50.0.0 |
| 30 | + |
| 31 | +Other releases: |
| 32 | + |
| 33 | +* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/50.0.0): v49.0.2 => v50.0.0 |
| 34 | +* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/50.0.0): v49.0.2 => v50.0.0 |
| 35 | +* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/50.0.0): v49.0.2 => v50.0.0 |
| 36 | +* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/50.0.0): v49.0.2 => v50.0.0 |
| 37 | +* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/50.0.0): v49.0.2 => v50.0.0 |
| 38 | +* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/50.0.0): v49.0.2 => v50.0.0 |
| 39 | +* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/50.0.0): v49.0.2 => v50.0.0 |
| 40 | +* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/50.0.0): v49.0.2 => v50.0.0 |
| 41 | +* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/50.0.0): v49.0.2 => v50.0.0 |
| 42 | +</details> |
| 43 | + |
| 44 | + |
4 | 45 | ## [49.0.2](https://github.com/ckeditor/ckeditor5-dev/compare/v49.0.1...v49.0.2) (2025-05-19) |
5 | 46 |
|
6 | 47 | ### Bug fixes |
@@ -180,40 +221,6 @@ Other releases: |
180 | 221 | * [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/48.0.0): v47.1.1 => v48.0.0 |
181 | 222 | </details> |
182 | 223 |
|
183 | | - |
184 | | -## [47.1.1](https://github.com/ckeditor/ckeditor5-dev/compare/v47.1.0...v47.1.1) (2025-04-03) |
185 | | - |
186 | | -### Bug fixes |
187 | | - |
188 | | -* **[build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools)**: Prioritize `.ts` over `.js` files. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/747f9f3ef1ed0bcac2becf6a97198692e89efbe8)) |
189 | | - |
190 | | -### Other changes |
191 | | - |
192 | | -* **[translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations)**: Added the Belarusian language to the supported list. Closes [ckeditor/ckeditor5#18229](https://github.com/ckeditor/ckeditor5/issues/18229). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/9b346cbea65a47ad21afd70a7325de638e1164ed)) |
193 | | - |
194 | | -### Released packages |
195 | | - |
196 | | -Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
197 | | - |
198 | | -<details> |
199 | | -<summary>Released packages (summary)</summary> |
200 | | - |
201 | | -Other releases: |
202 | | - |
203 | | -* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/47.1.1): v47.1.0 => v47.1.1 |
204 | | -* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/47.1.1): v47.1.0 => v47.1.1 |
205 | | -* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/47.1.1): v47.1.0 => v47.1.1 |
206 | | -* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/47.1.1): v47.1.0 => v47.1.1 |
207 | | -* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/47.1.1): v47.1.0 => v47.1.1 |
208 | | -* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/47.1.1): v47.1.0 => v47.1.1 |
209 | | -* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/47.1.1): v47.1.0 => v47.1.1 |
210 | | -* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/47.1.1): v47.1.0 => v47.1.1 |
211 | | -* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/47.1.1): v47.1.0 => v47.1.1 |
212 | | -* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/47.1.1): v47.1.0 => v47.1.1 |
213 | | -* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/47.1.1): v47.1.0 => v47.1.1 |
214 | | -* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/47.1.1): v47.1.0 => v47.1.1 |
215 | | -</details> |
216 | | - |
217 | 224 | --- |
218 | 225 |
|
219 | 226 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-dev/releases). |
0 commit comments