mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-03-06 22:09:47 +01:00
* change normalization can be set with setOperationFlag, and changes can be executed in sequence with automatic suppression with guaranteed document normalization at the end. * responded to developer feedback by renaming execute to withMutations (to mirror immutable JS), implemented tests, updated documentation * fixed typos discovered in review. * fixed missing normalize flag usages and added withMutations to the schemas guide * responded to developer feedback * fixed lint errors and cleaned up code * readd missing tests * getFlag now allows options to override the change flags * removed normalize restoration asserts from unit tests * unit test cleanup