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 @ckeditor/ckeditor5-engine, @ckeditor/ckeditor5-core, @ckeditor/ckeditor5-image and @ckeditor/ckeditor5-ui #7

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Bumps @ckeditor/ckeditor5-engine to 35.2.1 and updates ancestor dependencies @ckeditor/ckeditor5-engine, @ckeditor/ckeditor5-core, @ckeditor/ckeditor5-image and @ckeditor/ckeditor5-ui. These dependencies need to be updated together.

Updates @ckeditor/ckeditor5-engine from 17.0.0 to 35.2.1

Release notes

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

v35.2.1

Bug fixes

  • track-changes: Suggestions imported from Word file were not saved in the database.

Read about release highlights in a dedicated blog post: https://ckeditor.com/blog/ckeditor-5-v35.2.0-with-the-import-from-word-plugin-new-toolbar-functionality-and-annotations-performance-improvement/

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

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

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

Features

Bug fixes

Other changes

  • Improved performance of Position getters (~60% gain). Reduced time of some common tasks (like loading complex content) by up to 30%. Closes ckeditor/ckeditor5#6579. (670cd7b)
  • Improved performance of TreeWalker by up to 40%. This optimization affects common tasks such as loading the editor data. Closes ckeditor/ckeditor5#6582. (08e8294)
  • Improved the performance of the Position constructor by optimizing the code path where an element is passed as the position root parameter. Closes ckeditor/ckeditor5#6528. (bfc6c88)
  • Inlined parent is() calls in model and view classes to improve the editor performance. Closes ckeditor/ckeditor5#6529. (ff04509)

18.0.0 (2020-03-19)

MAJOR BREAKING CHANGES

  • EditingController requires an instance of StylesProcessor in its constructor.
  • DataController requires an instance of StylesProcessor in its constructor.
  • DomConverter, HtmlDataProcessor and XmlDataProcessor require an instance of the view document in their constructors.
  • The View class requires an instance of StylesProcessor as its first argument.
  • The createViewElementFromHighlightDescriptor() function that is exported by src/conversion/downcasthelpers.js file requires an instance of the view document as its first argument.
  • Method view.Document#addStyleProcessorRules() has been moved to the DataController class.
  • The #document getter was removed from model nodes. Only the root element holds the reference to the model document. For attached nodes, use node.root.document to access it.

MINOR BREAKING CHANGES

  • DataController does not accept the data processor instance any more.

Features

Bug fixes

... (truncated)

