Please read the Feature Flag Guide for a detailed explanation.
-
ember-libraries-isregisteredAdd
isRegisteredtoEmber.libraries. This convenience method checks whether a library is registered with Ember or not. -
ember-improved-instrumentationAdds additional instrumentation to Ember:
interaction.<event-name>for events handled by a component.interaction.ember-actionfor closure actions.interaction.link-tofor link-to execution.
-
ember-testing-resume-testIntroduces the
resumeTesttesting helper to complement thepauseTesthelper.