Skip to content

Releases: ckeditor/ckeditor5-dev

v44.0.0-alpha.0

20 Sep 10:52
Compare
Choose a tag to compare
v44.0.0-alpha.0 Pre-release
Pre-release

MAJOR BREAKING CHANGES ℹ️

Other changes

  • The CKEditor 5 Dev packages are now ESM.
  • The @ckeditor/jsdoc-plugins package is no longer available as CKEditor 5 documentation uses TypeScript sources to prepare API docs. The package is no longer use by us anywhere. Hence, we decided to remove a dead code.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v43.0.0

09 Sep 06:15
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • utils: The git and workspace objects are no longer exported from the package. Also, the following functions are no longer available in the tools object:
    • isDirectory()
    • isFile()
    • isSymlink()
    • sortObject()
    • readPackageName()
    • npmInstall()
    • npmUninstall()
    • npmUpdate()
    • copyTemplateFile()
    • copyFile()
    • getGitUrlFromNpm()
    • removeSymlink()
    • clean()

Other changes

  • dependency-checker: The dependency checker analyzes dependencies by including the lib/ and bin/ directories as production code. (commit)
  • utils: Removed several utilities functions non-used in the CKEditor 5 environment. (commit)
  • Added several missing dependencies and devDependencies in packages. Also, removed non-used ones. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v43.0.0-alpha.0

02 Sep 09:26
Compare
Choose a tag to compare
v43.0.0-alpha.0 Pre-release
Pre-release

MAJOR BREAKING CHANGES ℹ️

  • utils: The git and workspace objects are no longer exported from the package. Also, the following functions are no longer available in the tools object:
    • isDirectory()
    • isFile()
    • isSymlink()
    • sortObject()
    • readPackageName()
    • npmInstall()
    • npmUninstall()
    • npmUpdate()
    • copyTemplateFile()
    • copyFile()
    • getGitUrlFromNpm()
    • removeSymlink()
    • clean()

Other changes

  • dependency-checker: The dependency checker analyzes dependencies by including the lib/ and bin/ directories as production code. (commit)
  • utils: Removed several utilities functions non-used in the CKEditor 5 environment. (commit)
  • Added several missing dependencies and devDependencies in packages. Also, removed non-used ones. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v42.1.0

29 Aug 10:13
Compare
Choose a tag to compare

Features

  • build-tools: Introduced a new loadSourcemaps plugin for loading source maps of external dependencies. (commit)

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v42.0.1

13 Aug 07:54
Compare
Choose a tag to compare

Bug fixes

Other changes

  • stale-bot: Aligned stale bot to recent changes in the GitHub GraphQL API in the repository.labels connection. GitHub recently started returning a lot of mismatched labels for the query and now stale bot ensures that only the required ones are used. Closes ckeditor/ckeditor5#16872. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v42.0.0

29 Jul 09:06
Compare
Choose a tag to compare

We are excited to announce a new major release of the @ckeditor/ckeditor5-dev-* packages.

Release highlights

This release brings the updated configuration for the build tools. As it might produce output incompatible with the previous settings, this release is marked as a major bump.

The @ckeditor/ckeditor5-dev-build-tools package now supports a new globals option, which allows passing pairs of external package names and associated global variables used in the umd build.

Additionally, 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.

MAJOR BREAKING CHANGES ℹ️

  • build-tools: 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.

MINOR BREAKING CHANGES ℹ️

  • build-tools: Ability to pass globals parameter if necessary for external imports in umd bundles.

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v41.0.0

22 Jul 10:32
Compare
Choose a tag to compare

We are excited to announce a new major release of the @ckeditor/ckeditor5-dev-* packages.

Release highlights

This release introduces changes to the @ckeditor/ckeditor5-dev-build-tools and @ckeditor/ckeditor5-dev-dependency-checker packages, resulting in different output than in the previous release.

The @ckeditor/ckeditor5-dev-build-tools package now outputs the bundle types in the dist folder with the rest of the bundled files instead of dist/types. It ensures a proper location of types when the /dist/index.js file is imported. If you use this package in your project and upgrade to the latest version, update the package.json file to reflect the new location of the type files.

The @ckeditor/ckeditor5-dev-dependency-checker package will now treat dependencies used in the dist folder as production dependencies instead of devDependencies. It ensures a proper declaration of dependencies used by the new installation methods of CKEditor 5 in the package.json file.

MINOR BREAKING CHANGES ℹ️

Bug fixes

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.5.0

16 Jul 09:32
Compare
Choose a tag to compare

Features

  • release-tools: Create a util for extracting an npm tag from the specified version. (commit)
  • release-tools: Add util to check if a given package and its version are available on npm. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.5.0-alpha.0

16 Jul 09:02
Compare
Choose a tag to compare
v40.5.0-alpha.0 Pre-release
Pre-release

Features

  • release-tools: Create a util for extracting an npm tag from the specified version. (commit)
  • release-tools: Add util to check if a given package and its version are available on npm. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.4.0

11 Jul 12:56
Compare
Choose a tag to compare

Features

  • ci: Created a new binary (ckeditor5-dev-ci-is-job-triggered-by-member) script to check if a team member approved a CI job. (commit)
  • ci: Created a new binary (ckeditor5-dev-ci-trigger-circle-build) script to trigger a new pipeline on CircleCI. (commit)
  • ci: Created new binary (ckeditor5-dev-ci-circle-disable-auto-cancel-builds, ckeditor5-dev-ci-circle-enable-auto-cancel-builds) scripts to update the redundant workflows option on CircleCI. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases: