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

BC-6545 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0 #3408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0.

Release notes

Sourced from @​ckeditor/ckeditor5-special-characters's releases.

v41.1.0

We are happy to announce the release of CKEditor 5 v41.1.0.

MINOR BREAKING CHANGES ℹ️

  • engine: We fixed how the missing value of the "class" and "style" attribute conversion is handled in the attributeToAttribute() upcast helper. Now while not providing the attribute's value to conversion the helper accepts and consumes all values. Previously those values were not consumed and left for other converters to convert. Note that you should use the classes, and the styles fields for the fine-tuned conversion of those attributes instead of a catch-all "style" and "class" specified in the key field.
  • font: The colorSelectorView property will no longer be accessible from the ColorUI plugin in the @ckeditor/ckeditor5-font/src/ui/colorui.ts.
  • source-editing: The source editing feature will now throw an error when used with real-time collaboration as these features are not fully compatible and may lead to data loss. You will have to explicitly enable source editing for real-time collaboration by setting the sourceEditing.allowCollaborationFeatures configuration flag to true. If you want to use both these features, please read a new guide discussing the risks and add the flag to your configuration.

Features

  • collaboration-core: The local user ("me" user) avatar will now have a distinct highlight (additional border) so it is easier to spot among other avatars. The related DOM element will receive the .ck-user_me CSS class to customize or remove the highlight.
  • real-time-collaboration: Introduced the presenceList.displayMe configuration flag. When set to false, the local user ("me" user) will not be displayed in the presence list. Defaults to true.

Bug fixes

  • engine: The style and class attributes conversion should work with attributeToAttribute(). Closes #4517. (commit)
  • font: The font color and font background features should work in both the main toolbar and the balloon toolbar. Closes #15580. (commit)
  • link: An image should not disappear after dragging in Windows OS in Chromium browsers. #15700. (commit)

Other changes

  • real-time-collaboration: Modified the order of users in the presence list, so that local user ("me" user) is always visible first.
  • source-editing: Source editing will now throw an error when used with real-time collaboration. Added the sourceEditing.allowCollaborationFeatures configuration flag that suppresses the error and allows to use both features together. Closes #15764. (commit)
  • Updated translations. (commit)

Released packages

Check out the Versioning policy guide for more information.

Minor releases (contain minor breaking changes):

Other releases:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-special-characters's changelog.

41.1.0 (February 7, 2024)

We are happy to announce the release of CKEditor 5 v41.1.0.

MINOR BREAKING CHANGES ℹ️

  • engine: We fixed how the missing value of the "class" and "style" attribute conversion is handled in the attributeToAttribute() upcast helper. Now while not providing the attribute's value to conversion the helper accepts and consumes all values. Previously those values were not consumed and left for other converters to convert. Note that you should use the classes, and the styles fields for the fine-tuned conversion of those attributes instead of a catch-all "style" and "class" specified in the key field.
  • font: The colorSelectorView property will no longer be accessible from the ColorUI plugin in the @ckeditor/ckeditor5-font/src/ui/colorui.ts.
  • source-editing: The source editing feature will now throw an error when used with real-time collaboration as these features are not fully compatible and may lead to data loss. You will have to explicitly enable source editing for real-time collaboration by setting the sourceEditing.allowCollaborationFeatures configuration flag to true. If you want to use both these features, please read a new guide discussing the risks and add the flag to your configuration.

Features

  • collaboration-core: The local user ("me" user) avatar will now have a distinct highlight (additional border) so it is easier to spot among other avatars. The related DOM element will receive the .ck-user_me CSS class to customize or remove the highlight.
  • real-time-collaboration: Introduced the presenceList.displayMe configuration flag. When set to false, the local user ("me" user) will not be displayed in the presence list. Defaults to true.

Bug fixes

  • engine: The style and class attributes conversion should work with attributeToAttribute(). Closes #4517. (commit)
  • font: The font color and font background features should work in both the main toolbar and the balloon toolbar. Closes #15580. (commit)
  • link: An image should not disappear after dragging in Windows OS in Chromium browsers. #15700. (commit)

Other changes

  • real-time-collaboration: Modified the order of users in the presence list, so that local user ("me" user) is always visible first.
  • source-editing: Source editing will now throw an error when used with real-time collaboration. Added the sourceEditing.allowCollaborationFeatures configuration flag that suppresses the error and allows to use both features together. Closes #15764. (commit)
  • Updated translations. (commit)

Released packages

Check out the Versioning policy guide for more information.

Minor releases (contain minor breaking changes):

Other releases:

... (truncated)

Commits
  • e2e1d8b Release: v41.1.0.
  • 5c095e2 Release: v41.0.0.
  • 70255a0 More errors removed.
  • eb14ee1 Other: Updated translations. [skip ci]
  • e2e2972 Merge branch 'master' into ck/15661-rename-re-export-in-ui-from-model-to-view...
  • f8e2b1c Dialogs system implementation (#15285)
  • c4fde27 Rename the re-export from Model to ViewModel.
  • 08270aa Internal: Bumped the year.
  • d0abd19 Upgrade TypeScript version to 5.0.4.
  • 69da352 Merge stable into master
  • Additional commits viewable 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Copy link

pullapprove bot commented Feb 12, 2024

Hey @dependabot[bot], thanks for the PR! The review will start once
the tests, CI checks and PR requirements (see checklist in your PR) have passed.

@github-actions github-actions bot changed the title Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0 BC-6545 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0 Feb 12, 2024
Bumps [@ckeditor/ckeditor5-special-characters](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-special-characters) from 20.0.0 to 41.1.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/v41.1.0/packages/ckeditor5-special-characters)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-special-characters"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ckeditor/ckeditor5-special-characters-41.1.0 branch from f57dc04 to 438ef30 Compare February 20, 2024 11:13
Copy link

sonarcloud bot commented Feb 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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
0 participants