-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Upgrade to Ember 2.13.3 #709
Upgrade to Ember 2.13.3 #709
Conversation
Is #705 fixed on this ember version? |
Should be yes, this one: emberjs/ember.js#15247. |
|
Getting |
9caf4ef
to
80c6166
Compare
Still not sure what is going on at Travis but it appears I was too fast again to draw conclusions about #694 no longer being an issue. Seems like the |
I suspect another "compatible" silent semver upgrade (I'm really starting to unlike ^ and ~ for deps), in this case of |
8251c33
to
76ad0e3
Compare
Downgrading |
I have created sass/node-sass#1971 for the upstream issue. |
While testing the dummy application I discovered a runtime problem. When navigating away from the Grid List demo page I get the following exception:
After which stuff is broken. |
Fixed by checking for |
That bug was already there. |
Ok, should I remove, keep or extract the grid fix to another PR? And about |
1193c88
to
8c1fbc1
Compare
Verified that the |
I am still encountering #705 after upgrading to Ember 2.13.2 |
If that's the case it's unfortunate and unexpected. :( @steven-ferguson are you able to supply a test case? |
Can reproduce it when running the Chips demo locally. Sorry for missing it before. Have noted this in glimmerjs/glimmer-vm#453. |
If there are more scenarios that throw errors (missing implementation of x type things), please open issues for each over on the glimmer-vm repo with an example template snippet that triggers the error. I'm happy to dig in and fix the various cases that have been mentioned... |
Remaining known regressions are now tracked by emberjs/ember.js#15258. |
Upgraded to Ember 2.13.3 and can confirm the Chips demo now works without apparent issues. ❤️ @rwjblue. :) |
Awesome, thank you for confirming! |
@miguelcobain this should now be ready for review/merge. |
@bjornharrtell thanks a lot 👍 |
No description provided.