Skip to content

Latest commit

 

History

History
172 lines (113 loc) · 9.01 KB

CHANGELOG.md

File metadata and controls

172 lines (113 loc) · 9.01 KB

Changelog

v3.0.1 (2022-04-12)

🐛 Bug Fix

  • #596 Ensure calls to @close run before the focus-out deactivation (@pichfl)

🏠 Internal

  • #597 Remove deprecated clickOutsideDeactivates option (@pichfl)

Committers: 1

v3.0.0 (2022-04-11)

💥 Breaking Change

🚀 Enhancement

📝 Documentation

  • #502 Provide additional documentation for the Modal class and ModalOptions (@pichfl)

🏠 Internal

Committers: 3

v2.0.0 (2021-09-01)

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

  • #431 Use env=production when building the dummy application (@pichfl)
  • #430 Update production build path for GitHub pages (@pichfl)
  • #415 Deploy dummy application to Github pages (@pichfl)

Committers: 4

v1.1.1 (2021-07-27)

🐛 Bug Fix

  • #422 fix promsie-modals from breaking when used in another addon instead of an app (@nickschot)

Committers: 1

v1.1.0 (2021-07-27)

🚀 Enhancement

🐛 Bug Fix

  • #420 explicitly specify animation delay and duration as separate to make sure they're properly used by the browser (@nickschot)

Committers: 1

v1.0.2 (2021-07-26)

🐛 Bug Fix

  • #419 fix setting a delay on the backdrop or modal makes animation break (@nickschot)

🏠 Internal

Committers: 1

v1.0.1 (2021-07-16)

🐛 Bug Fix

  • #412 fix backdrop not animating immediately after the last modal is closed (@nickschot)

🏠 Internal

Committers: 2

v1.0.0 (2021-07-13)

💥 Breaking Change

  • #148 Replace ember-animated with CSS animations (@pichfl)

🚀 Enhancement

  • #148 Replace ember-animated with CSS animations (@pichfl)

🏠 Internal

Committers: 3

v0.2.1 (2020-06-30)

🚀 Enhancement

  • #178 Expose clickOutsideDeactivates on the modals service (@Turbo87)

🐛 Bug Fix

  • #181 service/modals: Reset .epm-scrolling-disabled class in the destructor (@Turbo87)
  • #180 components/modal: Fix broken destructor (@Turbo87)

🏠 Internal

Committers: 1

v0.2.0 (2020-04-22)

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

v0.1.0 (2019-09-03)

Initial Release! 🎉