This repository was archived by the owner on Apr 15, 2020. It is now read-only.
PastMagpie
- Pass down
operationprop (partially applied) so apps can call these without associated workflows, and can call them while actions are mid-progress. - Replace individual abilities on
abilitiesprop with singleactionableboolean - Change naming of base operations to drop
onprefix - Remove
dirtyactions and tasks, keep only thedirtyoperation now - Make editorState usage more in line with React's
setState - Remove
dirty: falseongooperation as it's not a concern ofgowhatdirtyis. Now dirty should be set manually usingoperations, usually oncomponentWillMountandcomponentWillUnmountof a form component - Use a new button pattern in docs for less code duplication
- Use
entityEditor.namesprops in docs - Remove unused flow types