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 jodit from 4.0.18 to 4.2.27 #1080

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps jodit from 4.0.18 to 4.2.27.

Release notes

Sourced from jodit's releases.

4.2.5

4.2.1

🐛 Bug Fix

  • [Size of picture is not correct when changin a picture #1107](xdan/jodit#1107)

  • [Selection by triple click removes close tag + open tag of next paragraph #1101](xdan/jodit#1101) Added options select.normalizeTripleClick: boolean = true to normalize selection after triple click For disable this behavior set select.normalizeTripleClick: false

    Jodit.make('#editor', {
    	select: {
    		normalizeTripleClick: false
    	}
    });

4.1.12

💥 Breaking Change

  • Removed the default export from the watch decorator. We refrain from using default exports in this project (refer to CONTRIBUTING.md for more details).

Before:

import watch, { watch as watch2 } from 'jodit/core/decorators/watch/watch';

Now only:

import { watch } from 'jodit/core/decorators/watch/watch';

🐛 Bug Fix

4.1.11

  • Fixed a bug within the FileBrowser module. The issue was due to the import order; the Ajax configuration was applied after the module had been initialized.

4.1.9

  • Added AbortError to the Jodit.modules namespace. This is a custom error that is thrown when the user cancels the operation.
const jodit = Jodit.make('#editor');
</tr></table> 

... (truncated)

Changelog

Sourced from jodit's changelog.

Changelog

Tags:

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

4.2.26

🐛 Bug Fix

  • [Table dragging creates an issue #1128](xdan/jodit#1128)
  • AddNewLine plugin shown incorrect position after CleanHTML plugin
  • Inserting a new table - added extra spaces before the table
  • When merging multiple table cells after the TR tag, the CleanHTML plugin added <br>
  • [Inline popup tooltips are not visible #1141](xdan/jodit#1141)
  • [space key issues #1143](xdan/jodit#1143)

4.2.25

🚀 New Feature

4.2.22

🐛 Bug Fix

4.2.21

🏠 Internal

  • Improved appearance of tabs
  • Fixed a bug when hovering over a button. The tooltip sometimes did not disappear

4.2.19

  • Fixed the lag between setting the activity to a list item when opening it.

4.2.18

🏠 Internal

  • When connecting third-party scripts, two attributes are now added to the script tag.

... (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 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 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.0.18 to 4.2.27.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.0.18...4.2.27)

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

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 Jun 14, 2024
@valadas valadas added this to the 0.24.0 milestone Jun 15, 2024
@valadas valadas merged commit 871f5b3 into develop Jun 15, 2024
2 checks passed
@valadas valadas deleted the dependabot/npm_and_yarn/jodit-4.2.27 branch June 15, 2024 03:19
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