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 the ckeditor group with 27 updates #144

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the ckeditor group with 27 updates:

Package From To
@ckeditor/ckeditor5-alignment 43.3.1 44.1.0
@ckeditor/ckeditor5-autosave 43.3.1 44.1.0
@ckeditor/ckeditor5-basic-styles 43.3.1 44.1.0
@ckeditor/ckeditor5-block-quote 43.3.1 44.1.0
@ckeditor/ckeditor5-code-block 43.3.1 44.1.0
@ckeditor/ckeditor5-editor-classic 43.3.1 44.1.0
@ckeditor/ckeditor5-engine 43.3.1 44.1.0
@ckeditor/ckeditor5-essentials 43.3.1 44.1.0
@ckeditor/ckeditor5-font 43.3.1 44.1.0
@ckeditor/ckeditor5-heading 43.3.1 44.1.0
@ckeditor/ckeditor5-highlight 43.3.1 44.1.0
@ckeditor/ckeditor5-horizontal-line 43.3.1 44.1.0
@ckeditor/ckeditor5-html-embed 43.3.1 44.1.0
@ckeditor/ckeditor5-image 43.3.1 44.1.0
@ckeditor/ckeditor5-indent 43.3.1 44.1.0
@ckeditor/ckeditor5-link 43.3.1 44.1.0
@ckeditor/ckeditor5-list 43.3.1 44.1.0
@ckeditor/ckeditor5-mention 43.3.1 44.1.0
@ckeditor/ckeditor5-paragraph 43.3.1 44.1.0
@ckeditor/ckeditor5-paste-from-office 43.3.1 44.1.0
@ckeditor/ckeditor5-remove-format 43.3.1 44.1.0
@ckeditor/ckeditor5-table 43.3.1 44.1.0
@ckeditor/ckeditor5-theme-lark 43.3.1 44.1.0
@ckeditor/ckeditor5-ui 43.3.1 44.1.0
@ckeditor/ckeditor5-undo 43.3.1 44.1.0
@ckeditor/ckeditor5-utils 43.3.1 44.1.0
@ckeditor/ckeditor5-widget 43.3.1 44.1.0

Updates @ckeditor/ckeditor5-alignment from 43.3.1 to 44.1.0

Release notes

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

v44.1.0

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Changelog

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

44.1.0 (December 16, 2024)

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Commits
  • 9143089 Release: v44.1.0. [skip ci]
  • e54d884 Updated the license header.
  • c8152a2 Release: v44.0.0. [skip ci]
  • 7f2e4a6 Use the checkout path as more future-proof.
  • d29c59f Updated READMEs as well.
  • 113e0df Added the notion of dual-licensing.
  • dcfac23 Unified names in LICENSE.mds.
  • 067e461 Updated first line of LICENSE.md.
  • 5ef19e4 Updated the license field in package.jsons.
  • 9ad7585 Show the "Build" badge in all packages from CircleCI.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-autosave from 43.3.1 to 44.1.0

Release notes

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

v44.1.0

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Changelog

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

44.1.0 (December 16, 2024)

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Commits
  • 9143089 Release: v44.1.0. [skip ci]
  • e54d884 Updated the license header.
  • c8152a2 Release: v44.0.0. [skip ci]
  • 7f2e4a6 Use the checkout path as more future-proof.
  • d29c59f Updated READMEs as well.
  • 113e0df Added the notion of dual-licensing.
  • dcfac23 Unified names in LICENSE.mds.
  • 067e461 Updated first line of LICENSE.md.
  • 5ef19e4 Updated the license field in package.jsons.
  • 9ad7585 Show the "Build" badge in all packages from CircleCI.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-basic-styles from 43.3.1 to 44.1.0

Release notes

Sourced from @​ckeditor/ckeditor5-basic-styles's releases.

v44.1.0

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-basic-styles's changelog.

44.1.0 (December 16, 2024)

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Commits
  • 9143089 Release: v44.1.0. [skip ci]
  • e54d884 Updated the license header.
  • c8152a2 Release: v44.0.0. [skip ci]
  • 7f2e4a6 Use the checkout path as more future-proof.
  • d29c59f Updated READMEs as well.
  • 113e0df Added the notion of dual-licensing.
  • dcfac23 Unified names in LICENSE.mds.
  • 067e461 Updated first line of LICENSE.md.
  • 5ef19e4 Updated the license field in package.jsons.
  • 9ad7585 Show the "Build" badge in all packages from CircleCI.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-block-quote from 43.3.1 to 44.1.0

Release notes

Sourced from @​ckeditor/ckeditor5-block-quote's releases.

v44.1.0

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-block-quote's changelog.

44.1.0 (December 16, 2024)

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.
    • Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
    • Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
  • Revision History update:
    • Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
  • Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.

🎄 Happy holidays!

As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.

MINOR BREAKING CHANGES ℹ️

  • utils: spliceArray now modifies the target array and does not accept a fourth (count) argument.

