|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +## [4.0.0](https://github.com/ckeditor/ckeditor5-package-generator/compare/v3.0.1...v4.0.0) (2025-06-04) |
| 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 | +### Other changes |
| 11 | + |
| 12 | +* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: The Stylelint version in the generated packages has been bumped to v16.x. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/f6f56b2c5fdab9fddcdd67bf0c9094c6153c8e4c)) |
| 13 | +* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: The ESLint version in the generated packages has been bumped to v9.x. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/0167c222d2145f5b4f8140944e2a80faf8d40b5d)) |
| 14 | +* The development environment of the CKEditor 5 package generator 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-package-generator/commit/0167c222d2145f5b4f8140944e2a80faf8d40b5d)) |
| 15 | + |
| 16 | +### Released packages |
| 17 | + |
| 18 | +Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
| 19 | + |
| 20 | +<details> |
| 21 | +<summary>Released packages (summary)</summary> |
| 22 | + |
| 23 | +Other releases: |
| 24 | + |
| 25 | +* [@ckeditor/ckeditor5-package-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-package-tools/v/4.0.0): v3.0.1 => v4.0.0 |
| 26 | +* [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator/v/4.0.0): v3.0.1 => v4.0.0 |
| 27 | +</details> |
| 28 | + |
| 29 | + |
4 | 30 | ## [3.0.1](https://github.com/ckeditor/ckeditor5-package-generator/compare/v3.0.0...v3.0.1) (2025-01-07) |
5 | 31 |
|
6 | 32 | ### Other changes |
@@ -110,33 +136,6 @@ Other releases: |
110 | 136 | * [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator/v/3.0.0-alpha.0): v2.1.0 => v3.0.0-alpha.0 |
111 | 137 | </details> |
112 | 138 |
|
113 | | - |
114 | | -## [2.1.0](https://github.com/ckeditor/ckeditor5-package-generator/compare/v2.0.0...v2.1.0) (2024-08-07) |
115 | | - |
116 | | -### MINOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) |
117 | | - |
118 | | -* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: The global names for the `ckeditor5` and `ckeditor5-premium-features` packages in the UMD builds have been changed to `CKEDITOR` and `CKEDITOR_PREMIUM_FEATURES` respectively. |
119 | | - |
120 | | -### Bug fixes |
121 | | - |
122 | | -* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: New flag `--global-name` to define a global name of the package to be used in the UMD build. See https://github.com/ckeditor/ckeditor5/issues/16798. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/0bc5128710e4246ea72c1f06b02f0fbba5be9624)) |
123 | | -* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: Each package template should have own `README.md` based on what commands can be executed in it. Closes https://github.com/ckeditor/ckeditor5-package-generator/issues/174. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/e7538509015e17c63332764e1d2fc6565509ff4b)) |
124 | | -* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: Updated the `exports` field in `package.json` templates to fix issues with loading CSS and translations in older bundlers. See https://github.com/ckeditor/ckeditor5/issues/16638. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/b98672e4a4f2a65b7602f3ff8c305cb384c74647)) |
125 | | -* **[generator](https://www.npmjs.com/package/ckeditor5-package-generator)**: Changed the path to the types in the `package.json` in `ts` templates. See https://github.com/ckeditor/ckeditor5/issues/16684. ([commit](https://github.com/ckeditor/ckeditor5-package-generator/commit/84ff608360e67f6d0184e7491682c3593d335045)) |
126 | | - |
127 | | -### Released packages |
128 | | - |
129 | | -Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information. |
130 | | - |
131 | | -<details> |
132 | | -<summary>Released packages (summary)</summary> |
133 | | - |
134 | | -Other releases: |
135 | | - |
136 | | -* [@ckeditor/ckeditor5-package-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-package-tools/v/2.1.0): v2.0.0 => v2.1.0 |
137 | | -* [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator/v/2.1.0): v2.0.0 => v2.1.0 |
138 | | -</details> |
139 | | - |
140 | 139 | --- |
141 | 140 |
|
142 | 141 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-package-generator/releases). |
0 commit comments