editor.js/test/cypress
Peter Savchenko 922dfd8741
chore(api): blocks.update(id, data) method improved (#2443)
* add custom Chai assertion "be.calledWithBatchedEvents" for testing onchange

* chore(api): blocks.update(id, data) method improved

- `blocks.update(id, data)` now can accept partial data object — it will update only passed properties, others will remain the same.
- `blocks.update(id, data)` now will trigger onChange with only `block-change` event.
- `blocks.update(id, data)` will return a promise with BlockAPI object of changed block.

* fix tests

* Update blocks.cy.ts
2023-08-19 07:53:42 +03:00
..
fixtures chore(api): blocks.update(id, data) method improved (#2443) 2023-08-19 07:53:42 +03:00
plugins Use Vite builder (#2300) 2023-04-13 22:25:29 +03:00
support chore(api): blocks.update(id, data) method improved (#2443) 2023-08-19 07:53:42 +03:00
tests chore(api): blocks.update(id, data) method improved (#2443) 2023-08-19 07:53:42 +03:00
.eslintrc chore(perf): initialisation and rendering performance optimisations (#2430) 2023-08-08 22:17:09 +03:00
tsconfig.json Block tunes as a popover (#2091) 2022-11-03 20:52:33 +03:00