interweave-emoji
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -0,1 +1,10 @@ | ||
## 4.1.0 - 2019-05-09 | ||
#### 🚀 Updates | ||
- `withEmojiData` version now defaults to the Emojibase `package.json` version instead of `latest`. | ||
This change has been made as Emojibase v3 has been released, which supports Emoji/Unicode v12, but | ||
most systems do not support this specification yet, so we want to lock to the latest Emojibase v2 | ||
version. | ||
### 4.0.1 - 2019-05-06 | ||
@@ -2,0 +11,0 @@ |
@@ -25,2 +25,5 @@ import _pt from "prop-types"; | ||
} | ||
var EMOJIBASE_LATEST_VERSION = require('emojibase/package.json').version; | ||
export default function withEmojiData(options) { | ||
@@ -60,3 +63,3 @@ if (options === void 0) { | ||
locale: 'en', | ||
version: 'latest' | ||
version: EMOJIBASE_LATEST_VERSION | ||
} | ||
@@ -172,3 +175,3 @@ }); | ||
locale: 'en', | ||
version: 'latest' | ||
version: EMOJIBASE_LATEST_VERSION | ||
}); | ||
@@ -175,0 +178,0 @@ |
@@ -39,2 +39,4 @@ "use strict"; | ||
var EMOJIBASE_LATEST_VERSION = require('emojibase/package.json').version; | ||
function withEmojiData(options) { | ||
@@ -74,3 +76,3 @@ if (options === void 0) { | ||
locale: 'en', | ||
version: 'latest' | ||
version: EMOJIBASE_LATEST_VERSION | ||
} | ||
@@ -186,3 +188,3 @@ }); | ||
locale: 'en', | ||
version: 'latest' | ||
version: EMOJIBASE_LATEST_VERSION | ||
}); | ||
@@ -189,0 +191,0 @@ |
{ | ||
"name": "interweave-emoji", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Emoji support for Interweave.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b31e209fd006a3d3f56deeddf4ab435aa23e1272" | ||
"gitHead": "df47df841c38fc7eb1c1838e2798f8335919519f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62345
1206