Skip to content
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

Merged
merged 4 commits into from
Aug 10, 2020
Merged

Upgraded app to Ember v3.20 #54

merged 4 commits into from
Aug 10, 2020

Conversation

ijlee2
Copy link
Member

@ijlee2 ijlee2 commented Aug 1, 2020

Description

This PR makes 2 improvements:

  • Upgrades ember-source from v3.19 to v3.20
  • Upgrades ember-prism to v0.8 to fix a splattributes bug and show line numbers

In 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:

screenshot

Percy snapshot:

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.

@ijlee2 ijlee2 force-pushed the upgrade-app-to-3.20 branch from 717ab81 to d0e19a5 Compare August 1, 2020 13:53
module.exports = {
browsers
browsers: [
Copy link
Member Author

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.

Copy link
Member

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.

Copy link
Member Author

@ijlee2 ijlee2 Aug 3, 2020

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.

@ijlee2 ijlee2 marked this pull request as ready for review August 1, 2020 13:59
@ijlee2 ijlee2 requested a review from a team August 1, 2020 13:59
'Firefox >= 77',
'Safari >= 13'
],
node: 'current'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@RobbieTheWagner RobbieTheWagner left a 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!

module.exports = {
browsers
browsers: [
Copy link
Member

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.

@ijlee2 ijlee2 force-pushed the upgrade-app-to-3.20 branch from d0e19a5 to 7e01e07 Compare August 3, 2020 14:24
@ijlee2 ijlee2 requested a review from RobbieTheWagner August 3, 2020 14:28
@ijlee2 ijlee2 force-pushed the upgrade-app-to-3.20 branch from 7e01e07 to 08acdd5 Compare August 5, 2020 12:02
@ijlee2 ijlee2 merged commit 47f631a into master Aug 10, 2020
@ijlee2 ijlee2 deleted the upgrade-app-to-3.20 branch August 10, 2020 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spike: Add line numbers to code snippets
2 participants