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

chore(deps): update ckeditor to v41.4.2 (minor) #2267

Merged
merged 1 commit into from May 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-autoformat (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-basic-styles (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-block-quote (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-editor-classic (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-essentials (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-heading (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-image (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-link (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-list (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-markdown-gfm (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-paragraph (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-paste-from-office (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-source-editing (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-table (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-theme-lark (source) 41.3.1 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-typing (source) 41.3.1 -> 41.4.2 age adoption passing confidence

Release Notes

ckeditor/ckeditor5 (@​ckeditor/ckeditor5-autoformat)

v41.4.2

Compare Source

We are excited to announce the release of CKEditor 5 v41.4.2. This patch release addresses an important issue and ensures compatibility with the Jest environment.

Bug fixes
  • utils: Prevented error thrown when editor files are imported in an environment without the window global object. Closes #​16368. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v41.4.1

Compare Source

[!NOTE]
This release (v41.4.1) addresses a critical issue found in v41.4.0. Below is the changelog, which includes the changes originally introduced in v41.4.0

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

Release highlights

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 ckeditor5 package 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 the ckeditor5 package 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-colors and ck-media-default-colors mixins 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#isMediaForcedColors property for forced colors detection (for example high contrast mode on Windows). See #​14907. (commit)
  • utils: Implemented the env#isMotionReduced property 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-content CSS 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 List and ListProperties plugins 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)
  • pagination: The pagination pages container should not get focused during the Tab key navigation across the website.
  • restricted-editing: Improved accessibility of the restricted editing dropdown by setting the correct ARIA role on the toolbar menu. (commit)
  • restricted-editing: Fixed removing an inline image inside an editable region. Closes #​16218. (commit)
  • restricted-editing: In the restricted-editing mode, it should be possible to escape from a table by pressing the Tab key. Closes #​15506. (commit)
  • revision-history: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • revision-history: Opening the revision history viewer will close any open dialog or modal in the editor.
  • template: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • theme-lark: The caret should be visible in a placeholder while in forced colors mode (for example high contrast mode on Windows). Improved the look of the placeholders in the forced colors mode. Closes #​14907. (commit)
  • theme-lark: The color grid component should render as a grid of labels in the forced colors mode (for example high contrast mode on Windows). Closes #​14907. (commit)
  • track-changes: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • track-changes: The ignoreResolvedComments flag will now be correctly handled by the TrackChangesData#getDataWithAcceptedSuggestions and TrackChangesData#getDataWithDiscardedSuggestions methods.
  • track-changes: Suggestion to change list style to default when using legacy lists plugin will no longer cause the editor to throw an error.
  • ui: The color picker should not allow for saving incorrect HEX color values. Added an error message when the color is invalid. (commit)
  • ui: Prevented the editor error in a situation when a tooltip was unpinned after it was already removed. This happened when "Unlink" button was pressed while the tooltip was shown. (commit)
  • utils: Allow the Translations.getPluralForm type to be null. (commit)
  • widget: An image should not jump upon resizing in a container with padding. Closes #​14698. (commit)
  • Change various exports of types and interfaces to type-only exports. (commit)
Other changes
  • comments: Comment markers without matching comment thread data will now be removed from the content. Previously, in such cases, an error was thrown in the asynchronous load and save integration type.
  • engine: Export the _getModelData, _setModelData, _parseModel, _stringifyModel, _getViewData, _setViewData, _parseView, and _stringifyView helpers. (commit)
  • html-support: The General HTML Support list integration will create proper model structure on upcast and not fire a redundant post-fixer during editor initialization. Closes #​16227. (commit)
  • track-changes: TrackChangesEditing#_descriptionFactory is now public and renamed to descriptionFactory. The old _descriptionFactory property was kept as a deprecated alias and will be removed in next major release.
  • ui: Refactored the AriaLiveAnnouncer utility to use the aria-relevant attribute and make concurrent announcements queued by screen readers. (commit)
  • Updated translations. (commit, commit, commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v41.4.0

Compare Source

[!CAUTION]
This release has known issues, as detected by our end-to-end tests. It will not be automatically installed unless you are using a tag other than latest. We are working on fixes and will update you soon. Stay tuned!

We are happy to announce the release of CKEditor 5 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.
Features

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added the npm label May 10, 2024
@renovate renovate bot force-pushed the renovate/ckeditor branch 4 times, most recently from 68e6fcd to d9fc9af Compare May 13, 2024 03:28
@renovate renovate bot changed the title chore(deps): update ckeditor to v39.9.1 (minor) chore(deps): update ckeditor to v39.9.1 (minor) - autoclosed May 13, 2024
@renovate renovate bot closed this May 13, 2024
@renovate renovate bot deleted the renovate/ckeditor branch May 13, 2024 11:23
@renovate renovate bot changed the title chore(deps): update ckeditor to v39.9.1 (minor) - autoclosed chore(deps): update ckeditor to v39.9.1 (minor) May 16, 2024
@renovate renovate bot reopened this May 16, 2024
@renovate renovate bot restored the renovate/ckeditor branch May 16, 2024 11:18
@renovate renovate bot changed the title chore(deps): update ckeditor to v39.9.1 (minor) chore(deps): update ckeditor to v41.4.1 (minor) May 16, 2024
@renovate renovate bot force-pushed the renovate/ckeditor branch 2 times, most recently from 3ca5f60 to 80aa3e0 Compare May 17, 2024 16:10
@renovate renovate bot changed the title chore(deps): update ckeditor to v41.4.1 (minor) chore(deps): update ckeditor to v41.4.2 (minor) May 17, 2024
@renovate renovate bot force-pushed the renovate/ckeditor branch 2 times, most recently from 3a61f57 to 0179e74 Compare May 18, 2024 14:06
@BelleNottelling BelleNottelling merged commit 92ca352 into main May 19, 2024
19 checks passed
@renovate renovate bot deleted the renovate/ckeditor branch May 19, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant