editor.js/src/components
Polina Shneider fc3e146764
Validate saved data (#591)
* Specify submodule branch for test

* Change branch for testing convenience

Just run: git submodule update --remote

* Added checklist submodule for test

* Attempt to validate data on save

* Rewrite promise.then to async/await

* Move validate logic to saver

* Remove extra space

* Fix tabs

* Don't need async/await here

* Remove submodule

* Improve logging, remove empty blocks from data array

* Remove warning

* Loop over blocks only once

* Make validate non-async

* Get rid of await Promise.all

* Make validate async

* Call plugin's validate method with await

* Add docs

* Update docs

* Make separate function for tools validation

* Rename method

* Add data types interfaces

* Improve logging

* Desctructure extraction object

* Remove useless argument

* Update README and changelog

* Make separate changelog for version

* Increase version

* Bump version

* Keep logs at their places

* Fix logs order

* Pull submodules

* Improve logs grouping

* log styles improved

* Describe allExtractedData type

* Improve JSDoc
2019-01-12 19:39:43 +03:00
..
block-tunes Issue-459 (#551) 2018-12-06 22:23:06 +03:00
inline-tools Fix losing of selection (#576) 2018-12-24 23:58:45 +03:00
modules Validate saved data (#591) 2019-01-12 19:39:43 +03:00
tools Stub Tool (#545) 2018-12-05 17:02:09 +03:00
__module.ts Move to typescript (#474) 2018-11-23 19:11:50 +03:00
block.ts Validate saved data (#591) 2019-01-12 19:39:43 +03:00
blocks.ts Improve caret behaviour (#589) 2019-01-12 04:57:37 +03:00
core.ts Enable editor autofocus (#581) 2019-01-12 03:44:43 +03:00
dom.ts Improve caret behaviour (#589) 2019-01-12 04:57:37 +03:00
polyfills.ts Polifylls Element interface type fixes and Selection util rangeCount extra condition (#555) 2018-12-07 09:37:14 +03:00
selection.ts Fix losing of selection (#576) 2018-12-24 23:58:45 +03:00
utils.ts issue-469: resolving error with setCaret (#570) 2018-12-19 15:46:07 +03:00