Skip to content

build(deps): bump jodit from 4.11.3 to 4.11.11#4064

Merged
thorsten merged 1 commit intomainfrom
dependabot/npm_and_yarn/jodit-4.11.11
Mar 11, 2026
Merged

build(deps): bump jodit from 4.11.3 to 4.11.11#4064
thorsten merged 1 commit intomainfrom
dependabot/npm_and_yarn/jodit-4.11.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps jodit from 4.11.3 to 4.11.11.

Release notes

Sourced from jodit's releases.

4.11.11

No release notes provided.

4.11.10

No release notes provided.

4.11.9

No release notes provided.

4.11.8

No release notes provided.

4.11.7

🚀 New Feature

  • Implement custom highlight styling for search results (#1343)
  • Add backSpaceAfterDelete event triggered after backspace operations
  • Add Dom.findFirstMatchedNode() method for retrieving first matched node in DOM tree

💅 Polish

  • Improve cursor positioning in wrapNodes plugin after backspace
  • Improve readability of selection marker queries and add focus condition check

🏠 Internal

  • Enhance test coverage for undo/redo, backspace, search, and other plugins

4.11.6

🏠 Internal

  • Release workflow now populates GitHub Release notes from CHANGELOG.md instead of relying on auto-generated notes

4.11.5

🚀 New Feature

  • ProgressBar.showFileUploadAnimation(from?, to?) — animated file icon that flies from a given point and fades out. Coordinates are relative to the editor container. Both from and to are optional with sensible defaults. The animation is automatically cleaned up on destruct().
    const editor = Jodit.make('#editor')
    jodit.progressbar.showFileUploadAnimation();

4.11.4

💥 Breaking Change

  • .jodit-icon transform-origin changed from 0 0 !important to var(--jd-icon-transform-origin) (default center), and the !important flag was removed. If your layout depends on the old top-left origin, restore it via CSS:

... (truncated)

Changelog

Sourced from jodit's changelog.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

4.11.7

🚀 New Feature

  • Implement custom highlight styling for search results (#1343)
  • Add backSpaceAfterDelete event triggered after backspace operations
  • Add Dom.findFirstMatchedNode() method for retrieving first matched node in DOM tree

💅 Polish

  • Improve cursor positioning in wrapNodes plugin after backspace
  • Improve readability of selection marker queries and add focus condition check

🏠 Internal

  • Enhance test coverage for undo/redo, backspace, search, and other plugins

4.11.6

🏠 Internal

  • Release workflow now populates GitHub Release notes from CHANGELOG.md instead of relying on auto-generated notes

4.11.5

🚀 New Feature

  • ProgressBar.showFileUploadAnimation(from?, to?) — animated file icon that flies from a given point and fades out. Coordinates are relative to the editor container. Both from and to are optional with sensible defaults. The animation is automatically cleaned up on destruct().
    const editor = Jodit.make('#editor')
    jodit.progressbar.showFileUploadAnimation();

4.11.4

💥 Breaking Change

  • .jodit-icon transform-origin changed from 0 0 !important to var(--jd-icon-transform-origin) (default center), and the !important flag was removed. If your layout depends on the old top-left origin, restore it via CSS:

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [jodit](https://github.com/xdan/jodit) from 4.11.3 to 4.11.11.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.11.3...4.11.11)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.11.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file JavaScript Pull requests that update Javascript code labels Mar 11, 2026
@thorsten thorsten merged commit e20ea15 into main Mar 11, 2026
9 checks passed
@thorsten thorsten deleted the dependabot/npm_and_yarn/jodit-4.11.11 branch March 11, 2026 18:42
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.

1 participant