Skip to content

Commit

Permalink
notifier and tooltip, fix closes #2591, #2390, #2462 (#2842)
Browse files Browse the repository at this point in the history
* notifier and tooltip, fix closes #2591, #2390, #2462

* Update CHANGELOG.md

---------

Co-authored-by: Peter <[email protected]>
  • Loading branch information
Sozialarchiv and neSpecc authored Nov 6, 2024
1 parent 5ec2408 commit b20c891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- `Fix` - Incorrect caret position after blocks merging in Safari
- `Fix` - Several toolbox items exported by the one tool have the same shortcut displayed in toolbox
- `Improvement` - The current block reference will be updated in read-only mode when blocks are clicked
- `Fix` - codex-notifier and codex-tooltip moved from devDependencies to dependencies in package.json to solve type errors

### 2.30.6

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"@editorjs/simple-image": "^1.4.1",
"@types/node": "^18.15.11",
"chai-subset": "^1.6.0",
"codex-notifier": "^1.1.2",
"codex-tooltip": "^1.0.5",
"core-js": "3.30.0",
"cypress": "^13.13.3",
"cypress-intellij-reporter": "^0.0.7",
Expand Down Expand Up @@ -79,6 +77,8 @@
"url": "https://opencollective.com/editorjs"
},
"dependencies": {
"@editorjs/caret": "^1.0.1"
"@editorjs/caret": "^1.0.1",
"codex-notifier": "^1.1.2",
"codex-tooltip": "^1.0.5"
}
}

0 comments on commit b20c891

Please sign in to comment.