emoji-picker-element
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -0,1 +1,10 @@ | ||
# [1.10.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.9.0...v1.10.0) (2021-12-21) | ||
### Features | ||
* update to emoji 14.0 ([#237](https://github.com/nolanlawson/emoji-picker-element/issues/237)) ([7b0f17a](https://github.com/nolanlawson/emoji-picker-element/commit/7b0f17aaf2f5652b04f02531ddd7184d03d5fe70)) | ||
# [1.9.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.8.2...v1.9.0) (2021-12-19) | ||
@@ -2,0 +11,0 @@ |
@@ -183,11 +183,11 @@ function assertNonEmptyString (str) { | ||
// extracted using: | ||
// require('emojibase-data/en/data.json').map(_ => _.emoticon).filter(Boolean).filter(_ => !/^\W+$/.test(_)) | ||
// require('emoji-picker-element-data/en/emojibase/data.json').map(_ => _.emoticon).filter(Boolean).filter(_ => !/^\W+$/.test(_)) | ||
const irregularEmoticons = new Set([ | ||
':D', 'xD', ":'D", 'o:)', | ||
':x', ':p', ';p', 'xp', | ||
':l', ':z', ':j', '8D', | ||
'xo', '8)', ':B', ':o', | ||
':s', ":'o", 'Dx', 'x(', | ||
'D:', ':c', '>0)', ':3', | ||
'</3', '<3', '\\m/', ':E', | ||
':D', 'XD', ":'D", 'O:)', | ||
':X', ':P', ';P', 'XP', | ||
':L', ':Z', ':j', '8D', | ||
'XO', '8)', ':B', ':O', | ||
':S', ":'o", 'Dx', 'X(', | ||
'D:', ':C', '>0)', ':3', | ||
'</3', '<3', '\\M/', ':E', | ||
'8#' | ||
@@ -194,0 +194,0 @@ ]); |
{ | ||
"name": "emoji-picker-element", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Lightweight emoji picker distributed as a web component", | ||
@@ -90,3 +90,3 @@ "main": "index.js", | ||
"d2l-resize-aware": "BrightspaceUI/resize-aware#semver:^1.2.2", | ||
"emoji-picker-element-data": "^1.1.0", | ||
"emoji-picker-element-data": "^1.3.0", | ||
"emojibase-data": "^5.1.1", | ||
@@ -93,0 +93,0 @@ "express": "^4.17.1", |
@@ -14,3 +14,3 @@ emoji-picker-element | ||
- Supports [Emoji v13.1](https://emojipedia.org/emoji-13.1/) (depending on OS) and custom emoji | ||
- Supports [Emoji v14.0](https://emojipedia.org/emoji-14.0/) (depending on OS) and custom emoji | ||
- Uses IndexedDB, so it consumes [far less memory](https://nolanlawson.com/2020/06/28/introducing-emoji-picker-element-a-memory-efficient-emoji-picker-for-the-web/) than other emoji pickers | ||
@@ -17,0 +17,0 @@ - [Small bundle size](https://bundlephobia.com/result?p=emoji-picker-element) (41kB minified, ~14.4kB gzipped) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
543073
6027