Skip to content

Commit

Permalink
Merge pull request #1059 from SergeAstapov/patch-1
Browse files Browse the repository at this point in the history
Update browser-support.hbs to include v5
  • Loading branch information
mansona authored Nov 20, 2023
2 parents 87c7165 + f10fb4e commit 752b2ed
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/templates/browser-support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
<section aria-labelledby="section-browser-support-policy">
<h1 id="section-browser-support-policy">Ember.js Browser Support Policy</h1>

<h2>Ember 5.0.0</h2>

<p>
In Ember 5.0.0, the framework supports the following major browsers:
</p>

<ul class="list-unstyled layout my-3">
<EsCard class="lg:col-2">
<div class="text-center text-md">Desktop</div>
<ul>
<li>Google Chrome >= 103</li>
<li>Mozilla Firefox >= 102</li>
<li>Microsoft Edge >= 110</li>
<li>Safari >= 12</li>
</ul>
</EsCard>
<EsCard class="lg:col-2">
<div class="text-center text-md">Mobile</div>
<ul>
<li>Google Chrome >= 112</li>
<li>Mozilla Firefox >= 110</li>
<li>Safari >= 12</li>
</ul>
</EsCard>
<EsCard class="lg:col-2">
<div class="text-center text-md">Testing</div>
<ul>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
</ul>
</EsCard>
</ul>

<h2>Ember 4.0.0</h2>

<p>
Expand Down

0 comments on commit 752b2ed

Please sign in to comment.