-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: update supported versions for browsers #21606
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
Conversation
You can preview e125c62 at https://pr21606-e125c62.ngbuilds.io/. |
aio/content/guide/browser-support.md
Outdated
@@ -52,19 +52,19 @@ Angular supports most recent browsers. This includes the following specific vers | |||
</td> | |||
|
|||
<td> | |||
14 | |||
latest 2 major versions |
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 the number be two or 2?
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 think the shorter form is better in a table
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 agree. You're right.
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.
Review summary for sample comments. This is a test.
@@ -88,19 +88,19 @@ Angular supports most recent browsers. This includes the following specific vers | |||
</td> |
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.
Great table.
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.
thanks. no action needed.
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 Nougat and Marshmallow be separate rows? I see they are the same row in the current released doc, but I notice that all over supported versions are each given their own row.
aio/content/guide/browser-support.md
Outdated
</td> | ||
|
||
<td> | ||
11 | ||
</td> | ||
|
||
<td> | ||
10 | ||
latest 2 major versions |
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 change latest to last?
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.
OK
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.
done
You can preview 92a5616 at https://pr21606-92a5616.ngbuilds.io/. |
@dennispbrown All comments addressed. Ready for peer review. |
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.
All looks great.
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
You can preview 23efa05 at https://pr21606-23efa05.ngbuilds.io/. |
You can preview 85c3093 at https://pr21606-85c3093.ngbuilds.io/. |
@dennispbrown agreed to latest change |
@jbogarthyde : Please resolve issue with most recent commit message. INVALID COMMIT MSG: "docs:minor edit" @dennispbrown recently learned how to essentially re-do a commit with a new message, so I think he can help or point you to the right recording. Thanks! |
71d9a44
to
bb9221b
Compare
You can preview bb9221b at https://pr21606-bb9221b.ngbuilds.io/. |
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.
LGTM
@IgorMinar Work is completed on this PR. I've reviewed and approved. When you get a chance, please review...approve...and mark for merge. Or let us know if there's anything else you want changed (@jbogarthyde) or process-stuff (me). Thanks! |
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 one needs a bit more work
aio/content/guide/browser-support.md
Outdated
|
||
But if you need an optional polyfill, you'll have to install its npm package with `npm` or `yarn`. | ||
For example, [if you need the web animations polyfill](http://caniuse.com/#feat=web-animation), | ||
you could install it with either of the following commands: | ||
For example, [if you need the web animations polyfill](http://caniuse.com/#feat=web-animation), you could install it with either of the following commands: | ||
|
||
<code-example language="sh" class="code-shell"> | ||
npm install --save web-animations-js | ||
yarn add web-animations-js |
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 line is wrong. (it was already wrong before). it should be one or there other command depending on if the user is using npm or yarn to manage dependencies. but not both.
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.
@jbogarthyde can you please fix this in this PR? thanks
aio/content/guide/browser-support.md
Outdated
@@ -350,34 +302,28 @@ Here are the features which may require additional polyfills: | |||
<tr style="vertical-align: top"> | |||
|
|||
<td> | |||
|
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 think all these spaces were required because if you are mixing markdown and html there needs to be a blank line between the two contexts. Because of this none of the links in this table were turned into clickable links. See: https://pr21606-bb9221b.ngbuilds.io/guide/browser-support#optional-browser-features-to-polyfill
Corrected commit comment - lacking space after "docs:" |
aio/content/guide/browser-support.md
Outdated
[Typed Array](guide/browser-support#typedarray)<br> | ||
[Typed Array](guide/browser-support#typedarray) | ||
|
||
<br> |
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.
Done
aio/content/guide/browser-support.md
Outdated
|
||
<code-example language="sh" class="code-shell"> | ||
npm install --save web-animations-js | ||
</code-example> | ||
|
||
<code-example language="sh" class="code-shell"> |
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've looked at the rendered output and I think it looks confusing to list both commands like this. our readers either don't know about yarn in which case they will copy & paste the code for npm install
. If they are familiar with yarn, they'll know by heart how to convert the npm command to yarn.
Therefore I suggest you remove the yarn version completely and leave only the npm version. thanks!
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.
Done
@IgorMinar @gkalpak I looked into CircleCI lint failure and found the message below. We thought scope Examining 3 commits between HEAD and master |
You can preview 8310f7f at https://pr21606-8310f7f.ngbuilds.io/. |
One of the commit messages is still invalid. There is a space missing after a colon. Can you please fix? |
8310f7f
to
6f10db0
Compare
You can preview 6f10db0 at https://pr21606-6f10db0.ngbuilds.io/. |
Finally managed to fix bad commit msg |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
browser support versions need update
Issue Number: #19618
What is the new behavior?
Update to latest browser support, in more general terms - "latest 2 major versions"
Does this PR introduce a breaking change?
Other information
This phrasing requires less maintenance.