Focus v0.10.1
Focus hasn't hange a lot in this version. Please read Focus-components v0.6.1 release note.
The main new feature is an improvement of action-builder:
See #190 #193 #195
You can now:
- perform multi node update, add a
postService
function which is chained to the service promise - The
store
isn't dumped when the action is a save action, you can use theshouldDumpStoreOnActionCall
config property to change this behaviour. This will stop the blink effect on save. Load actions should haveshouldDumpStoreOnActionCall
.