Skip to content

Commit

Permalink
Twemoji 12.0.1 update
Browse files Browse the repository at this point in the history
Adds the previously missing hair component assets.

1F9B0 Red hair
1F9B1 Curly hair
1F9B2 Bald
1F9B3 White hair
  • Loading branch information
bhaggs committed Apr 15, 2019
1 parent aff2108 commit 6f3545b
Show file tree
Hide file tree
Showing 16 changed files with 1,831 additions and 4 deletions.
Binary file added 2/72x72/1f9b0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2/72x72/1f9b1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2/72x72/1f9b2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2/72x72/1f9b3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
463 changes: 463 additions & 0 deletions 2/assets/1f9b0.ai

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions 2/assets/1f9b1.ai

Large diffs are not rendered by default.

460 changes: 460 additions & 0 deletions 2/assets/1f9b2.ai

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions 2/assets/1f9b3.ai

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 2/svg/1f9b0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2/svg/1f9b1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2/svg/1f9b2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2/svg/1f9b3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion 2/test/preview-svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
vertical-align: -0.1em;
}
</style>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.1"></script>
</head>
<body>
<ul class="emoji-list">
Expand Down Expand Up @@ -2500,6 +2500,10 @@
<li>&#x1F9AA;</li>
<li>&#x1F9AE;</li>
<li>&#x1F9AF;</li>
<li>&#x1F9B0;</li>
<li>&#x1F9B1;</li>
<li>&#x1F9B2;</li>
<li>&#x1F9B3;</li>
<li>&#x1F9B4;</li>
<li>&#x1F9B5;&#x1F3FB;</li>
<li>&#x1F9B5;&#x1F3FC;</li>
Expand Down
6 changes: 5 additions & 1 deletion 2/test/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
vertical-align: -0.1em;
}
</style>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.1"></script>
</head>
<body>
<ul class="emoji-list">
Expand Down Expand Up @@ -2500,6 +2500,10 @@
<li>&#x1F9AA;</li>
<li>&#x1F9AE;</li>
<li>&#x1F9AF;</li>
<li>&#x1F9B0;</li>
<li>&#x1F9B1;</li>
<li>&#x1F9B2;</li>
<li>&#x1F9B3;</li>
<li>&#x1F9B4;</li>
<li>&#x1F9B5;&#x1F3FB;</li>
<li>&#x1F9B5;&#x1F3FC;</li>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/

**Twemoji v12.0** adheres to the [Unicode 12.0 spec](https://unicode.org/versions/Unicode12.0.0/) and supports the [Emoji 12.0 spec](https://www.unicode.org/reports/tr51/tr51-16.html)

The Twemoji library offers support for **3,071** emojis.
The Twemoji library offers support for **3,075** emojis.

#### Please note
The files in the root folder in this project are deprecated and listed for CDN and historical reasons.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.0.0",
"version": "12.0.1",
"name": "twemoji",
"license": [
"MIT",
Expand Down

0 comments on commit 6f3545b

Please sign in to comment.