Skip to content

Commit 413b59f

Browse files
authored
Merge pull request #1110 from NullVoxPopuli/ember-6-browser-policy
Ember 6 browser policy
2 parents 16e33ad + 6203968 commit 413b59f

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

app/templates/browser-support.hbs

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,52 @@
4242
we support all major versions above that version.
4343
</p>
4444

45-
<p class="mb-3">
45+
<p>
4646
Note: Within a major version of a browser, we only support the most recent patch release.
4747
</p>
4848

49-
<EsNote @mascot='zoey'>
50-
As of
51-
the RFC <a href="https://rfcs.emberjs.com/id/0984-update-browser-support-policy">Treat Safari as an Evergreen Browser</a>,
52-
at version 6.0.0 of Ember, Safari will be considered evergreen so the minimum supported Safari version will change based on the above formula.
53-
</EsNote>
54-
55-
<p class="mt-3">
49+
<p>
5650
Other browsers may work with Ember.js, but are not explicitly supported. If you
5751
would like to add support for a new browser, please <a href="https://github.com/emberjs/rfcs">submit an RFC for discussion</a>!
5852
</p>
5953

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

56+
<h3>Ember 6.x</h3>
57+
58+
<p>
59+
As of
60+
the RFC <a href="https://rfcs.emberjs.com/id/0984-update-browser-support-policy">Treat Safari as an Evergreen Browser</a>,
61+
Safari is considered evergreen so the minimum supported Safari has changed.
62+
</p>
63+
64+
<ul class="list-unstyled layout my-3">
65+
<EsCard class="lg:col-2">
66+
<div class="text-center text-md">Desktop</div>
67+
<ul>
68+
<li>Google Chrome >= 103</li>
69+
<li>Mozilla Firefox >= 115</li>
70+
<li>Microsoft Edge >= 122</li>
71+
<li>Safari >= 16.6</li>
72+
</ul>
73+
</EsCard>
74+
<EsCard class="lg:col-2">
75+
<div class="text-center text-md">Mobile</div>
76+
<ul>
77+
<li>Google Chrome >= 124</li>
78+
<li>Mozilla Firefox >= 125</li>
79+
<li>Safari >= 15.6</li>
80+
</ul>
81+
</EsCard>
82+
<EsCard class="lg:col-2">
83+
<div class="text-center text-md">Testing</div>
84+
<ul>
85+
<li>Google Chrome</li>
86+
<li>Mozilla Firefox</li>
87+
</ul>
88+
</EsCard>
89+
</ul>
90+
6291
<h3>Ember 5.x</h3>
6392

6493
<ul class="list-unstyled layout my-3">

0 commit comments

Comments
 (0)