Skip to content

Releases: ckeditor/ckeditor5-linters-config

v12.1.0

24 Jul 08:04
b8ed960
Compare
Choose a tag to compare

Features

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v12.0.0

11 Jul 09:24
d165155
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • stylelint-config-ckeditor5: Added a new rule: ckeditor5-rules/ck-content-variable-name (enabled by default). It enforces that all CSS variables used within the .ck-content selectors follow the --ck-content-* naming convention. This ensures consistent and scoped variable usage inside the editor content styles. Closes ckeditor/ckeditor5#18805.

  • stylelint-plugin-ckeditor5-rules: The way how the rules from the stylelint-plugin-ckeditor5-rules package are loaded has been changed. See ckeditor/ckeditor5#18805.

    Previously, each rule had to be imported in Stylelint config directly:

    "plugins": [
        "stylelint-plugin-ckeditor5-rules/lib/license-header"
    ],
    

    Now, the package exports all the rules, so it can be loaded instead of providing each rule separately:

    "plugins": [
      "stylelint-plugin-ckeditor5-rules"
    ],
    

    The way rules are configured remains unchanged:

    "rules": {
      "ckeditor5-rules/license-header": [ ... ]
    }
    

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Major releases (contain major breaking changes):

Other releases:

v11.1.1

10 Jul 15:40
0ad0329
Compare
Choose a tag to compare

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v11.1.0

10 Jul 12:23
5421b3d
Compare
Choose a tag to compare

Features

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v11.0.1

03 Jun 10:27
1a33b22
Compare
Choose a tag to compare

Other changes

  • Upgraded to Stylelint v16.x to resolve issues related to ESM and CJS compatibility. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v11.0.0

03 Jun 07:45
64618ef
Compare
Choose a tag to compare

MINOR BREAKING CHANGES ℹ️

  • The minimal Stylelint version supported by the stylelint-config-ckeditor5 and stylelint-plugin-ckeditor5-rules packages has been set to v15.x.

Other changes

  • The minimal Stylelint version supported by the stylelint-config-ckeditor5 and stylelint-plugin-ckeditor5-rules packages has been set to v15.x. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v10.0.0

26 May 07:42
9bb56e6
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • eslint-config-ckeditor5: The configuration exported from eslint-config-ckeditor5 package is now in ESM format.
  • eslint-config-ckeditor5: The ckeditor5-rules/no-build-extensions rule is no longer included in the configuration.
  • eslint-plugin-ckeditor5-rules: Removed the ckeditor5-rules/no-build-extensions rule due to the removal of predefined builds.
  • The minimal ESLint version supported by the eslint-config-ckeditor5 and eslint-plugin-ckeditor5-rules packages has been set to v9.x. See ESLint migration guide for details.

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Major releases (contain major breaking changes):

Other releases:

v10.0.0-alpha.3

14 May 11:45
7d5de0a
Compare
Choose a tag to compare
v10.0.0-alpha.3 Pre-release
Pre-release

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

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v10.0.0-alpha.2

14 May 11:15
8f6d6d2
Compare
Choose a tag to compare
v10.0.0-alpha.2 Pre-release
Pre-release

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

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v10.0.0-alpha.1

14 May 10:18
b26435a
Compare
Choose a tag to compare
v10.0.0-alpha.1 Pre-release
Pre-release

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

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases: