Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.05 KB

FEATURES.md

File metadata and controls

32 lines (19 loc) · 1.05 KB

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-routing-routable-components

    Implements RFC emberjs/rfcs#38, adding support for routable components.

  • ember-metal-ember-assign

    Add Ember.assign that is polyfill for Object.assign.

  • ember-htmlbars-local-lookup

    Provides the ability for component lookup to be relative to the source template.

    When the proper API's are implemented by the resolver in use this feature allows {{x-foo}} in a given routes template (say the post route) to lookup a component nested under post.

  • ember-test-helpers-fire-native-events

    Makes ember test helpers (fillIn, click, triggerEvent ...) fire native javascript events instead of jQuery.Events, maching more closely app's real usage.