mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 14:45:47 +01:00
* notifier and tooltip, fix closes #2591, #2390, #2462 * Update CHANGELOG.md --------- Co-authored-by: Peter <specc.dev@gmail.com>
This commit is contained in:
parent
5ec240891c
commit
b20c891478
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue