|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +## [50.1.1](https://github.com/ckeditor/ckeditor5-dev/compare/v50.1.0...v50.1.1) (June 11, 2025) |
| 5 | + |
| 6 | +### Bug fixes |
| 7 | + |
| 8 | +* **[changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog)**: The template file for the changelog entries generator is included in the published package to avoid issues when using the `ckeditor5-dev-changelog-create-entry` binary script. Closes [ckeditor/ckeditor5#18665](https://github.com/ckeditor/ckeditor5/issues/18665). |
| 9 | + |
| 10 | +### Released packages |
| 11 | + |
| 12 | +Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
| 13 | + |
| 14 | +<details> |
| 15 | +<summary>Released packages (summary)</summary> |
| 16 | + |
| 17 | +Other releases: |
| 18 | + |
| 19 | +* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/50.1.1): v50.1.0 => v50.1.1 |
| 20 | +* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/50.1.1): v50.1.0 => v50.1.1 |
| 21 | +* [@ckeditor/ckeditor5-dev-changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog/v/50.1.1): v50.1.0 => v50.1.1 |
| 22 | +* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/50.1.1): v50.1.0 => v50.1.1 |
| 23 | +* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/50.1.1): v50.1.0 => v50.1.1 |
| 24 | +* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/50.1.1): v50.1.0 => v50.1.1 |
| 25 | +* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/50.1.1): v50.1.0 => v50.1.1 |
| 26 | +* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/50.1.1): v50.1.0 => v50.1.1 |
| 27 | +* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/50.1.1): v50.1.0 => v50.1.1 |
| 28 | +* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/50.1.1): v50.1.0 => v50.1.1 |
| 29 | +* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/50.1.1): v50.1.0 => v50.1.1 |
| 30 | +* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/50.1.1): v50.1.0 => v50.1.1 |
| 31 | +* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/50.1.1): v50.1.0 => v50.1.1 |
| 32 | +</details> |
| 33 | + |
| 34 | + |
4 | 35 | ## [50.1.0](https://github.com/ckeditor/ckeditor5-dev/compare/v50.0.0...v50.1.0) (June 10, 2025)
|
5 | 36 |
|
6 | 37 | ### Features
|
@@ -159,70 +190,6 @@ Other releases:
|
159 | 190 | * [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.1): v49.0.0 => v49.0.1
|
160 | 191 | </details>
|
161 | 192 |
|
162 |
| - |
163 |
| -## [49.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/v48.0.0...v49.0.0) (2025-05-05) |
164 |
| - |
165 |
| -### MAJOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
166 |
| - |
167 |
| -* **[docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs)**: The API docs builder requires `typedoc` in version 0.28 or higher. |
168 |
| -* **[tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests)**: The manual tests script will now load a default predefined identity file, if it exists. |
169 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: The TypeDoc plugins require the `typedoc` dependency in a version `0.28` or higher. |
170 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: CKEditor 5 events are stored in the `#ckeditor5Events` property on a class or interface declaration. |
171 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: CKEditor 5 errors can be recognized by the `#isCKEditor5Error` flag on a declaration. |
172 |
| - |
173 |
| -### MINOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
174 |
| - |
175 |
| -* **[docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs)**: The `strict` option passed as a modifier to the `build()` function should be wrapped into the `validatorOptions` object. |
176 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: Parameters of CKEditor 5 events and errors are now stored in the `#parameters` property (instead of `#typeParameters`). |
177 |
| - |
178 |
| -### Features |
179 |
| - |
180 |
| -* **[build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools)**: Migrate from `lodash-es` to `es-toolkit`. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/49482f89b56806742614e6e00b18a6396785603f)) |
181 |
| -* **[dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker)**: Treat paths used in `import.meta.resolve` as potential dependencies. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/b679fdf91e61905ff4d4362e28e666c9f73d1812)) |
182 |
| -* **[dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker)**: Improve performance. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/b679fdf91e61905ff4d4362e28e666c9f73d1812)) |
183 |
| -* **[docs ](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs)**: Support for `[email protected]`. The package uses the latest ( `0.28.4`) TypeDoc release when introducing this change. ( [commit ](https://github.com/ckeditor/ckeditor5-dev/commit/f2a4737c18c9f665b5a232b01fb07832ee624632)) |
184 |
| -* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Migrate from `lodash-es` to `es-toolkit`. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/49482f89b56806742614e6e00b18a6396785603f)) |
185 |
| -* **[tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests)**: The manual tests script will now load a default predefined identity file, if it exists. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/6cc2895e4a9fdbbbaf8ccc7027ba714ea897d62a)) |
186 |
| -* **[tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests)**: Migrate from `lodash-es` to `es-toolkit`. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/49482f89b56806742614e6e00b18a6396785603f)) |
187 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Block requests from `IGNORED_HOSTS`. ([#1117](https://github.com/ckeditor/ckeditor5-dev/issues/1117)). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/2a2a3b4d5b65c8e17cb8f3375ac2a4f26f123587)) |
188 |
| -* Update most outdated dependencies. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/49482f89b56806742614e6e00b18a6396785603f)) |
189 |
| - |
190 |
| -### Other changes |
191 |
| - |
192 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: Introduced the `validate()` function that checks if the converted documentation is error-free. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/f2a4737c18c9f665b5a232b01fb07832ee624632)) |
193 |
| - |
194 |
| - The following cases are verified: |
195 |
| - |
196 |
| - * An event in the `@fires` tag exists. |
197 |
| - * An identifier in the `@link` tag points to an existing doclet. |
198 |
| - * A module name matches the path to the file where the module is defined. |
199 |
| - * Overloaded methods and functions are described with the mandatory and unique `@label` tag. |
200 |
| - * An identifier in the `@see` tag points to an existing doclet. |
201 |
| -* **[typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins)**: Improved processing parameters of the CKEditor 5 error definitions. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/f2a4737c18c9f665b5a232b01fb07832ee624632)) |
202 |
| - |
203 |
| -### Released packages |
204 |
| - |
205 |
| -Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
206 |
| - |
207 |
| -<details> |
208 |
| -<summary>Released packages (summary)</summary> |
209 |
| - |
210 |
| -Releases containing new features: |
211 |
| - |
212 |
| -* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/49.0.0): v48.0.0 => v49.0.0 |
213 |
| -* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/49.0.0): v48.0.0 => v49.0.0 |
214 |
| -* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/49.0.0): v48.0.0 => v49.0.0 |
215 |
| -* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/49.0.0): v48.0.0 => v49.0.0 |
216 |
| -* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/49.0.0): v48.0.0 => v49.0.0 |
217 |
| -* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/49.0.0): v48.0.0 => v49.0.0 |
218 |
| -* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/49.0.0): v48.0.0 => v49.0.0 |
219 |
| -* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/49.0.0): v48.0.0 => v49.0.0 |
220 |
| -* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/49.0.0): v48.0.0 => v49.0.0 |
221 |
| -* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/49.0.0): v48.0.0 => v49.0.0 |
222 |
| -* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/49.0.0): v48.0.0 => v49.0.0 |
223 |
| -* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.0): v48.0.0 => v49.0.0 |
224 |
| -</details> |
225 |
| - |
226 | 193 | ---
|
227 | 194 |
|
228 | 195 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-dev/releases).
|
0 commit comments