-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Upgraded app to Ember v3.20 #54
Conversation
717ab81
to
d0e19a5
Compare
config/targets.js
Outdated
module.exports = { | ||
browsers | ||
browsers: [ |
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.
At work, I found that allowing last 1 versions
can lead to unexpected build errors. I set these targets based on:
For this app, I think it's okay to drop support for IE 11.
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.
I would recommend not moving away from the default Ember blueprints on these targets.
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.
Ah, ok. I'll revert them.
Edit: I removed the commit that changed the browser targets.
'Firefox >= 77', | ||
'Safari >= 13' | ||
], | ||
node: 'current' |
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.
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.
Just one thing about targets, but the rest looks good!
config/targets.js
Outdated
module.exports = { | ||
browsers | ||
browsers: [ |
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.
I would recommend not moving away from the default Ember blueprints on these targets.
d0e19a5
to
7e01e07
Compare
7e01e07
to
08acdd5
Compare
Description
This PR makes 2 improvements:
ember-source
from v3.19 to v3.20ember-prism
to v0.8 to fix a splattributes bug and show line numbersIn particular, the second item addresses and can close #39. (Many thanks to @rwwagner90 for helping with addressing the splattributes bug and making a new release.)
Screenshots
Local server:
Percy snapshot:
There seems to be a height issue in our app such that Percy doesn't correctly render the snapshot. The issue may also be related to
ember-qunit
resizing the window. I don't think we need to worry about the snapshot much at the moment.