Skip to content

Releases: IliasDeros/ember-ds-inline-edit

Customization and stability

23 Aug 05:30
Compare
Choose a tag to compare
  • new customUpdate function
  • extracted functionality into actions for better extendability
  • Moved ember dependencies to NPM, thanks to @ryanlitalien #4

Add onUpdate action

17 Apr 20:42
Compare
Choose a tag to compare

Allow custom logic on update through an "onUpdate" action

Better error handling

07 Feb 22:54
Compare
Choose a tag to compare

When a server error is thrown, allow custom error handling by sending an onError action with the server error.