Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(modal): convert modal logic to modifier #934

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

anehx
Copy link
Member

@anehx anehx commented Sep 12, 2022

Moving the modal logic to a modifier has the advantage of not needing the ember and mutation observers and the dependency on @ember/render-modifiers.

Consuming apps that needed to enable the default-async-observers for modals to work should be able to disable it now.

@anehx anehx requested a review from velrest September 12, 2022 15:31
@anehx anehx force-pushed the uk-modal-modifier branch 3 times, most recently from ff0181e to 43b1a08 Compare September 13, 2022 08:04
@anehx anehx requested a review from Yelinz September 13, 2022 08:07
@anehx anehx force-pushed the uk-modal-modifier branch 2 times, most recently from 5d90c15 to 8def3fd Compare September 13, 2022 09:49
Copy link
Contributor

@luytena luytena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! LGTM 🔥

@anehx anehx changed the title chore(modal): convert modal logic to modifier feat(modal): convert modal logic to modifier Sep 13, 2022
Moving the modal logic to a modifier has the advantage of not needing
the ember and mutation observers and the dependency on
`@ember/render-modifiers`.

Consuming apps that needed to enable the `default-async-observers` for
modals to work should be able to disable it now.
@anehx anehx merged commit 84f83cd into adfinis:main Sep 13, 2022
@anehx
Copy link
Member Author

anehx commented Sep 13, 2022

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@anehx anehx added the released label Sep 13, 2022
@anehx anehx deleted the uk-modal-modifier branch March 28, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants