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 Feb 8, 2024
1 parent e79aeda commit d01e978
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
Changelog
=========

## [39.6.1](https://github.com/ckeditor/ckeditor5-dev/compare/v39.6.0...v39.6.1) (2024-02-08)

### Bug fixes

* **[stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot)**: Start searching for stale issues without initial date set to allow removing stale labels from unlabeled pending issues. Closes [ckeditor/ckeditor5#15812](https://github.com/ckeditor/ckeditor5/issues/15812). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/e79aeda50e362c4db71a5ed884a4c47eb2d6af12))

### Other changes

* **[stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot)**: Allow defining custom comment that is added to pending issues that are staled. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/e79aeda50e362c4db71a5ed884a4c47eb2d6af12))

### Released packages

Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.

<details>
<summary>Released packages (summary)</summary>

Other releases:

* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-transifex](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-transifex/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/jsdoc-plugins](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins/v/39.6.1): v39.6.0 => v39.6.1
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.6.1): v39.6.0 => v39.6.1
</details>


## [39.6.0](https://github.com/ckeditor/ckeditor5-dev/compare/v39.5.1...v39.6.0) (2024-02-05)

### Features
Expand Down Expand Up @@ -141,42 +176,6 @@ Other releases:
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.4.0): v39.3.0 => v39.4.0
</details>


## [39.3.0](https://github.com/ckeditor/ckeditor5-dev/compare/v39.2.1...v39.3.0) (2023-12-06)

### Features

* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Allow defining the date format while preparing the changelog file. See [ckeditor/ckeditor5#15429](https://github.com/ckeditor/ckeditor5/issues/15429). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/c556c7035c9a88204c908458da8260908ec75d2f))
* **[translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations)**: Compilation asset callback is now an optional field called `assetNamesFilter` in the object passed to the `CKEditorTranslationsPlugin` class. Thanks to that, it improves webpack compilation performance by filtering unrelated assets to reduce `TranslationService.getAssets()` calls. It only affects apps with many webpack entries and/or chunks. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/4b4a22b4a3a1a4b518404773f228b492c660645c))

Thanks to [@BreyndotEchse](https://github.com/BreyndotEchse).

### Released packages

Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.

<details>
<summary>Released packages (summary)</summary>

Releases containing new features:

* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/39.3.0): v39.2.1 => v39.3.0

Other releases:

* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-transifex](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-transifex/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/jsdoc-plugins](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins/v/39.3.0): v39.2.1 => v39.3.0
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/39.3.0): v39.2.1 => v39.3.0
</details>

---

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

0 comments on commit d01e978

Please sign in to comment.