Skip to content

Releases: kindlyops/ember-inline-edit

1.1.0

01 Sep 09:18
0a8edba
Compare
Choose a tag to compare

[Chore] Upgrades ember to 3.2.0
[Breaking] Non-closure actions won't work anymore. If you're using them with ember-inline-edit anywhere in your app, please update to closure actions.

v1.0.0-beta.1

14 Jul 06:20
Compare
Choose a tag to compare
  • [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 the onCancel action
    on cancel (or escape) and resets the value to the actual value.