Skip to content

Commit

Permalink
Update browser-support.hbs to include v5
Browse files Browse the repository at this point in the history
https://emberjs.com/browser-support/ states v3 in present tense and talks about v4 in future tense, which is outdated.

Also v5 has been released some time ago but page does not mention it.
  • Loading branch information
SergeAstapov authored Sep 11, 2023
1 parent 614ff88 commit 762783d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions app/templates/browser-support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,10 @@
<section aria-labelledby="section-browser-support-policy">
<h1 id="section-browser-support-policy">Ember.js Browser Support Policy</h1>

<h2>Ember 3.0.0</h2>

<p>
Ember currently targets Internet Explorer 11 as a baseline for support. This means that generally all modern and relatively recent browsers will work with Ember, since browsers are backwards compatible by design. Ember runs tests against the latest desktop versions of the following browsers:
</p>



<div class="layout my-3">
<div class="card lg:col-2 lg:start-3">
<div class="card__content">
<ul>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Microsoft Edge</li>
<li>Internet Explorer 11</li>
<li>Safari</li>
</ul>
</div>
</div>
</div>

<h2>Ember 4.0.0</h2>
<h2>Ember 4.0.0 and Ember 5.0.0</h2>

<p>
In Ember 4.0.0, the framework will support the following major browsers:
In Ember 4.0.0 and Ember 5.0.0, the framework supports the following major browsers:
</p>

<ul class="list-unstyled layout my-3">
Expand Down Expand Up @@ -171,5 +149,27 @@
</div>

Within a version of a browser, we only support the most recent patch release.


<h2>Ember 3.0.0</h2>

<p>
Ember 3.0.0. was targeting Internet Explorer 11 as a baseline for support. This means that generally all modern and relatively recent browsers will work with Ember, since browsers are backwards compatible by design. Ember runs tests against the latest desktop versions of the following browsers:
</p>

<div class="layout my-3">
<div class="card lg:col-2 lg:start-3">
<div class="card__content">
<ul>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Microsoft Edge</li>
<li>Internet Explorer 11</li>
<li>Safari</li>
</ul>
</div>
</div>
</div>

</section>
</div>

0 comments on commit 762783d

Please sign in to comment.