Skip to content

Commit e7e10c8

Browse files
authoredApr 17, 2024
Update browser-support.hbs
1 parent 79a4ffd commit e7e10c8

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed
 

‎app/templates/browser-support.hbs

+107
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
either <em>evergreen</em> or <em>non-evergreen</em>. The categorization is as follows:
135135
</p>
136136

137+
<h2>Ember >=6.0.0</h2>
138+
137139
<h3 class="text-center">Evergreen</h3>
138140

139141
<ul class="list-unstyled layout my-3">
@@ -204,5 +206,110 @@
204206
</p>
205207

206208
Within a version of a browser, we only support the most recent patch release.
209+
210+
<h2>Ember >=4.0.x to <=5.12.x</h2>
211+
212+
<h3 class="text-center">Evergreen</h3>
213+
214+
<ul class="list-unstyled layout my-3">
215+
<EsCard class="lg:col-2">
216+
<div class="text-center text-md">Desktop</div>
217+
<ul>
218+
<li>Google Chrome</li>
219+
<li>Mozilla Firefox</li>
220+
<li>Microsoft Edge</li>
221+
</ul>
222+
</EsCard>
223+
<EsCard class="lg:col-2">
224+
<div class="text-center text-md">Mobile</div>
225+
<ul>
226+
<li>Google Chrome</li>
227+
<li>Mozilla Firefox</li>
228+
</ul>
229+
</EsCard>
230+
<EsCard class="lg:col-2">
231+
<div class="text-center text-md">Testing</div>
232+
<ul>
233+
<li>Google Chrome</li>
234+
<li>Mozilla Firefox</li>
235+
</ul>
236+
</EsCard>
237+
</ul>
238+
239+
<h3 class="text-center">Non-evergreen</h3>
240+
241+
<div class="layout">
242+
<ul class="list-unstyled layout lg:col-4 lg:start-2 my-3">
243+
<EsCard class="lg:col-3">
244+
<div class="text-center text-md">Desktop</div>
245+
<ul>
246+
<li>Safari</li>
247+
</ul>
248+
</EsCard>
249+
<EsCard class="lg:col-3">
250+
<div class="text-center text-md">Mobile</div>
251+
<ul>
252+
<li>Safari</li>
253+
</ul>
254+
</EsCard>
255+
</ul>
256+
</div>
257+
258+
<p>
259+
For evergreen browsers, the minimum version of the browser that we support is
260+
determined at the time of every minor release, following this formula:
261+
</p>
262+
263+
<div class="layout my-3">
264+
<div class="card">
265+
<div class="card__content">
266+
<p>Whichever browser version is greater/more recent out of:</p>
267+
268+
<ol>
269+
<li>
270+
The lowest/least recent version that fulfills any one of these properties:
271+
<ul>
272+
<li>It is the latest version of the browser.</li>
273+
<li>It is the latest LTS/extended support version of the browser (such as Firefox ESR).</li>
274+
<li>It has at least <em>0.25%</em> of global marketshare usage across mobile and
275+
desktop, based on <a href="https://gs.statcounter.com/">statcounter</a>.</li>
276+
</ul>
277+
</li>
278+
<li>
279+
The minimum version supported in the previous release
280+
</li>
281+
</ol>
282+
</div>
283+
</div>
284+
</div>
285+
286+
<p>
287+
To simplify, the supported version either moves forward or stays the same for
288+
each release based on overall usage and LTS/current release versions.
289+
</p>
290+
291+
<p>
292+
For non-evergreen browsers, support is locked at a specific major version, and
293+
we support all major versions above that version:
294+
</p>
295+
296+
<div class="layout">
297+
<ul class="list-unstyled layout lg:col-4 lg:start-2 my-3">
298+
<EsCard class="lg:col-3">
299+
<div class="text-center text-md">Desktop</div>
300+
<ul>
301+
<li>Safari: 12</li>
302+
</ul>
303+
</EsCard>
304+
<EsCard class="lg:col-3">
305+
<div class="text-center text-md">Mobile</div>
306+
<ul>
307+
<li>Safari: 12</li>
308+
</ul>
309+
</EsCard>
310+
</ul>
311+
</div>
312+
313+
Within a version of a browser, we only support the most recent patch release.
207314
</section>
208315
</div>

0 commit comments

Comments
 (0)