Skip to content

Commit 8b49fcf

Browse files
authored
feat(emoji): update to emoji v15.1
Updates to emoji 15.1 characters support as of fomantic/Fomantic-UI#3086
1 parent f89c7f8 commit 8b49fcf

File tree

2 files changed

+1547
-259
lines changed

2 files changed

+1547
-259
lines changed

server/documents/elements/emoji.html.eco

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ themes : ['Default']
2828
</emojiSearch>
2929

3030
<h2 class="ui header">Emoji Set</h2>
31-
<p>An emoji set contains all <a href="https://unicode.org/emoji/charts/full-emoji-list.html">Unicode 14.0 Emoji Characters</a></p>
31+
<p>An emoji set contains all <a href="https://unicode.org/emoji/charts/full-emoji-list.html">Unicode 15.1 Emoji Characters</a></p>
3232
<div class="ui ignored warning message">
3333
Emojis serve a very similar function to text in a page. In Fomantic emojis receive a special tag <code>&lt;em&gt;</code> which allow for an abbreviated markup when sitting along-side text.
3434
<br>
@@ -37,8 +37,8 @@ themes : ['Default']
3737
<div class="ui ignored message">
3838
By default all emoji images are linked to a CDN and are <b>not part of Fomantic itself</b>.
3939
<ul class="ui list">
40-
<li>The default theme links to the set by <a href="https://twemoji.twitter.com/">Twemoji v14.0</a> under CC-BY 4.0 license</li>
41-
<li>As an alternative the available joypixels theme links to the Emoji set designed by <a href="https://www.joypixels.com/emoji/">Joypixels 7</a> under their <a href="https://www.joypixels.com/licenses/free">free license model</a></li>
40+
<li>The default theme links to the set by <a href="https://github.com/jdecked/twemoji">Twemoji v15.1</a> under CC-BY 4.0 license</li>
41+
<li>As an alternative the available joypixels theme links to the Emoji set designed by <a href="https://www.joypixels.com/emoji/">Joypixels 9</a> under their <a href="https://www.joypixels.com/licenses/free">free license model</a></li>
4242
</ul>
4343
If needed, you might download your personal icon set from the respective websites respecting their individual licenses, host it locally and change the <code>@emojiPath</code> in <code>emoji.variables</code> of the theme you are using.
4444
</div>

0 commit comments

Comments
 (0)