Skip to content

Commit

Permalink
feat: emoji v16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 7, 2024
1 parent 919c1f3 commit 1e38241
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A lightweight emoji picker, distributed as a web component.

**Features:**

- Supports [Emoji v15.1](https://emojipedia.org/emoji-15.1/) (depending on OS) and custom emoji
- Supports [Emoji v16.0](https://emojipedia.org/unicode-16.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
- [Small bundle size](https://bundlephobia.com/result?p=emoji-picker-element) (~12.5kB min+gz)
- Renders native emoji by default, with support for custom fonts
Expand Down
1 change: 1 addition & 0 deletions bin/versionsAndTestEmoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// "face without mouth" plus "fog".) These emoji can only be filtered using the width test,
// which happens in checkZwjSupport.js.
export const versionsAndTestEmoji = {
'🫩': 16, // face with bags under eyes
'🫨': 15.1, // shaking head, technically from v15 but see note above
'🫠': 14,
'🥲': 13.1, // smiling face with tear, technically from v13 but see note above
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"csso": "^5.0.5",
"emoji-picker-element-data": "^1.6.1",
"emoji-picker-element-data": "^1.7.0",
"emojibase-data": "^5.1.1",
"express": "^4.21.1",
"fake-indexeddb": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e38241

Please sign in to comment.