mirror of
https://github.com/twitter/twemoji.git
synced 2025-03-29 22:20:57 +00:00
Updates README links and corrects version numbering
Updated the links for the Unicode specs to reflect their finalized versions. Adjusts the versioning of the project to 2.X for larger releases and 2.3.X for smaller fixes.
This commit is contained in:
parent
6c53309666
commit
b92cb3acb7
@ -25,7 +25,7 @@
|
||||
vertical-align: -0.1em;
|
||||
}
|
||||
</style>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<ul class="emoji-list">
|
||||
|
@ -25,7 +25,7 @@
|
||||
vertical-align: -0.1em;
|
||||
}
|
||||
</style>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<ul class="emoji-list">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/wiki/Emoji) support across all platforms.
|
||||
|
||||
**Twemoji v2.3** adheres to the [Unicode 10.0 draft spec](http://unicode.org/versions/Unicode10.0.0/) and supports the [Emoji 5.0 draft spec](http://unicode.org/reports/tr51/proposed.html)
|
||||
**Twemoji v2.3** adheres to the [Unicode 10.0 spec](http://unicode.org/versions/Unicode10.0.0/) and supports the [Emoji 5.0 spec](http://unicode.org/reports/tr51/)
|
||||
|
||||
The Twemoji library offers support for **2,661** emojis, including skin tone and gender modifiers.
|
||||
|
||||
@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN
|
||||
|
||||
Use the following in the `<head>` tag of your HTML document(s):
|
||||
```html
|
||||
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
||||
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
|
||||
```
|
||||
|
||||
## Breaking changes in V2
|
||||
|
@ -44,7 +44,7 @@
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
||||
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.1"></script>
|
||||
<script>
|
||||
// I \u2764 emoji!
|
||||
twemoji.parse(document.body);
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.5.0",
|
||||
"version": "2.3.1",
|
||||
"name": "twemoji",
|
||||
"license": [
|
||||
"MIT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user