Skip to content

Commit

Permalink
ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 8, 2024
1 parent 47afdf1 commit b84f392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/templates/browser-support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<h2>Browser Support by Major Ember Version</h2>

<h3>Ember 5.0.0</h3>
<h3>Ember 5.x</h3>

<ul class="list-unstyled layout my-3">
<EsCard class="lg:col-2">
Expand Down Expand Up @@ -88,7 +88,7 @@
</EsCard>
</ul>

<h3>Ember 4.0.0</h3>
<h3>Ember 4.x</h3>

<ul class="list-unstyled layout my-3">
<EsCard class="lg:col-2">
Expand Down Expand Up @@ -117,10 +117,10 @@
</EsCard>
</ul>

<h3>Ember 3.0.0</h3>
<h3>Ember 3.x</h3>

<p>
The first Ember major version to be covered by the <a href="https://rfcs.emberjs.com/id/0685-new-browser-support-policy">New Browser Support Policy</a> was 4.0.0. The following browser support numbers are not official and are estimated based on the CI testing matrix for the 3.0 series.
The first Ember major version to be covered by the <a href="https://rfcs.emberjs.com/id/0685-new-browser-support-policy">New Browser Support Policy</a> was 4.0.0. The following browser support numbers are not official and are estimated based on the CI testing matrix for the 3.x series.
</p>

<div class="layout my-3">
Expand Down

0 comments on commit b84f392

Please sign in to comment.