We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd682b5 commit 42d0a35Copy full SHA for 42d0a35
FEATURES.md
@@ -5,6 +5,12 @@ for a detailed explanation.
5
6
## Feature Flags
7
8
-* `ember-testing-resume-test`
+* `EMBER_DEFAULT_HELPER_MANAGER`
9
10
- Introduces the `resumeTest` testing helper to complement the `pauseTest` helper.
+ Provides a default manager for unrecognized helpers as specified in
11
+ [RFC-756](https://github.com/emberjs/rfcs/blob/master/text/0756-helper-default-manager.md).
12
+
13
+* `EMBER_UNIQUE_ID_HELPER`
14
15
+ Provides a `{{unique-id}} helper as specified in
16
+ [RFC-659](https://github.com/emberjs/rfcs/blob/master/text/0659-unique-id-helper.md).
0 commit comments