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.29.1 in /node-roncli-com #1267

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 Mar 25, 2024

Bumps @editorjs/editorjs from 2.28.2 to 2.29.1.

Release notes

Sourced from @​editorjs/editorjs's releases.

v2.29.1

  • Fix — Toolbox wont be shown when Slash pressed along with Shift or Alt
  • Fix — Toolbox will be opened when Slash entered in non-US keyboard layout where there is no physical '/' key.

v2.29.0

Slide 16_9 - 14@2x

New Tab bevaviour, Slash as a Toolbox opener, improved Inline Toolbar, updates of navigation and more

💌 Read full changelog

v2.29.0-rc.8

  • Fix — Caret losing on Mobile Devices when adding a block via Toolbox or via Backspace at the beginning of a Block
  • New — Toolbox now will be opened by '/' in empty Block instead of Tab
  • New — Block Tunes now will be opened by 'CMD+/' instead of Tab in non-empty block
  • New — Tab now will navigate through Blocks. In last block Tab will navigate to the next input on page.
  • Improvement — Now you can set focus via arrows/Tab to "contentless" (decorative) blocks like Delimiter which have no inputs.
  • Refactoringce-block--focused class toggling removed as unused.

v2.29.0-rc.7

  • Fix — Inline Toolbar sometimes opened in an incorrect position. Now it will be aligned by the left side of the selected text. And won't overflow the right side of the text column.
  • Fix — Compiler error "This import is never used as a value and must use 'import type'..." fixed

v2.29.0-rc.6

fix: errors caused by events fired while editor is not initialized yet #2532

v2.29.0-rc.5

  • New — Editor Config now has the style.nonce attribute that could be used to allowlist editor style tag for Content Security Policy "style-src"

v2.29.0-rc.4

  • Fix — Editor wrapper element growing on the Inline Toolbar close

v2.29.0-rc.3

  • Fixblocks.render() won't lead the onChange call in Safari

v2.29.0-rc.1

  • Fix — Layout did not shrink when a large document cleared in Chrome
  • Fix — Multiple Tooltip elements creation fixed
  • Fix — When the focusing Block is out of the viewport, the page will be scrolled.

v2.29.0-rc.0

Fix — Passing an empty array via initial data or blocks.render() won't break the editor

Changelog

Sourced from @​editorjs/editorjs's changelog.

2.29.1

  • Fix — Toolbox wont be shown when Slash pressed with along with Shift or Alt
  • Fix — Toolbox will be opened when Slash pressed in non-US keyboard layout where there is no physical '/' key.

2.29.0

  • New — Editor Config now has the style.nonce attribute that could be used to allowlist editor style tag for Content Security Policy "style-src"
  • New — Toolbox now will be opened by '/' in empty Block instead of Tab
  • New — Block Tunes now will be opened by 'CMD+/' instead of Tab in non-empty block
  • New — Tab now will navigate through Blocks. In last block Tab will navigate to the next input on page.
  • Fix — Passing an empty array via initial data or blocks.render() won't break the editor
  • Fix — Layout did not shrink when a large document cleared in Chrome
  • Fix — Multiple Tooltip elements creation fixed
  • Fix — When the focusing Block is out of the viewport, the page will be scrolled.
  • Fix - Compiler error "This import is never used as a value and must use 'import type'..." fixed
  • Fixblocks.render() won't lead the onChange call in Safari
  • Fix — Editor wrapper element growing on the Inline Toolbar close
  • Fix — Fix errors thrown by clicks on a document when the editor is being initialized
  • Fix — Caret losing on Mobile Devices when adding a block via Toolbox or via Backspace at the beginning of a Block
  • Improvement — Now you can set focus via arrows/Tab to "contentless" (decorative) blocks like Delimiter which have no inputs.
  • Improvement — Inline Toolbar sometimes opened in an incorrect position. Now it will be aligned by the left side of the selected text. And won't overflow the right side of the text column.
  • Improvement - Now the data-mutation-free supports deep nesting, so you can mark some element with it to prevent the onChange call caused by child element mutating
  • Improvement - Now the data-mutation-free also allows to skip "characterData" mutations (eg. text content change)
  • Refactoringce-block--focused class toggling removed as unused.
Commits
  • b619946 fix(slash): do not handle / + shift/alt, support for ascii keyboard (#2599)
  • 9542551 chore(release): increment package version to 2.29 (#2593)
  • 4bdf7a1 chore(on-change): check data-mutation-free of parent nodes (#2548)
  • c5ddf91 Bump version (#2557)
  • 11925ca fix(caret): caret loosing on mobile devices (#2570)
  • cd29c52 feat(ui): native-like tab behaviour, slash for toolbox (#2569)
  • ea2be75 Make a request to github api instead of using composite action (#2558)
  • 5515c3b feat: Skip workflow and do not bump version if it was changed already (#2555)
  • 6385ab2 Bump version (#2554)
  • c5854ee fix(inline-toolbar): appearance logic improved (#2550)
  • Additional commits viewable in compare view

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.29.1.
- [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.29.1)

---
updated-dependencies:
- dependency-name: "@editorjs/editorjs"
  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 Mar 25, 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.

None yet

0 participants