Features

  • comments: Introduced the showCommentHighlights option in editor.getData() method that changes the comment marker conversion and allows styling the comments in the output.

Bug fixes

  • comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
  • comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
  • find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
  • image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
  • ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)

Other changes

... (truncated)

Commits
  • 9143089 Release: v44.1.0. [skip ci]
  • e54d884 Updated the license header.
  • c8152a2 Release: v44.0.0. [skip ci]
  • 7f2e4a6 Use the checkout path as more future-proof.
  • d29c59f Updated READMEs as well.
  • 113e0df Added the notion of dual-licensing.
  • dcfac23 Unified names in LICENSE.mds.
  • 067e461 Updated first line of LICENSE.md.
  • 5ef19e4 Updated the license field in package.jsons.
  • 9ad7585 Show the "Build" badge in all packages from CircleCI.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-code-block from 43.3.1 to 44.1.0

Release notes

Sourced from @​ckeditor/ckeditor5-code-block's releases.

v44.1.0

We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.

Release Highlights

Performance enhancements: Part 3

This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.

The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).

Moreover, all these improvements positively impact document save time (editor.getData()), which should help with autosave issues, among others.

We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.

🔨 Bug Fixes and improvements

  • Comments enhancements:
    • Data export options: We introduced the showCommentHighlights option in editor.getData(), that changes the comment marker conversion, allowing for styling comments in the output....

      Description has been truncated

Bumps the ckeditor group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [@ckeditor/ckeditor5-alignment](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-alignment) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-autosave](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-autosave) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-basic-styles](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-basic-styles) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-block-quote](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-block-quote) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-code-block](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-code-block) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-editor-classic](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-editor-classic) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-engine](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-engine) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-essentials](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-essentials) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-font](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-font) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-heading](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-heading) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-highlight](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-highlight) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-horizontal-line](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-horizontal-line) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-html-embed](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-html-embed) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-image](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-image) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-indent](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-indent) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-link) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-list](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-list) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-mention](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-mention) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-paragraph](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-paragraph) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-paste-from-office](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-paste-from-office) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-remove-format](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-remove-format) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-table](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-table) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-theme-lark](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-theme-lark) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-ui](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-ui) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-undo](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-undo) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-utils](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-utils) | `43.3.1` | `44.1.0` |
| [@ckeditor/ckeditor5-widget](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-widget) | `43.3.1` | `44.1.0` |


Updates `@ckeditor/ckeditor5-alignment` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-alignment)

Updates `@ckeditor/ckeditor5-autosave` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-autosave)

Updates `@ckeditor/ckeditor5-basic-styles` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-basic-styles)

Updates `@ckeditor/ckeditor5-block-quote` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-block-quote)

Updates `@ckeditor/ckeditor5-code-block` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-code-block)

Updates `@ckeditor/ckeditor5-editor-classic` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-editor-classic)

Updates `@ckeditor/ckeditor5-engine` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-engine)

Updates `@ckeditor/ckeditor5-essentials` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-essentials)

Updates `@ckeditor/ckeditor5-font` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-font)

Updates `@ckeditor/ckeditor5-heading` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-heading)

Updates `@ckeditor/ckeditor5-highlight` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-highlight)

Updates `@ckeditor/ckeditor5-horizontal-line` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-horizontal-line)

Updates `@ckeditor/ckeditor5-html-embed` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-html-embed)

Updates `@ckeditor/ckeditor5-image` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-image)

Updates `@ckeditor/ckeditor5-indent` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-indent)

Updates `@ckeditor/ckeditor5-link` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-link)

Updates `@ckeditor/ckeditor5-list` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-list)

Updates `@ckeditor/ckeditor5-mention` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-mention)

Updates `@ckeditor/ckeditor5-paragraph` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-paragraph)

Updates `@ckeditor/ckeditor5-paste-from-office` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-paste-from-office)

Updates `@ckeditor/ckeditor5-remove-format` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-remove-format)

Updates `@ckeditor/ckeditor5-table` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-table)

Updates `@ckeditor/ckeditor5-theme-lark` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-theme-lark)

Updates `@ckeditor/ckeditor5-ui` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-ui)

Updates `@ckeditor/ckeditor5-undo` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-undo)

Updates `@ckeditor/ckeditor5-utils` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-utils)

Updates `@ckeditor/ckeditor5-widget` from 43.3.1 to 44.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/v44.1.0/packages/ckeditor5-widget)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-alignment"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-autosave"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-basic-styles"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-block-quote"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-code-block"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-editor-classic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-engine"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-essentials"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-font"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-heading"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-highlight"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-horizontal-line"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-html-embed"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-image"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-indent"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-link"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-list"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-mention"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-paragraph"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-paste-from-office"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-remove-format"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-table"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-theme-lark"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-undo"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-utils"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-widget"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ckeditor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants