Skip to content

Latest commit

 

History

History
139 lines (80 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

139 lines (80 loc) · 7.58 KB

Changelog

8.0.0 (2024-10-15)

MINOR BREAKING CHANGES ℹ️

  • Defining isOfficialPlugin and isPremiumPlugin flags in plugins is no longer allowed, as they are now restricted to internal use only.

Features

  • eslint-plugin-ckeditor5-rules: Add the ckeditor5/ckeditor-plugin-flags rule that disallows creating certain flags in plugins and enforces proper code style for allowed ones. (commit)
  • eslint-config-ckeditor5: Disallow defining isOfficialPlugin and isPremiumPlugin flags in plugins, restricting them to internal use only. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

7.1.1 (2024-10-02)

Internal changes only (updated dependencies, documentation, etc.).

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

7.1.0 (2024-09-23)

Features

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

7.0.0 (2024-09-04)

Features

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

6.0.0 (2024-06-18)

MINOR BREAKING CHANGES ℹ️

  • eslint-plugin-ckeditor5-rules: Removed the ckeditor5-rules/no-cross-package-svg-imports rule, as it does the same thing as the updated allow-imports-only-from-main-package-entry-point rule.

Features

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Minor releases (contain minor breaking changes):

Other releases:


To see all releases, visit the release page.