-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated Modifier Manager version 3.13 #1329
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SG.
|
||
// This capability is used in Ember, exclusively in resolution mode. See the | ||
// Ember glimmer resolver for details. | ||
passFactoryToCreate: managerAPI === '3.13', | ||
passFactoryToCreate: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That this and line 46 above are now hard-coded likely points to further possible removals.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, fixed in #1334
High level breaking changes: * `@glimmer/integration-tests`, `@glimmer/manager`, `@glimmer/validator` * [#1330](glimmerjs/glimmer-vm#1330) Remove deprecated support for mutation after consumption during certain manager hooks ([@snewcomer](https://github.com/snewcomer)) * `@glimmer/manager` * [#1328](glimmerjs/glimmer-vm#1328) Remove deprecated Component Manager version 3.4 ([@nlfurniss](https://github.com/nlfurniss)) * `@glimmer/integration-tests`, `@glimmer/manager` * [#1329](glimmerjs/glimmer-vm#1329) Remove deprecated Modifier Manager version 3.13 ([@nlfurniss](https://github.com/nlfurniss)) See full details here: https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.81.0
High level breaking changes: * `@glimmer/integration-tests`, `@glimmer/manager`, `@glimmer/validator` * [#1330](glimmerjs/glimmer-vm#1330) Remove deprecated support for mutation after consumption during certain manager hooks ([@snewcomer](https://github.com/snewcomer)) * `@glimmer/manager` * [#1328](glimmerjs/glimmer-vm#1328) Remove deprecated Component Manager version 3.4 ([@nlfurniss](https://github.com/nlfurniss)) * `@glimmer/integration-tests`, `@glimmer/manager` * [#1329](glimmerjs/glimmer-vm#1329) Remove deprecated Modifier Manager version 3.13 ([@nlfurniss](https://github.com/nlfurniss)) See full details here: https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.81.0
According to the deprecation guide, support for 3.13 is removed in Ember 4.0