Skip to content

Commit

Permalink
[DOC beta] Deprecation link for Ember.Component.reopen
Browse files Browse the repository at this point in the history
  • Loading branch information
Glarregle committed Sep 8, 2021
1 parent c448335 commit 1b90e28
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/@ember/-internals/glimmer/lib/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,11 @@ if (EMBER_MODERNIZED_BUILT_IN_COMPONENTS) {
{
id: 'ember.component.reopen',
for: 'ember-source',
since: {},
until: '4.0.0',
since: {
enabled: '4.0.0',
},
url: 'https://deprecations.emberjs.com/v4.x#toc_ember-component-reopen',
until: '5.0.0',
}
);

Expand All @@ -1109,8 +1112,11 @@ if (EMBER_MODERNIZED_BUILT_IN_COMPONENTS) {
{
id: 'ember.component.reopen',
for: 'ember-source',
since: {},
until: '4.0.0',
url: 'https://deprecations.emberjs.com/v4.x#toc_ember-component-reopen',
since: {
enabled: '4.0.0',
},
until: '5.0.0',
}
);

Expand Down

0 comments on commit 1b90e28

Please sign in to comment.