-
-
Notifications
You must be signed in to change notification settings - Fork 113
Upgrade ember to 2.18 #570
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 ember to 2.18 #570
Conversation
config/targets.js
Outdated
@@ -0,0 +1,8 @@ | |||
module.exports = { | |||
browsers: [ | |||
'ie 9', |
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.
Should we support IE 9?
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.
No, let's do IE11 & above. The same as ember 3.x support
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.
This is probably a much more realistic approach than the one I took 😅. Left a couple of comments.
MODULE_REPORT.md
Outdated
@@ -0,0 +1,14 @@ | |||
## Module Report |
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.
This is an autogenerated file. We don't need this
config/targets.js
Outdated
@@ -0,0 +1,8 @@ | |||
module.exports = { | |||
browsers: [ | |||
'ie 9', |
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.
No, let's do IE11 & above. The same as ember 3.x support
d6e9d49
to
035a2c4
Compare
cc8b4ee
to
ddc5472
Compare
Deleted generated codemod markdown and changed ie target to 11
@sivakumar-kailasam the deployed review app looks pretty good now |
This is an incremental approach to getting api docs up to the latest ember. I'm using pr #501 as a resource, as it grew and diverged a bit from the latest api-docs because we let it live a bit too long in pending. Ultimate goal is the same.