Commits
  • 450db68 Release: v35.2.1.
  • 46b8738 Internal: Updated dependencies. [skip ci]
  • 6a17ac9 Release: v35.2.0.
  • 35dc7d6 Internal: Updated dependencies. [skip ci]
  • c8c05bc Merge pull request #12491 from ckeditor/ck/12467-inserContent-does-not-insert...
  • 39f5b13 Extended the Model#insertContent() method by handling markers
  • 020995a Other (engine): Reimplemented Position#isTouching() to achieve better perfo...
  • f1e8427 Merge pull request #12429 from ckeditor/ck/12428-crash-after-inserting-milion...
  • 2b1bc1d New implementation of spliceArray method and updated docs
  • e84ddef Fixed DOM selection rendering after missing selectionchange event (#12223)
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-core from 17.0.0 to 35.2.1

Release notes

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

v35.2.1

Bug fixes

  • track-changes: Suggestions imported from Word file were not saved in the database.

Read about release highlights in a dedicated blog post: https://ckeditor.com/blog/ckeditor-5-v35.2.0-with-the-import-from-word-plugin-new-toolbar-functionality-and-annotations-performance-improvement/

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

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

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

Internal changes only (updated dependencies, documentation, etc.).

18.0.0 (2020-03-19)

Other changes

Commits
  • 450db68 Release: v35.2.1.
  • 46b8738 Internal: Updated dependencies. [skip ci]
  • 6a17ac9 Release: v35.2.0.
  • 35dc7d6 Internal: Updated dependencies. [skip ci]
  • 16ee7f5 Other: Updated translations. [skip ci]
  • d36be9e Tests: Updated ClassicTestEditor to wait for editor.data.init() promise t...
  • 647485e Used a default icon for a nested toolbar drop-down. Made it impossible to con...
  • c2bd2bf Docs: language review.
  • 7fcc1f7 Code refactoring.
  • 4eb7183 Docs: Added a section about nested toolbars to the editor toolbar guide.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-image from 17.0.0 to 35.2.1

Release notes

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

v35.2.1

Bug fixes

  • track-changes: Suggestions imported from Word file were not saved in the database.

Read about release highlights in a dedicated blog post: https://ckeditor.com/blog/ckeditor-5-v35.2.0-with-the-import-from-word-plugin-new-toolbar-functionality-and-annotations-performance-improvement/

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

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

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

Other changes

18.0.0 (2020-03-19)

Bug fixes

Other changes

Commits
  • 450db68 Release: v35.2.1.
  • 46b8738 Internal: Updated dependencies. [skip ci]
  • 6a17ac9 Release: v35.2.0.
  • 35dc7d6 Internal: Updated dependencies. [skip ci]
  • 35f2f34 Other: Updated translations. [skip ci]
  • 46cc475 Minor refactor of the resize plugin.
  • ba79468 Merge stable into master
  • 8611ce5 Use the latest ckeditor5-dev-* packages.
  • 3f415af Merge pull request #12415 from ckeditor/ck/12215-not-possible-to-insert-image...
  • e3f3901 Tests: Added more assertions to make sure the insert image panel view is adde...
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-ui from 17.0.0 to 35.2.1

Release notes

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

v35.2.1

Bug fixes

  • track-changes: Suggestions imported from Word file were not saved in the database.

Read about release highlights in a dedicated blog post: https://ckeditor.com/blog/ckeditor-5-v35.2.0-with-the-import-from-word-plugin-new-toolbar-functionality-and-annotations-performance-improvement/

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

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

Changelog

All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.

Changes for the past releases are available below.

19.0.0 (2020-04-29)

MAJOR BREAKING CHANGES

  • ViewCollection no longer has the locale property.
  • The ViewCollection#constructor() no longer accepts the locale parameter.
  • LabeledView component was renamed to LabeledFieldView. Also, its instance of a labeled component's view is available through LabeledFieldView#fieldView. It replaced the LabeledView#view.

MINOR BREAKING CHANGES

  • The DropdownView#focusTracker property has been removed as it served no purpose.

Features

Bug fixes

  • Call ResizeObserver.destroy() when destroying block toolbar. (59449d2)

Other changes

18.0.0 (2020-03-19)

MAJOR BREAKING CHANGES

Features

... (truncated)

Commits
  • 450db68 Release: v35.2.1.
  • 46b8738 Internal: Updated dependencies. [skip ci]
  • 6a17ac9 Release: v35.2.0.
  • 35dc7d6 Internal: Updated dependencies. [skip ci]
  • 35f2f34 Other: Updated translations. [skip ci]
  • d6a6433 Tests: Fixed manual test for contextual balloon.
  • 16ee7f5 Other: Updated translations. [skip ci]
  • fa150b0 Brought support for config.toolbar.removeItems to declarative nested toolbar ...
  • 647485e Used a default icon for a nested toolbar drop-down. Made it impossible to con...
  • c2bd2bf Docs: language review.
  • 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 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…ckeditor5-image and @ckeditor/ckeditor5-ui

Bumps [@ckeditor/ckeditor5-engine](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-engine) to 35.2.1 and updates ancestor dependencies [@ckeditor/ckeditor5-engine](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-engine), [@ckeditor/ckeditor5-core](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-core), [@ckeditor/ckeditor5-image](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-image) and [@ckeditor/ckeditor5-ui](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-ui). These dependencies need to be updated together.


Updates `@ckeditor/ckeditor5-engine` from 17.0.0 to 35.2.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-engine/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v35.2.1/packages/ckeditor5-engine)

Updates `@ckeditor/ckeditor5-core` from 17.0.0 to 35.2.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-core/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v35.2.1/packages/ckeditor5-core)

Updates `@ckeditor/ckeditor5-image` from 17.0.0 to 35.2.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-image/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v35.2.1/packages/ckeditor5-image)

Updates `@ckeditor/ckeditor5-ui` from 17.0.0 to 35.2.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-ui/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v35.2.1/packages/ckeditor5-ui)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-engine"
  dependency-type: indirect
- dependency-name: "@ckeditor/ckeditor5-core"
  dependency-type: direct:production
- dependency-name: "@ckeditor/ckeditor5-image"
  dependency-type: direct:production
- dependency-name: "@ckeditor/ckeditor5-ui"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2022
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
Development

Successfully merging this pull request may close these issues.

0 participants