Skip to content

Bump jodit from 4.15.1 to 4.15.3 - #1289

Merged
bdukes merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.15.3
Sep 18, 2026
Merged

bdukes merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.15.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps jodit from 4.15.1 to 4.15.3.

Release notes

Sourced from jodit's releases.

4.15.3

🐛 Bug Fix

  • #1474 An iframe lost its box when the editor was created inside a hidden container. The resizer wraps every iframe in a <jodit> element and copied offsetWidth/offsetHeight into it, but both are 0 while an ancestor has display:none, so the wrapper was pinned to 0x0 and never corrected once the container became visible. The following content then painted over the video. The wrapper now falls back to the iframe's own width/height attributes when the element cannot be measured, and is left to size itself when there is nothing to fall back to. Relative values such as width="100%" are not turned into a fixed pixel box.

4.15.2

🐛 Bug Fix

  • Enter inside a table cell always inserted a <br>, even when the cell already contained a block. The cell check in the Enter plugin walked all the way up to the <td>/<th> and ignored any <p> or heading in between, so every line of a cell stayed inside one block and applying a block style restyled all of them at once. A cell that holds a real block is now split like anywhere else, while bare cell content keeps inserting a <br> (a cell cannot be split into two cells) and Shift+Enter still inserts a <br> everywhere. Reported by Kevin Sormann (li-life web+it, Jodit OEM).
Changelog

Sourced from jodit's changelog.

4.15.3

🐛 Bug Fix

  • #1474 An iframe lost its box when the editor was created inside a hidden container. The resizer wraps every iframe in a <jodit> element and copied offsetWidth/offsetHeight into it, but both are 0 while an ancestor has display:none, so the wrapper was pinned to 0x0 and never corrected once the container became visible. The following content then painted over the video. The wrapper now falls back to the iframe's own width/height attributes when the element cannot be measured, and is left to size itself when there is nothing to fall back to. Relative values such as width="100%" are not turned into a fixed pixel box.

4.15.2

🐛 Bug Fix

  • Enter inside a table cell always inserted a <br>, even when the cell already contained a block. The cell check in the Enter plugin walked all the way up to the <td>/<th> and ignored any <p> or heading in between, so every line of a cell stayed inside one block and applying a block style restyled all of them at once. A cell that holds a real block is now split like anywhere else, while bare cell content keeps inserting a <br> (a cell cannot be split into two cells) and Shift+Enter still inserts a <br> everywhere. Reported by Kevin Sormann (li-life web+it, Jodit OEM).
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.15.1 to 4.15.3.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.15.1...4.15.3)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.15.3
  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 Sep 18, 2026
@bdukes
bdukes merged commit 175d915 into main Sep 18, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/jodit-4.15.3 branch September 18, 2026 13:07
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

Development

Successfully merging this pull request may close these issues.

1 participant