Skip to content

Bump jodit from 4.11.3 to 4.11.6#1135

Merged
bdukes merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jodit-4.11.6
Mar 10, 2026
Merged

Bump jodit from 4.11.3 to 4.11.6#1135
bdukes merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jodit-4.11.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps jodit from 4.11.3 to 4.11.6.

Release notes

Sourced from jodit's releases.

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:
    :root {
        --jd-icon-transform-origin: 0 0 !important;
    }

🚀 New Feature

  • IUIIconState now supports scale property — when set, applies transform: scale(...) to the SVG icon element, overriding the CSS variable

  • IControlType.icon now accepts string | IUIIconState — allows setting icon name, fill, iconURL, and scale directly from toolbar button config

    Per-button scale example:

    Jodit.make('#editor', {
        buttons: Jodit.atom([
            'bold',
            {
                name: 'big-italic',
                icon: { name: 'italic', fill: '', iconURL: '', scale: 1.5 },
                tooltip: 'Italic (large icon)'
            },
            'underline'
        ])
    });
  • CSS custom properties --jd-icon-transform-origin and --jd-icon-transform-scale for global icon scaling. Override them to resize all editor icons at once. Per-button scale in IUIIconState takes priority over the CSS variable.

    Global scale override via CSS:

... (truncated)

Changelog

Sourced from jodit's changelog.

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:
    :root {
        --jd-icon-transform-origin: 0 0 !important;
    }

🚀 New Feature

  • IUIIconState now supports scale property — when set, applies transform: scale(...) to the SVG icon element, overriding the CSS variable

  • IControlType.icon now accepts string | IUIIconState — allows setting icon name, fill, iconURL, and scale directly from toolbar button config

    Per-button scale example:

    Jodit.make('#editor', {
        buttons: Jodit.atom([
            'bold',
            {
                name: 'big-italic',
                icon: { name: 'italic', fill: '', iconURL: '', scale: 1.5 },
                tooltip: 'Italic (large icon)'
            },
            'underline'
        ])
    });
  • CSS custom properties --jd-icon-transform-origin and --jd-icon-transform-scale for global icon scaling. Override them to resize all editor icons at once. Per-button scale in IUIIconState takes priority over the CSS variable.

    Global scale override 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.6.
- [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.6)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.11.6
  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 10, 2026
@bdukes bdukes merged commit 1154ea2 into master Mar 10, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jodit-4.11.6 branch March 10, 2026 13:21
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