You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/templates/browser-support.hbs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
60
60
<h2>Browser Support by Major Ember Version</h2>
61
61
62
-
<h3>Ember 5.0.0</h3>
62
+
<h3>Ember 5.x</h3>
63
63
64
64
<ulclass="list-unstyled layout my-3">
65
65
<EsCardclass="lg:col-2">
@@ -88,7 +88,7 @@
88
88
</EsCard>
89
89
</ul>
90
90
91
-
<h3>Ember 4.0.0</h3>
91
+
<h3>Ember 4.x</h3>
92
92
93
93
<ulclass="list-unstyled layout my-3">
94
94
<EsCardclass="lg:col-2">
@@ -117,10 +117,10 @@
117
117
</EsCard>
118
118
</ul>
119
119
120
-
<h3>Ember 3.0.0</h3>
120
+
<h3>Ember 3.x</h3>
121
121
122
122
<p>
123
-
The first Ember major version to be covered by the <ahref="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.
123
+
The first Ember major version to be covered by the <ahref="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.
0 commit comments