|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +## [50.1.0](https://github.com/ckeditor/ckeditor5-dev/compare/v50.0.0...v50.1.0) (June 10, 2025) |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **[changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog)**: Initial version of the `@ckeditor/ckeditor5-dev-changelog` package that uses markdown files as the source of changelogs instead of Git commits. Closes [ckeditor/ckeditor5#18051](https://github.com/ckeditor/ckeditor5/issues/18051). |
| 9 | +* **[utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils)**: Created new namespaces: `workspaces` and `npm`. |
| 10 | + |
| 11 | + * `workspaces` exposes the following functions: |
| 12 | + * `findPathsToPackages()` |
| 13 | + * `getPackageJson()` |
| 14 | + * `getRepositoryUrl()` |
| 15 | + * `npm` exposes the following functions: |
| 16 | + * `checkVersionAvailability()` |
| 17 | + * `manifest()` - a wrapper over the `packote` package that prevents using any cache |
| 18 | + * `packument()` - as above. |
| 19 | +* **[utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils)**: Added a new function to the `tools` namespace: `tools.commit()`. See [ckeditor/ckeditor5#18051](https://github.com/ckeditor/ckeditor5/issues/18051). |
| 20 | + |
| 21 | +### Other changes |
| 22 | + |
| 23 | +* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: The `checkVersionAvailability()` and `findPathsToPackages()` functions exported by the `@ckeditor/ckeditor5-dev-release-tools` package have been moved to the `@ckeditor/ckeditor5-dev-utils` package. |
| 24 | + |
| 25 | + For backward compatibility, they are still available in the `@ckeditor/ckeditor5-dev-release-tools` package and will be removed in the next major release. |
| 26 | + |
| 27 | +### Released packages |
| 28 | + |
| 29 | +Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
| 30 | + |
| 31 | +<details> |
| 32 | +<summary>Released packages (summary)</summary> |
| 33 | + |
| 34 | +New packages: |
| 35 | + |
| 36 | +* [@ckeditor/ckeditor5-dev-changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog/v/50.1.0): v50.1.0 |
| 37 | + |
| 38 | +Releases containing new features: |
| 39 | + |
| 40 | +* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/50.1.0): v50.0.0 => v50.1.0 |
| 41 | + |
| 42 | +Other releases: |
| 43 | + |
| 44 | +* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/50.1.0): v50.0.0 => v50.1.0 |
| 45 | +* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/50.1.0): v50.0.0 => v50.1.0 |
| 46 | +* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/50.1.0): v50.0.0 => v50.1.0 |
| 47 | +* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/50.1.0): v50.0.0 => v50.1.0 |
| 48 | +* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/50.1.0): v50.0.0 => v50.1.0 |
| 49 | +* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/50.1.0): v50.0.0 => v50.1.0 |
| 50 | +* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/50.1.0): v50.0.0 => v50.1.0 |
| 51 | +* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/50.1.0): v50.0.0 => v50.1.0 |
| 52 | +* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/50.1.0): v50.0.0 => v50.1.0 |
| 53 | +* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/50.1.0): v50.0.0 => v50.1.0 |
| 54 | +* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/50.1.0): v50.0.0 => v50.1.0 |
| 55 | +</details> |
| 56 | + |
| 57 | + |
4 | 58 | ## [50.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/v49.0.2...v50.0.0) (2025-06-09)
|
5 | 59 |
|
6 | 60 | ### MAJOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes)
|
@@ -169,58 +223,6 @@ Releases containing new features:
|
169 | 223 | * [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.0): v48.0.0 => v49.0.0
|
170 | 224 | </details>
|
171 | 225 |
|
172 |
| - |
173 |
| -## [48.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/v47.1.1...v48.0.0) (2025-04-22) |
174 |
| - |
175 |
| -### MAJOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
176 |
| - |
177 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Bump `puppeteer` to `^24.0.0`. |
178 |
| - |
179 |
| -### MINOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
180 |
| - |
181 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Renamed the `noSpinner` option to `silent`. |
182 |
| - |
183 |
| -### Features |
184 |
| - |
185 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Improved performance, allowing the time needed to process the entire CKEditor 5 documentation to be reduced by about 90% (from 50 min to 5). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/c98845a3f34364632d2d70d1828d945b6c7c0341)) |
186 |
| - |
187 |
| -### Bug fixes |
188 |
| - |
189 |
| -* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Fixed the `push()` task having erroneously escaped tag. Closes [ckeditor/ckeditor5#18354](https://github.com/ckeditor/ckeditor5/issues/18354). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/be77674b3d90ad04eaa76d2992a6c5cba64f1f50)) |
190 |
| - |
191 |
| -### Other changes |
192 |
| - |
193 |
| -* **[ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci)**: Support for jobs with the "skipped" status. Closes [ckeditor/ckeditor5#18359](https://github.com/ckeditor/ckeditor5/issues/18359). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/06188327b07a9ee209089725bd9c0fcbd268b73b)) |
194 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Update the `puppeteer` package to the latest version. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/25ba28ef210b24351d2712c783315a2b8c939d1d)) |
195 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Ignore errors from a predefined list of external hosts used in CKEditor 5 documentation and manual tests. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/25ba28ef210b24351d2712c783315a2b8c939d1d)) |
196 |
| -* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: The package sources are now written in TypeScript. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/25ba28ef210b24351d2712c783315a2b8c939d1d)) |
197 |
| - |
198 |
| -### Released packages |
199 |
| - |
200 |
| -Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
201 |
| - |
202 |
| -<details> |
203 |
| -<summary>Released packages (summary)</summary> |
204 |
| - |
205 |
| -Releases containing new features: |
206 |
| - |
207 |
| -* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/48.0.0): v47.1.1 => v48.0.0 |
208 |
| - |
209 |
| -Other releases: |
210 |
| - |
211 |
| -* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/48.0.0): v47.1.1 => v48.0.0 |
212 |
| -* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/48.0.0): v47.1.1 => v48.0.0 |
213 |
| -* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/48.0.0): v47.1.1 => v48.0.0 |
214 |
| -* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/48.0.0): v47.1.1 => v48.0.0 |
215 |
| -* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/48.0.0): v47.1.1 => v48.0.0 |
216 |
| -* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/48.0.0): v47.1.1 => v48.0.0 |
217 |
| -* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/48.0.0): v47.1.1 => v48.0.0 |
218 |
| -* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/48.0.0): v47.1.1 => v48.0.0 |
219 |
| -* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/48.0.0): v47.1.1 => v48.0.0 |
220 |
| -* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/48.0.0): v47.1.1 => v48.0.0 |
221 |
| -* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/48.0.0): v47.1.1 => v48.0.0 |
222 |
| -</details> |
223 |
| - |
224 | 226 | ---
|
225 | 227 |
|
226 | 228 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-dev/releases).
|
0 commit comments