editor.js/src/components/modules
Peter Savchenko 23858e0025
fix(conversion): restore caret after conversion though the Inline Toolbar and API (#2699)
* fix caret loosing after caret

* Refactor convert method to return Promise in Blocks API

* changelog upd

* Fix missing semicolon in blocks.cy.ts and BlockTunes.cy.ts

* add test for inline toolbar conversion

* Fix missing semicolon in InlineToolbar.cy.ts

* add test for toolbox shortcut

* api caret.setToBlock now can accept block api or index or id

* eslint fix

* Refactor test descriptions in caret.cy.ts

* rm tsconfig change

* lint

* lint

* Update CHANGELOG.md
2024-04-29 22:24:31 +03:00
..
api fix(conversion): restore caret after conversion though the Inline Toolbar and API (#2699) 2024-04-29 22:24:31 +03:00
toolbar fix(conversion): restore caret after conversion though the Inline Toolbar and API (#2699) 2024-04-29 22:24:31 +03:00
blockEvents.ts fix ios shift (#2696) 2024-04-27 21:09:16 +03:00
blockManager.ts fix caret loosing after caret (#2697) 2024-04-27 21:19:12 +03:00
blockSelection.ts feat(ui): native-like tab behaviour, slash for toolbox (#2569) 2023-12-22 23:15:35 +03:00
caret.ts feat(merge): blocks of different types can be merged (#2671) 2024-04-01 12:29:47 +03:00
crossBlockSelection.ts fix(block-tunes): enter keydown problems (#2650) 2024-03-13 17:30:16 +03:00
dragNDrop.ts Fix BlockManager.setCurrentBlockByChildNode() with multiple Editor.js instances 2021-02-17 18:01:28 +03:00
index.ts Use Vite builder (#2300) 2023-04-13 22:25:29 +03:00
modificationsObserver.ts chore(onChange): bugfix, batching, improvements of ModificationsObserver (#2349) 2023-05-12 20:50:48 +03:00
paste.ts feat(ui): native-like tab behaviour, slash for toolbox (#2569) 2023-12-22 23:15:35 +03:00
readonly.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
rectangleSelection.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
renderer.ts fix(renderer): handle empty array as data.blocks (#2454) 2023-09-05 11:24:47 +03:00
saver.ts chore(perf): initialisation and rendering performance optimisations (#2430) 2023-08-08 22:17:09 +03:00
tools.ts Use Vite builder (#2300) 2023-04-13 22:25:29 +03:00
ui.ts feat: nested popover (#2649) 2024-04-13 17:34:26 +00:00