Ember Modal Service Versions Save

An ember-cli addon to manage modals as promises

v2.7.0

2 years ago

2.7.0 (2021-12-21)

Bug Fixes

  • apply suggestions into PR (5c73504)
  • delete unnecesary private variable (ad8ed8e)
  • resolve modal with function (a1d135f)
  • update condition isDestroying (ceeff26)
  • update safeDidOpen func (216a4da)

Features

  • resolve modal when is destroyed (998b8ca)
  • resolve suggestion into PR (0f66af4)

v2.6.0

2 years ago

2.6.0 (2021-11-24)

Features

  • wait until modal is destroyed (b84d425)

v2.5.0

3 years ago

2.5.0 (2020-10-05)

Features

  • add events when opening/closing a modal (ca50ad3)
  • model: make deferred private (ba54c09)
  • closeByModel as private method (7791d42)

v2.4.0

3 years ago

2.4.0 (2020-09-28)

Bug Fixes

  • modal: allow reopen resolve and reject methods (9f02276)

Features

  • migrate to ES6 classes (b2a0781)
  • on-transition-end: only listen for transitions on target (a09dbd6), closes #43

v2.3.0

4 years ago

2.3.0 (2020-03-27)

Features

  • deps: upgrade ember-task-scheduler (795284f)

v2.2.0

4 years ago

2.2.0 (2020-03-06)

Features

  • [feat][DB-90214] calledOnceWith (aa5559f)
  • [feat][DB-90214] Move 'open-modal' helper to Github (d67a1a1)
  • [feat][DB-90214] Use sinon in test (c4b6877)
  • eslint warning (278adf9)

v2.1.0

4 years ago

2.1.0 (2019-12-05)

Features

  • upgrade: upgrade ember version and fix tests (141439d)
  • util: use transition-end from npm (fb6fe66)

v2.0.0

4 years ago

2.0.0 (2019-06-21)

chore

  • 🤖 removed linter from qunit tests (050e64c)

Features

BREAKING CHANGES

  • 🧨 removed classNameBindings

v1.3.0

5 years ago

1.3.0 (2019-04-24)

Features

  • remove the instance of $() and replace with this.element (aaf557d)

v1.2.2

5 years ago

1.2.2 (2019-02-20)

Bug Fixes

  • package: update ember-cli-babel to version 7.4.3 (6f81cbd), closes #37