Closed anehx closed 2 years ago
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.
@ember/render-modifiers
Consuming apps that needed to enable the default-async-observers for modals to work should be able to disable it now.
default-async-observers
:tada: This PR is included in version 6.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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.