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.28.2 to 2.30.6 in /node-roncli-com #1422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps @editorjs/editorjs from 2.28.2 to 2.30.6.

Release notes

Sourced from @​editorjs/editorjs's releases.

v2.30.6

  • Fix — Fix the display of ‘Convert To’ near blocks that do not have the ‘conversionConfig.export’ rule specified
  • Fix — The Plus button does not appear when the editor is loaded in an iframe in Chrome
  • Fix — Prevent inline toolbar from closing in nested instance of editor

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

... (truncated)

Changelog

Sourced from @​editorjs/editorjs's changelog.

2.30.6

Fix – Fix the display of ‘Convert To’ near blocks that do not have the ‘conversionConfig.export’ rule specified – Fix – The Plus button does not appear when the editor is loaded in an iframe in Chrome

  • Fix - Prevent inline toolbar from closing in nested instance of editor

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.

... (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 [@editorjs/editorjs](https://github.com/codex-team/editor.js) from 2.28.2 to 2.30.6.
- [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.28.2...v2.30.6)

---
updated-dependencies:
- dependency-name: "@editorjs/editorjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
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.

0 participants