-
Notifications
You must be signed in to change notification settings - Fork 90
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
Planning v2 release #359
Comments
I think in order to achieve that in v2, we should plan deprecations for APIs which are directly bound to jquery, like |
can I help with this? |
@yratanov Thanks for the interest! I believe there are few more things needed. I'll work to create missing tickets and update this one today. |
@SergeAstapov Not sure why the issue was actually closed, maybe it is so due to majority of the tasks listed in this ticket has been done. I'm definitely interested in moving v2 release to completion. Hope to dedicate some time to continue working on it(hopefuly this year). |
@ro0gr can you think of some tasks I potentially may be able to help with? |
@SergeAstapov There are 2 general things to be done in the v2 branch:
Currently I have these two mixed locally in 1 large branch, I plan to split it into 2 PRs to get a better picture of what's left to be done. Once I do it, I will create a follow up tasks which can be parallelized. |
@SergeAstapov @ro0gr sorry I didn't know the issue was still being in use. I was cleaning some of my old PRs/Issues and closed this one (since it is from 2018). I can reopen if you think it's useful |
@san650 np, ok, reopened. |
Hey @ro0gr 👋, just wondering should we also consider adding the Ember v4 upgrade + v2 Addon migration changes here too as part of this major version bump, or would that be v3? |
@patocallaghan I'd love it to become v2 addon before releasing the new major. But don't want to have it as a requirement, cause TBH, I'm not sure if I manage to dedicate enough time for this kind of convertion in a foreseeable future. So if anyone would do it, I'd gladly include it before the v2 stable release. |
I can help with v2 conversion, already did for couple of addons |
https://github.com/NullVoxPopuli/ember-addon-migrator might also be useful |
I've created an issue for migration #575 |
What are the remaining steps to releasing 2.x as a full release instead of beta? Currently 1.x versions cause dot access deprecation warnings because of the dependency of dom helpers: #592 which blocks potential 4.x upgrades or apps to be on supported Ember LTS. |
@rtablada you are right. Let's move this forward. I've just updated bullet points with obviously missing steps. I'll try to come back to this topic this week, and keep this ticket updated. |
Thanks everyone for support! I think we are finally done here. |
(This are some ideas and we're open to suggestions)
Main goals
staticAddonTestSupportTrees
optimized mode #539)Deprecations
page.render()
is
Deprecate "is" helper #442url
increate
Deprecateurl
as the firstcreate
argument #464setContext
(Deprecate setContext #448)multiple
string-properties-on-definition
deprecationcreate-url-argument
deprecationThe text was updated successfully, but these errors were encountered: