Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @ckeditor/strapi-plugin-ckeditor from 0.1.0 to 1.0.2 #461

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps @ckeditor/strapi-plugin-ckeditor from 0.1.0 to 1.0.2.

Release notes

Sourced from @​ckeditor/strapi-plugin-ckeditor's releases.

v1.0.2

Release highlights

This is a patch release that resolves an issue that resulted in a crash after removing the content from the editor. The issue was caused by the fact that after releasing Strapi 5.0.0, the custom field's value property becomes null when the editor is empty.

Check out the highlights of the original v1.0.0 release.

Bug fixes

  • Prevent passing null as the editor data to prevent the crash.

v1.0.1

Release highlights

This is a patch release that resolves an issue that resulted in the Strapi app building process failure.

Check out the highlights of the original v1.0.0 release.

Bug fixes

  • Switch the ckeditor5-maximum-length plugin from UMD build to JS.

v1.0.0

We are happy to announce the release of CKEditor 5 Official Integration v1.0.0.

Release highlights

This release introduces compatibility between the CKEditor 5 Official Integration plugin and Strapi 5. We are providing an updated version of the plugin to allow early testing and ensure seamless integration with the Strapi 5 release.

For users who continue to work with Strapi 4, the plugin remains available in version 0.x.x (with 0.1.0 being the latest as of September 19th). This ensures full support for Strapi 4 environments.

BREAKING CHANGES ℹ️

  • CKEditor 5 integration now uses CDN instead of npm. In version 1.0.0, we've transitioned from npm packages to loading CKEditor 5 via the CKEditor CDN. As the editor will now be loaded from an external origin, you'll need to update your Content Security Policy (CSP) to include https://cdn.ckeditor.com in the `script-src` directive. Please see the updated installation instructions in the README.md for further details.
Changelog

Sourced from @​ckeditor/strapi-plugin-ckeditor's changelog.

1.0.2 (September 20, 2024)

Release highlights

This is a patch release that resolves an issue that resulted in a crash after removing the content from the editor. The issue was caused by the fact that after releasing Strapi 5.0.0, the custom field's value property becomes null when the editor is empty.

Check out the highlights of the original v1.0.0 release.

Bug fixes

  • Prevent passing null as the editor data to prevent the crash.

1.0.1 (September 19, 2024)

Release highlights

This is a patch release that resolves an issue that resulted in the Strapi app building process failure.

Check out the highlights of the original v1.0.0 release.

Bug fixes

  • Switch the ckeditor5-maximum-length plugin from UMD build to JS.

1.0.0 (September 19, 2024)

We are happy to announce the release of CKEditor 5 Official Integration v1.0.0.

Release highlights

This release introduces compatibility between the CKEditor 5 Official Integration plugin and Strapi 5. We are providing an updated version of the plugin to allow early testing and ensure seamless integration with the Strapi 5 release.

For users who continue to work with Strapi 4, the plugin remains available in version 0.x.x (with 0.1.0 being the latest as of September 19th). This ensures full support for Strapi 4 environments.

BREAKING CHANGES ℹ️

  • CKEditor 5 integration now uses CDN instead of npm. In version 1.0.0, we've transitioned from npm packages to loading CKEditor 5 via the CKEditor CDN. As the editor will now be loaded from an external origin, you'll need to update your Content Security Policy (CSP) to include https://cdn.ckeditor.com in the script-src directive. Please see the updated installation instructions in the README.md for further details.
Commits
  • 76741c5 Fix: Prevent crash when the custom field's value is null.
  • ccd0805 Switch the ckeditor5-maximum-length plugin from UMD build to JS.
  • 54dc994 Updated CHANGELOG.md.
  • a9fe428 v1.0.0 release
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ckeditor/strapi-plugin-ckeditor](https://github.com/ckeditor/strapi-plugin-ckeditor) from 0.1.0 to 1.0.2.
- [Release notes](https://github.com/ckeditor/strapi-plugin-ckeditor/releases)
- [Changelog](https://github.com/ckeditor/strapi-plugin-ckeditor/blob/master/CHANGELOG.md)
- [Commits](ckeditor/strapi-plugin-ckeditor@v0.1.0...v1.0.2)

---
updated-dependencies:
- dependency-name: "@ckeditor/strapi-plugin-ckeditor"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2024
@dependabot dependabot bot temporarily deployed to saf-site-backend November 20, 2024 00:04 Inactive
@github-actions github-actions bot merged commit 854ff1f into dev Nov 20, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/ckeditor/strapi-plugin-ckeditor-1.0.2 branch November 20, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants