Releases: mainmatter/ember-promise-modals
Releases · mainmatter/ember-promise-modals
v5.0.0
Release (2024-04-05)
ember-promise-modals 5.0.0 (major)
Note: the category "Other" contains PRs that were merged before the repository was changed to a monorepo.
💥 Breaking Change
ember-promise-modals
,test-app
- #920 Convert the addon to v2 (@BlueCutOfficial)
- Other
- #913 Remove support for deprecated
modal-from-string
(@BlueCutOfficial) - #910 Drop Ember < 3.28 and node < 16 (@BlueCutOfficial)
- #909 Remove the PostCSS process (@BlueCutOfficial)
- #913 Remove support for deprecated
🏠 Internal
ember-promise-modals
- #919 Use co-location in the addon package (@BlueCutOfficial)
- #918 Realign internal components names to use the default convention (@BlueCutOfficial)
test-app
- #943 Remove version numbers on private packages (@BlueCutOfficial)
- Other
- #925 ci (fix): in the deploy workflow, move the install before the addon build (@BlueCutOfficial)
- #924 CI (fix): Build the addon before building and deploying the test app (@BlueCutOfficial)
- #917 Fix the deployment workflow of the test-app (@BlueCutOfficial)
- #915 Replace eslint-plugin-node with latest eslint-plugin-n (@BlueCutOfficial)
ember-promise-modals
,test-app
- #927 Prepare the release process (@BlueCutOfficial)
- #916 Create a monorepo to separate v1 addon from test-app (@BlueCutOfficial)
Committers: 1
- Marine Dunstetter (@BlueCutOfficial)
v4.1.0
🚀 Enhancement
- #894 Deprecate opening a modal from string (@BlueCutOfficial)
📝 Documentation
- #908 Deprecations/ Adjust the line about deprecated node versions(@BlueCutOfficial)
- #897 Communicate about all the major changes planned for the v2 addon (@BlueCutOfficial)
🏠 Internal
- #907 Internal fix/ re-add node 14 to the list of supported engines (@BlueCutOfficial)
- #858 Fix CI tests for beta/canary channels (@zeppelin)
Committers: 3
- Gabor Babicz (@zeppelin)
- Marco Otte-Witte (@marcoow)
- Marine Dunstetter (@BlueCutOfficial)
v4.0.0
💥 Breaking Change
- #856 setupPromiseModals should wait for test waiters to settle (@marcin-wicha)
🚀 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
- Florian Pichler (@pichfl)
- Gabor Babicz (@zeppelin)
- Marcin Wicha (@marcin-wicha)
- Nick Schot (@nickschot)
- Sebastian Helbig (@sebastianhelbig)
v3.0.1
v3.0.0
💥 Breaking Change
- #588 Use ember-auto-import@2 (@pichfl)
- #478 Update to latest addon blueprint (@pichfl)
- #438 bump @ember/test-waiters to 3.0.0 (@nickschot)
- #437 Drop Node 10 support (@nickschot)
🚀 Enhancement
- #549 Enhance focus trap configuration (@zeppelin)
- #533 Legacy: Downgrade native class to Ember.Object (@pichfl)
- #436 Embroider optimized compatibility (@nickschot)
- #517 Add option to disable focus trap (@zeppelin)
📝 Documentation
🏠 Internal
- #594 Configure release-it (@pichfl)
- #570 Setup Renovatebot (@nickschot)
- #477 Replace Yarn with pnpm (@pichfl)
- #530 Internal: Extend and apply prettier configuration (@pichfl)
- #500 Specify octane edition in package.json & add missing optional features (@nickschot)
- #499 Update ember-release scenario to use auto-import v2 (@nickschot)
Committers: 3
- Florian Pichler (@pichfl)
- Gabor Babicz (@zeppelin)
- Nick Schot (@nickschot)
v2.0.0
💥 Breaking Change
🚀 Enhancement
📝 Documentation
- #432 Fix responsiveness of dummy app (@nickschot)
- #414 Improve README and dummy application (@pichfl)
🏠 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
- Anass OUMIRI (@aoumiri)
- Florian Pichler (@pichfl)
- Nick Schot (@nickschot)
- @dependabot-preview[bot]
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
- Nick Schot (@nickschot)
v1.1.0 (2021-07-27)
🚀 Enhancement
- #421 add optional onAnimationModalOutEnd hook (@nickschot)
🐛 Bug Fix
- #420 explicitly specify animation delay and duration as separate to make sure they're properly used by the browser (@nickschot)
Committers: 1
- Nick Schot (@nickschot)
v1.0.2 (2021-07-26)
🐛 Bug Fix
- #419 fix setting a delay on the backdrop or modal makes animation break (@nickschot)
🏠 Internal
- #417 Delete unused modal service file from dummy app (@nickschot)
Committers: 1
- Nick Schot (@nickschot)
v1.0.1 (2021-07-16)
🐛 Bug Fix
- #412 fix backdrop not animating immediately after the last modal is closed (@nickschot)
🏠 Internal
- #413 use babel-eslint as eslint parser (@nickschot)
Committers: 2
- Nick Schot (@nickschot)
- @dependabot-preview[bot]