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 dependency @ckeditor/ckeditor5-basic-styles to v31 #32

Merged
merged 3 commits into from
Nov 9, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-basic-styles (source) 30.0.0 -> 31.0.0 age adoption passing confidence

Release Notes

ckeditor/ckeditor5

v31.0.0

Compare Source

Release highlights

We are happy to announce the release of CKEditor 5 v31.0.0.

This release introduces the following new features:

There were also a few bug fixes:

MAJOR BREAKING CHANGES ℹ️
  • html-embed: The InsertHtmlEmbedCommand and UpdateHtmlEmbedCommand have been replaced by HtmlEmbedCommand which is now responsible for both tasks. The command can be executed via editor.execute( 'htmlEmbed' ). See the API reference for more information.
Features
  • core: Introduced the Command#affectsData flag to indicate whether a given command should stay enabled in editor modes with restricted write permissions (e.g. read-only mode). Closes #​10670. (commit)
  • engine: The DataController#get() is now decorated and fires a get event on the method call. See #​10505. (commit)
  • mention: Added the configuration option for customizing the maximum number of items in the list after typing the trigger character. Closes #​10479. (commit)
  • real-time-collaboration: Introduced the RealTimeCollaborationClient#serverHistory property. See the API reference for more information.
Bug fixes
  • comments: Features that do not change the content, should work properly in editor modes with restricted write permissions (e.g. read-only mode). See ckeditor/ckeditor5#​10670.
  • comments: The comment data was not updated on remote clients after the local client edited the comment.
  • engine: DOM selection updates in Renderer when the selection is made using the mouse was blocked. Random glitching in Chrome when the user starts selection in a link (or a marker) at the beginning of the block was limited. Closes #​10562. (commit)
  • engine: Makes order of markers in downcast data pipeline consistent. Thanks @​bendemboski! Closes #​10650. (commit)
  • engine: Fixed a bug in the selection post-fixer (when the selection is stuck in a limit element that cannot contain text). Closes #​10487. (commit)
  • export-pdf: Features that do not change the content should work properly in editor modes with restricted write permissions (e.g. read-only mode). See ckeditor/ckeditor5#​10670.
  • find-and-replace: The FindCommand and FindNextCommand commands should work properly in editor modes with restricted write permissions (e.g. read-only mode). Closes #​10636. (commit)
  • find-and-replace: Do not replace find results removed by collaborators that landed in the $graveyard root. (commit)
  • html-embed: Embed buttons should reflect the read-only state of the editor and the HTML embed command. Closes #​10182. (commit)
  • html-support: Adds HTML support for all headings given in the configuration of the headings feature. Closes #​10539. (commit)
  • mention: Th mention panel will now hide when the editor becomes read-only. Closes #​4645. (commit)
  • restricted-editing: The feature should work properly in editor modes with restricted write permissions (e.g. read-only mode). Closes #​10634. (commit)
  • select-all: The SelectAllCommand command should work properly in editor modes with restricted write permissions (e.g. read-only mode). Closes #​10635. (commit)
  • source-editing: Calling editor.getData() while in the source editing mode should return the data from the source editor passed through the model. Closes #​10505. (commit)
  • source-editing: Improve source editing textarea field size and scrolling behaviour. Closes #​10422. (commit)
  • source-editing: Safari browser uses monospace font for text in source editing mode. Closes #​10585. (commit)
  • table: The SelectColumnCommand and SelectRowCommand commands should work properly in editor modes with restricted write permissions (e.g. read-only mode). See #​10635. (commit)
  • table: Color dropdown buttons in the table properties form should not be misaligned in Safari. Closes #​10589. (commit)
  • table: A nested widget in a multi-cell table selection should not have the selection handle. Closes #​9491. (commit)
  • ui: The ContextualBalloon positioning should use the dynamic editor.ui.viewportOffset value instead of static config.ui.viewportOffset. Closes #​10597. (commit)
  • ui: The InputTextView class should update its #isEmpty property on every #input instead of #change to stay in sync. Closes #​10431. (commit)
  • utils: Properly stringify objects containing circular references in the CKEditorError class. Closes #​4959. (commit) Thanks to @​marcellofuschi.
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Major releases (contain major breaking changes):

Releases containing new features:

Other releases:


Configuration

📅 Schedule: "on Monday every 9 weeks of the year starting on the 9th week" (UTC).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from a team as a code owner November 8, 2021 21:21
Copy link
Member

@jzempel jzempel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failed deployment build

@jzempel jzempel merged commit de79c60 into main Nov 9, 2021
@jzempel jzempel deleted the renovate/ckeditor-ckeditor5-basic-styles-31.x branch November 9, 2021 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants