editor.js/src/components/modules/api
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
..
blocks.ts fix(conversion): restore caret after conversion though the Inline Toolbar and API (#2699) 2024-04-29 22:24:31 +03:00
caret.ts fix(conversion): restore caret after conversion though the Inline Toolbar and API (#2699) 2024-04-29 22:24:31 +03:00
events.ts refactoring(modules): Events module is util now (#1582) 2021-03-15 21:01:10 +03:00
i18n.ts Fix i18n for tunes and tools (#1711) 2021-06-28 13:06:35 +03:00
index.ts feat(toolbar): toolbar refactored and ui improved (#1815) 2021-11-24 21:14:24 +03:00
inlineToolbar.ts Release: 2.19 (#1364) 2020-10-13 20:50:46 +03:00
listeners.ts feat(toolbar): toolbar refactored and ui improved (#1815) 2021-11-24 21:14:24 +03:00
notifier.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
readonly.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
sanitizer.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
saver.ts Release: 2.19 (#1364) 2020-10-13 20:50:46 +03:00
selection.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
styles.ts Release: 2.19 (#1364) 2020-10-13 20:50:46 +03:00
toolbar.ts feat(toolbar-api): method for toggling toolbox (#2332) 2023-04-13 20:02:46 +03:00
tooltip.ts fix(toolbar): layout shrink after blocks removing (#2484) 2023-09-20 11:07:25 +03:00
ui.ts feat(toolbar): toolbar refactored and ui improved (#1815) 2021-11-24 21:14:24 +03:00