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

build(deps): bump @ckeditor/ckeditor5-build-classic from 34.1.0 to 34.2.0 #945

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps @ckeditor/ckeditor5-build-classic from 34.1.0 to 34.2.0.

Release notes

Sourced from @​ckeditor/ckeditor5-build-classic's releases.

v34.2.0

Release highlights

We are happy to announce the release of CKEditor 5 v34.2.0.

This release introduces the following new features:

  • A unsaved revision will now be resumed when the editor is re-initialized (instead of creating a new revision). Note, that currently, this feature does not work for real-time editing integrations that use an editor bundle uploaded to Cloud Services.
  • Integrated the track changes feature with the code block and HTML embed features.
  • Integrated CKEditor 5 with the CKBox service.

Features

  • ckbox: Added a new package (@ckeditor/ckeditor5-ckbox), which integrates the CKBox service with CKEditor 5. (commit)
  • comments: Introduced the annotations property for the WideSidebar, NarrowSidebar and InlineAnnotations plugins. The property is an AnnotationsCollection instance which keeps all annotations added to the given UI.
  • html-support: Custom elements should be preserved by the General HTML Support feature. Closes #11432. (commit)
  • real-time-collaboration: Introduced the cloudServices.connectionTimeout and cloudServices.requestTimeout configuration options that allow for changing timeout values for connecting to Cloud Services and for handling a single request.
  • revision-history: Unsaved revision will now be resumed when the editor is re-initialized (instead of creating a new revision). Introduced the revisionHistory.resumeUnsavedRevision configuration option that turns on and off this behavior (defaults to true).
  • track-changes: Added track changes integration for the code block and HTML embed features.

Bug fixes

  • engine: The order of attributes should not get reversed while loading editor data. Closes #11850. (commit)
  • engine: Inline filler should not be removed while updating a text node. Closes #11472. (commit)
  • engine: The view element renderUnsafeAttributes option should not be lost for an AttributeElements. Closes #11879. (commit)
  • engine: Whitespaces between block elements should not trigger auto-paragraphing. Closes #11248. (commit)
  • revision-history: Fixed long revision history loading time when Context is used.
  • source-editing: The formatHtml() helper should not crash when a pathological <iframe> content is passed. Closes #10698. (commit)
  • toolbar: Added a toolbar button tooltip when focused improving accessibility for keyboard users. Closes #5581. (commit)
  • ui: The secondary button of the SplitButtonView component should display a tooltip while being hovered over by the user. Closes #11833. (commit)

Other changes

  • code-block: The IndentCodeBlockCommand and the OutdentCodeBlockCommand are now using model.insertContent() and model.deleteContent() for easier extendability. (commit)
  • engine: Use innerText instead of innerHTML in view/filler. (commit)
  • real-time-collaboration: Raised default timeout settings for connecting to Cloud Services (to 10 seconds) and for handling a single request (to 20 seconds).
  • revision-history: Added support for replacing editor data with revision data also for non-real-time editing integration.
  • Updated translations. (commit, commit)

Released packages

Check out the Versioning policy guide for more information.

New packages:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-build-classic's changelog.

34.2.0 (2022-06-27)

Release highlights

We are happy to announce the release of CKEditor 5 v34.2.0.

This release introduces the following new features:

  • A unsaved revision will now be resumed when the editor is re-initialized (instead of creating a new revision). Note, that currently, this feature does not work for real-time editing integrations that use an editor bundle uploaded to Cloud Services.
  • Integrated the track changes feature with the code block and HTML embed features.
  • Integrated CKEditor 5 with the CKBox service.

Features

  • ckbox: Added a new package (@ckeditor/ckeditor5-ckbox), which integrates the CKBox service with CKEditor 5. (commit)
  • comments: Introduced the annotations property for the WideSidebar, NarrowSidebar and InlineAnnotations plugins. The property is an AnnotationsCollection instance which keeps all annotations added to the given UI.
  • html-support: Custom elements should be preserved by the General HTML Support feature. Closes #11432. (commit)
  • real-time-collaboration: Introduced the cloudServices.connectionTimeout and cloudServices.requestTimeout configuration options that allow for changing timeout values for connecting to Cloud Services and for handling a single request.
  • revision-history: Unsaved revision will now be resumed when the editor is re-initialized (instead of creating a new revision). Introduced the revisionHistory.resumeUnsavedRevision configuration option that turns on and off this behavior (defaults to true).
  • track-changes: Added track changes integration for the code block and HTML embed features.

Bug fixes

  • engine: The order of attributes should not get reversed while loading editor data. Closes #11850. (commit)
  • engine: Inline filler should not be removed while updating a text node. Closes #11472. (commit)
  • engine: The view element renderUnsafeAttributes option should not be lost for an AttributeElements. Closes #11879. (commit)
  • engine: Whitespaces between block elements should not trigger auto-paragraphing. Closes #11248. (commit)
  • revision-history: Fixed long revision history loading time when Context is used.
  • source-editing: The formatHtml() helper should not crash when a pathological <iframe> content is passed. Closes #10698. (commit)
  • toolbar: Added a toolbar button tooltip when focused improving accessibility for keyboard users. Closes #5581. (commit)
  • ui: The secondary button of the SplitButtonView component should display a tooltip while being hovered over by the user. Closes #11833. (commit)

Other changes

  • code-block: The IndentCodeBlockCommand and the OutdentCodeBlockCommand are now using model.insertContent() and model.deleteContent() for easier extendability. (commit)
  • engine: Use innerText instead of innerHTML in view/filler. (commit)
  • real-time-collaboration: Raised default timeout settings for connecting to Cloud Services (to 10 seconds) and for handling a single request (to 20 seconds).
  • revision-history: Added support for replacing editor data with revision data also for non-real-time editing integration.
  • Updated translations. (commit, commit)

Released packages

Check out the Versioning policy guide for more information.

New packages:

... (truncated)

Commits

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 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/ckeditor5-build-classic](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-build-classic) from 34.1.0 to 34.2.0.
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v34.2.0/packages/ckeditor5-build-classic)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-build-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2022

Superseded by #991.

@dependabot dependabot bot closed this Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ckeditor/ckeditor5-build-classic-34.2.0 branch August 4, 2022 03:01
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