v6.0.0
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 updatedallow-imports-only-from-main-package-entry-point
rule.
Features
- eslint-plugin-ckeditor5-rules: Added the
ckeditor5-rules/no-legacy-imports
rule to detect and fix imports used in the old installation methods. (commit) - eslint-plugin-ckeditor5-rules: The
ckeditor5-rules/allow-imports-only-from-main-package-entry-point
rule should disallow importing from any path other than the package main entry point. Closes ckeditor/ckeditor5#16559. (commit)
Bug fixes
- eslint-plugin-ckeditor5-rules: Fix
ckeditor5-rules/require-file-extensions-in-imports
rule for packages withexports
that do not automatically add file extension. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
- eslint-plugin-ckeditor5-rules: v5.3.2 => v6.0.0
Other releases:
- eslint-config-ckeditor5: v5.3.2 => v6.0.0
- stylelint-config-ckeditor5: v5.3.2 => v6.0.0
- stylelint-plugin-ckeditor5-rules: v5.3.2 => v6.0.0