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 @editorjs/editorjs from 2.24.3 to 2.30.5 #5128

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2024

Bumps @editorjs/editorjs from 2.24.3 to 2.30.5.

Release notes

Sourced from @​editorjs/editorjs's releases.

v2.30.5

– Fix – Fix exported types

v2.30.4

  • Fix - Tool's exporting types added

v2.30.3

– Fix – I18n in nested popover

v2.30.2

  • Fix – The onChange callback won't be fired when editor is initialized in the Read-Only mode
  • Fix – "Convert To" supports i18n again
  • Fix – Prevent form submit on inline tool click

v2.30.2-rc.0

Fix – The onChange callback won't be fired when editor is initialized in the Read-Only mode

v2.30.1

  • Fix – Remove fake selection after multiple "convert to" inline tool toggles

v2.30.0

New Inline Toolbar, nested menu support, separators in toolbars, new placeholders behavior, new API features and various improvements.

💌 Read full changelog

v2.30.0-rc.14

  • Improvement — Placeholders will stay visible on inputs focus.
  • New — Editor.js now supports contenteditable placeholders out of the box. Just add data-placeholder or data-placeholder-active attribute to make it work. The first one will work like native placeholder while the second one will show placeholder only when block is current.
  • Improvement — Now Paragraph placeholder will be shown for the current paragraph, not the only first one.
placeholders.mov

v2.30.0-rc.13

  • New – Inline Toolbar has new look 💅
  • New – Inline Tool's render() now supports Menu Config format
  • NewToolsAPI – All installed block tools now accessible via ToolsAPI getBlockTools() method
  • NewSelectionAPI – Exposed methods save() and restore() that allow to save selection to be able to temporally move focus away, methods setFakeBackground() and removeFakeBackground() that allow to immitate selection while focus moved away
  • ImpovementMenuConfig – TunesMenuConfig deprecated, use MenuConfig type instead
  • NewBlocksAPI – Exposed getBlockByElement() method that helps find block by any child html element
  • Improvement - The Plus button and Block Tunes toggler are now better aligned with large line-height blocks, such as Headings

v2.30.0-rc.12

ImprovementTypesBlockToolConstructorOptions type improved, block and config are not optional anymore

... (truncated)

Changelog

Sourced from @​editorjs/editorjs's changelog.

2.30.5

Fix – Fix exported types

2.30.4

  • Fix - Tool's exporting types added

2.30.3

  • Fix – I18n in nested popover

2.30.2

  • Fix – The onChange callback won't be fired when editor is initialized in the Read-Only mode
  • Fix – Convert To supports i18n again
  • Fix – Prevent form submit on inline tool click

2.30.1

  • Fix – Remove fake selection after multiple "convert to" inline tool toggles

2.30.0

  • New – Block Tunes now supports nesting items
  • New – Block Tunes now supports separator items
  • NewMenu Config – New item type – HTML – NewMenu Config – Default and HTML items now support hints
  • New – Inline Toolbar has new look 💅
  • New – Inline Tool's render() now supports Menu Config format
  • NewToolsAPI – All installed block tools now accessible via ToolsAPI getBlockTools() method
  • NewSelectionAPI – Exposed methods save() and restore() that allow to save selection to be able to temporally move focus away, methods setFakeBackground() and removeFakeBackground() that allow to immitate selection while focus moved away
  • NewBlocksAPI – Exposed getBlockByElement() method that helps find block by any child html element
  • New – "Convert to" control is now also available in Block Tunes
  • New — Editor.js now supports contenteditable placeholders out of the box. Just add data-placeholder or data-placeholder-active attribute to make it work. The first one will work like native placeholder while the second one will show placeholder only when block is current.
  • Improvement — Now Paragraph placeholder will be shown for the current paragraph, not only the first one.
  • Improvment - The API blocks.update now accepts tunes data as optional third argument and makes data - block data as optional.
  • Improvement — The ability to merge blocks of different types (if both tools provide the conversionConfig)
  • Improvement - The API blocks.convert() now returns the new block API
  • Improvement - The API caret.setToBlock() now can accept either BlockAPI or block index or block id
  • ImpovementMenuConfigTunesMenuConfig type is deprecated, use the MenuConfig instead – ImprovementTypesBlockToolConstructorOptions type improved, block and config are not optional anymore
  • Improvement - The Plus button and Block Tunes toggler are now better aligned with large line-height blocks, such as Headings
  • Improvement — Creating links on Android devices: now the mobile keyboard will have an "Enter" key for accepting the inserted link.
  • Improvement — Placeholders will stay visible on inputs focus. – Refactoring – Switched to Vite as Cypress bundler
  • FixonChange will be called when removing the entire text within a descendant element of a block.
  • Fix - Unexpected new line on Enter press with selected block without caret
  • Fix - Search input autofocus loosing after Block Tunes opening
  • Fix - Block removing while Enter press on Block Tunes

... (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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner August 22, 2024 13:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2024
@dependabot dependabot bot requested review from Cloud11PL and poulch August 22, 2024 13:07
Copy link

changeset-bot bot commented Aug 22, 2024

⚠️ No Changeset found

Latest commit: f2a3aa6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/editorjs/editorjs-2.30.5 branch from 26514c8 to 06ca66c Compare August 28, 2024 14:18
Bumps [@editorjs/editorjs](https://github.com/codex-team/editor.js) from 2.24.3 to 2.30.5.
- [Release notes](https://github.com/codex-team/editor.js/releases)
- [Changelog](https://github.com/codex-team/editor.js/blob/next/docs/CHANGELOG.md)
- [Commits](codex-team/editor.js@v2.24.3...v2.30.5)

---
updated-dependencies:
- dependency-name: "@editorjs/editorjs"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/editorjs/editorjs-2.30.5 branch from 06ca66c to b6b087f Compare September 5, 2024 09:49
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