editor.js/test/cypress/tests
Jean-Gab de364175eb
Unique ids in blocks with nanoid (#1667)
* feat: Add unique ids for each block

* fix: Improve code based on code review

* feat(block ids): Use nanoid library for block id generation

* Remove unused files

* Add tests

* Fix lint & test

* fix: Remove unnecessary id generation, use nanoid(10) to shorten the id, add changelog and some documentation

Also improved some documentation along the lines and fixed linting

* Update copy-paste.spec.ts

* fix id generation, add api method

* Update blocks.spec.ts

* update tests

Co-authored-by: cobb <kebincheng@yeah.net>
Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
Co-authored-by: Georgy Berezhnoy <gohabereg@gmail.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2021-04-27 16:33:00 +03:00
..
api Unique ids in blocks with nanoid (#1667) 2021-04-27 16:33:00 +03:00
modules Fix #1640 (#1649) 2021-04-14 19:07:16 +00:00
tools Add cypress workflow (#1638) 2021-04-08 23:15:42 +03:00
block-ids.spec.ts Unique ids in blocks with nanoid (#1667) 2021-04-27 16:33:00 +03:00
copy-paste.spec.ts Unique ids in blocks with nanoid (#1667) 2021-04-27 16:33:00 +03:00
initialization.spec.ts [Feature] Block Tunes API (#1596) 2021-04-04 15:10:26 +03:00
sanitisation.spec.ts Add cypress workflow (#1638) 2021-04-08 23:15:42 +03:00