npm prod(deps): bump @ckeditor/ckeditor5-autoformat from 41.2.1 to 41.4.1
Bumps @ckeditor/ckeditor5-autoformat from 41.2.1 to 41.4.1.
Release notes
Sourced from @ckeditor/ckeditor5-autoformat's releases.
v41.4.1
We are happy to announce the release of CKEditor 5 v41.4.1.
Release highlights
This is a patch release that resolves a critical issue introduced in v41.4.0.
We have enhanced CKEditor 5 to improve accessibility and user experience further. Screen reader announcements have been expanded to include code blocks, images, and lists, enhancing navigability for visually impaired users. Additionally, the editor now better adheres to accessibility standards by respecting user preferences for reduced motion, and we have improved handling of color settings in high contrast modes.
We have also added menu bar support for the multi-root editor.
MINOR BREAKING CHANGES ℹ️
- ui: The region name argument of the
AriaLiveAnnouncer#announce()method has been dropped. Please check out the latest API documentation for more information.- The
ckeditor5package now lists all other official open-source@ckeditor/ckeditor5-*packages as dependencies. This is a preparatory step for the upcoming new installation methods. These changes will transform theckeditor5package into an aggregate for all official packages, simplifying module imports.Features
- code-block: Introduced screen reader announcements for entering or exiting code blocks in the editor content. Closes #16053. (commit)
- editor-multi-root: Added the menu bar support for multi-root editor. (commit)
- format-painter: Introduced the keyboard shortcuts for copying formatting in the document editor (Ctrl+Shift+C) and paste (Ctrl+Shift+V). Added the ability to cancel copying formatting using the Esc key.
- image: Introduced screen reader announcements for various actions and events in the editor. (commit)
- image: Added the custom image width input option to the image toolbar as an alternative to drag-and-drop resizing. (commit)
- link: An error message should appear in the link editing form when submitting an empty link. (commit)
- list: Introduced screen reader announcements for various actions and events in the editor. (commit)
- media-embed: An error message should appear when submitting an empty URL in the media embed form. (commit)
- ui: Implemented the
ck-media-forced-colorsandck-media-default-colorsmixins for detecting forced colors (for example high contrast mode on Windows). See #14907. (commit)- ui: Introduced screen reader announcements for various actions and events in the editor. (commit)
- utils: Implemented the
env#isMediaForcedColorsproperty for forced colors detection (for example high contrast mode on Windows). See #14907. (commit)- utils: Implemented the
env#isMotionReducedproperty to discover reduced motion preferences. (commit)- Editor UI should now respect the user's preferences for reduced motion (WCAG 2.1, Success Criterion 2.3.3). (commit)
- Added bundles for new installation methods. See #15502. (commit)
- Introduced accessible screen reader announcements for various actions and events in the editor, including text case change, AI Assistant interactions, template list filtering, and document exports to Word and PDF.
Bug fixes
- ai: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
- autoformat: Pressing the Backspace key after autoformat should retain the typed content after undoing the block format change. Closes #16240. (commit)
- collaboration-core: Fixed editor crashing due to a missing plugin when the revision history was opened. This happened in some integrations that use custom plugins and specific code minifiers.
- comments: The container element for comments received the
.ck-contentCSS class to have consistent styles in both edit and preview modes.- comments: Restoring revision with comment threads that were removed should no longer crash the editor in the asynchronous load and save integration type.
- engine: The HTML
\<template>elements are now properly handled in downcast and upcast conversion. (commit)- engine: An inline filler should be rendered after the
<br>element just before a block filler so that scrolling to selection could properly find the client rect. Closes #14028. (commit)- export-pdf: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- export-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- format-painter: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
- image: An image should not jump upon resizing in a container with padding. Closes #14698. (commit)
- import-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- List: Order of the
ListandListPropertiesplugins should not affect the appearance of the icon in the toolbar. Closes #16192. (commit)- minimap: The minimap
<iframe>element should not be unnecessarily exposed to assistive technologies. (commit)
... (truncated)
Changelog
Sourced from @ckeditor/ckeditor5-autoformat's changelog.
41.4.1 (May 16, 2024)
We are happy to announce the release of CKEditor 5 v41.4.1.
Release highlights
This is a patch release that resolves a critical issue introduced in v41.4.0.
We have enhanced CKEditor 5 to improve accessibility and user experience further. Screen reader announcements have been expanded to include code blocks, images, and lists, enhancing navigability for visually impaired users. Additionally, the editor now better adheres to accessibility standards by respecting user preferences for reduced motion, and we have improved handling of color settings in high contrast modes.
We have also added menu bar support for the multi-root editor.
MINOR BREAKING CHANGES ℹ️
- ui: The region name argument of the
AriaLiveAnnouncer#announce()method has been dropped. Please check out the latest API documentation for more information.- The
ckeditor5package now lists all other official open-source@ckeditor/ckeditor5-*packages as dependencies. This is a preparatory step for the upcoming new installation methods. These changes will transform theckeditor5package into an aggregate for all official packages, simplifying module imports.Features
- code-block: Introduced screen reader announcements for entering or exiting code blocks in the editor content. Closes #16053. (commit)
- editor-multi-root: Added the menu bar support for multi-root editor. (commit)
- format-painter: Introduced the keyboard shortcuts for copying formatting in the document editor (Ctrl+Shift+C) and paste (Ctrl+Shift+V). Added the ability to cancel copying formatting using the Esc key.
- image: Introduced screen reader announcements for various actions and events in the editor. (commit)
- image: Added the custom image width input option to the image toolbar as an alternative to drag-and-drop resizing. (commit)
- link: An error message should appear in the link editing form when submitting an empty link. (commit)
- list: Introduced screen reader announcements for various actions and events in the editor. (commit)
- media-embed: An error message should appear when submitting an empty URL in the media embed form. (commit)
- ui: Implemented the
ck-media-forced-colorsandck-media-default-colorsmixins for detecting forced colors (for example high contrast mode on Windows). See #14907. (commit)- ui: Introduced screen reader announcements for various actions and events in the editor. (commit)
- utils: Implemented the
env#isMediaForcedColorsproperty for forced colors detection (for example high contrast mode on Windows). See #14907. (commit)- utils: Implemented the
env#isMotionReducedproperty to discover reduced motion preferences. (commit)- Editor UI should now respect the user's preferences for reduced motion (WCAG 2.1, Success Criterion 2.3.3). (commit)
- Added bundles for new installation methods. See #15502. (commit)
- Introduced accessible screen reader announcements for various actions and events in the editor, including text case change, AI Assistant interactions, template list filtering, and document exports to Word and PDF.
Bug fixes
- ai: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
- autoformat: Pressing the Backspace key after autoformat should retain the typed content after undoing the block format change. Closes #16240. (commit)
- collaboration-core: Fixed editor crashing due to a missing plugin when the revision history was opened. This happened in some integrations that use custom plugins and specific code minifiers.
- comments: The container element for comments received the
.ck-contentCSS class to have consistent styles in both edit and preview modes.- comments: Restoring revision with comment threads that were removed should no longer crash the editor in the asynchronous load and save integration type.
- engine: The HTML
\<template>elements are now properly handled in downcast and upcast conversion. (commit)- engine: An inline filler should be rendered after the
<br>element just before a block filler so that scrolling to selection could properly find the client rect. Closes #14028. (commit)- export-pdf: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- export-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- format-painter: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
- image: An image should not jump upon resizing in a container with padding. Closes #14698. (commit)
- import-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
- List: Order of the
ListandListPropertiesplugins should not affect the appearance of the icon in the toolbar. Closes #16192. (commit)
... (truncated)
Commits
c331903Release: v41.4.1.94fe004Release: v41.4.0.5617c30Removed LegacyList from tests.d9b7ff4Add test.8b8b7b0Use the latest ckeditor5-dev-* packages.84f23bdUse the same package version as inmasterf0500fdRenamebuild:nodecommand tobuild:dist030898aRenametsconfig.kowalski.jsontotsconfig.dist.jsoneaf078dRelease: v41.4.0-alpha.0.396366eMerge remote-tracking branch 'origin/master' into epic-kowalski- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Dependabot tried to add @wiris/integrations as a reviewer to this PR, but received the following error from GitHub:
POST https://api.github.com/repos/wiris/html-integrations/pulls/967/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the wiris/html-integrations repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
Superseded by #968.