Releases: IliasDeros/ember-ds-inline-edit
Releases · IliasDeros/ember-ds-inline-edit
Customization and stability
- new
customUpdate
function - extracted functionality into actions for better extendability
- Moved ember dependencies to NPM, thanks to @ryanlitalien #4
Add onUpdate action
Allow custom logic on update through an "onUpdate" action
Better error handling
When a server error is thrown, allow custom error handling by sending an onError
action with the server error.