editor.js/test/cypress/tests
azibodusi osain 9b7da504e4
feat(blocks-api): the insert() method now has the optional id param
* refactor: added id to the insert method  to allow user pass and existing id to the method

When  working with multiple editor at the same and need to link  all  blocks to each editor and keeping the same ids in all.

* moved the position of the block_id params to the end to aaviod breaking cha

* doc: updated  the  documentation on insert method params

* refactor :  formatted  the code to  add/remove  space

* refactor: moved the position of the `id` and its description to the respective position

* refactor: rollback to previous commit

* added back the removed default value

* fix error, remove garbage

* test added, changelog added

Co-authored-by: Umang G. Patel <23169768+robonetphy@users.noreply.github.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-11-25 23:59:38 +04:00
..
api feat(blocks-api): the insert() method now has the optional id param 2022-11-25 23:59:38 +04:00
inline-tools feat(icons): codex icons package is used instead of svg sprite (#2173) 2022-11-25 22:26:23 +04:00
modules chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
tools chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
utils chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
block-ids.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
copy-paste.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
i18n.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
initialization.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
onchange.spec.ts Block tunes as a popover (#2091) 2022-11-03 20:52:33 +03:00
readOnly.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
sanitisation.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
selection.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00
utils.spec.ts chore(linting): eslint updated, code linted (#2174) 2022-11-25 21:56:50 +04:00