Releases: kindlyops/ember-inline-edit
Releases · kindlyops/ember-inline-edit
1.1.0
v1.0.0-beta.1
- [Cleanup] Removes dependency on jQuery and uses the new shims.
- [Bugfix] Ensures that the editable component doesn't get
is-hidden
class by default. - [Breaking] Instead of the
onClose
action,ember-inline-edit
now sends theonCancel
action
on cancel (or escape) and resets the value to the actual value.