Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 697 Bytes

FEATURES.md

File metadata and controls

23 lines (14 loc) · 697 Bytes

About Features

Please read the Feature Flag Guide for a detailed explanation.

Feature Flags

  • ember-libraries-isregistered

    Add isRegistered to Ember.libraries. This convenience method checks whether a library is registered with Ember or not.

  • ember-improved-instrumentation

    Adds additional instrumentation to Ember:

    • interaction.<event-name> for events handled by a component.
    • interaction.ember-action for closure actions.
    • interaction.link-to for link-to execution.
  • ember-testing-resume-test

    Introduces the resumeTest testing helper to complement the pauseTest helper.