-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is this addon still needed in Ember 2.13? #54
Comments
I am asking myself the same question. Seems it is in ember, but need to be enabled somehow. How? |
Yes, this addon is still needed. The RFC to Ember simply made this addons job a tad bit easier (and allowed it to rely on only public APIs). Specifically, I believe that step 3 in the usage instructions on the README is no longer needed with Ember 2.13. @bcardarella and/or @briangonzalez can y'all confirm? |
The Location can be deprecated but the Service is still necesarry |
and the router mixin is still necessary |
Using version 0.2.0 and ember 2.13.3, I can't get this working at all yet. I ember install'ed, Router mixin'ed, and (progressively, to test) added the two environment.js lines. To no avail, not sure if I'm just missing something--will try to post example repo later if I can't sort it out. |
@rwjblue I believe 2.14 is when the feature flag drops. It is still there for 2.13: https://github.com/emberjs/ember.js/blob/v2.13.3/packages/ember-routing/lib/location/history_location.js#L19 |
That makes sense, I got thrown by the "until released in 2.13" bit. Referring to |
The only difference that should be necessary in 2.14 will be not having to change your location type in |
Gotcha. Still nada when I go back to |
@bcardarella - I didn't strip the conditional in the source until later, but the feature is enabled in 2.13. |
Re: @maxwerr's issue. I just SH'd with him and there appears to be something else at play. The |
I recommended https://github.com/ef4/memory-scroll |
If I understand correctly, this repo should be fixed up with?
|
@briangonzalez I would recommend a deprecation in the location for the time being that detects the Ember version. >= 2.13 display deprecation that recommends keeping the location as |
Post major version bump location can be dropped |
Thoughts on publishing them in tandem? This addon is currently at 0.2.0
|
Seems good to me! |
I got thrown off by the note in the readme for this project and my experience with using this addon in Ember 2.13.
RFC #186 has made it into Ember 2.13 but the scroll behaviour I was looking is only there if I use this add-on. Am I missing something to enable the scrolling behaviour in Ember core?
The text was updated successfully, but these errors were encountered: