From f37f677241410f05899c19b7317f65893b814efc Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 23 Oct 2015 18:13:15 -0400 Subject: [PATCH] [FEATURE ember-contextual-components] Enable by default. As discussed in Ember core team meeting on 2015-10-23. Prior to 2.3 branching into beta we need to evaluate the local lookup feature to ensure that contextual components land within one version of local lookup. If it looks like local lookup will not land by 2.4 (before branching 2.3.0-beta.1) this feature will be delayed. This timing should not be an issue. --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 13c6f87c656..ced75417cce 100644 --- a/features.json +++ b/features.json @@ -9,6 +9,6 @@ "ember-debug-handlers": true, "ember-routing-routable-components": null, "ember-metal-ember-assign": null, - "ember-contextual-components": null + "ember-contextual-components": true } }