From be1730d700a0a03aa0696f9c994b37aa97e196a0 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 24 Apr 2020 13:02:13 -0400 Subject: [PATCH] Update deprecation for `{{-in-element}}` to be until: 3.25.0. We can always delay removal until the community has fully migrated, but having the deprecation be through two LTS (master will be 3.20, then another LTS in 3.24) is more than enough for a private API. --- .../ember-template-compiler/lib/plugins/transform-in-element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ember-template-compiler/lib/plugins/transform-in-element.ts b/packages/ember-template-compiler/lib/plugins/transform-in-element.ts index 8ccf5d30e37..ea67fc9d78a 100644 --- a/packages/ember-template-compiler/lib/plugins/transform-in-element.ts +++ b/packages/ember-template-compiler/lib/plugins/transform-in-element.ts @@ -77,7 +77,7 @@ export default function transformInElement(env: ASTPluginEnvironment): ASTPlugin false, { id: 'glimmer.private-in-element', - until: '4.0.0', + until: '3.25.0', } ); }