Skip to content

Latest commit

 

History

History
275 lines (198 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

275 lines (198 loc) · 18.9 KB

Changelog

Release (2024-04-05)

ember-promise-modals 5.0.0 (major)

💥 Breaking Change

🏠 Internal

Committers: 1

v4.1.0 (2024-02-01)

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 3

v4.0.0 (2023-06-01)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #826 Ensure animations are triggered when prefer-reduced-animation is used (@pichfl)
  • #682 Improve test helper (@pichfl)

🏠 Internal

  • #819 Update ember-try configuration (@pichfl)
  • #688 Prefer "happy path" code style for _resolve() (@pichfl)
  • #687 Extract destruction of the modals effects into a method and apply them (@pichfl)
  • #686 Closing the modal should inform the modals service (@pichfl)
  • #766 Replace deprecated release-it-lerna-changelog (@pichfl)
  • #685 Move attaching/detaching animationend event handler into methods and generalize related names (@pichfl)
  • #763 Allow automatic installation of peer dependencies (@pichfl)
  • #684 Move focusTrap setup/teardown to methods (@pichfl)
  • #683 Replace retained element reference with a method (@pichfl)
  • #598 Refactor handling of focusTrap.onDeactivate method (@pichfl)
  • #681 remove dependabot configuration (@nickschot)

Committers: 5

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! 🎉