Skip to content

Commit

Permalink
Support Emoji v15 in Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Jan 6, 2024
1 parent fc06e04 commit 57dacf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/emoji-mart/src/components/Picker/PickerProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default {
value: 24,
},
emojiVersion: {
value: 14,
choices: [1, 2, 3, 4, 5, 11, 12, 12.1, 13, 13.1, 14],
value: 15,
choices: [1, 2, 3, 4, 5, 11, 12, 12.1, 13, 13.1, 14, 15],
},
exceptEmojis: {
value: [],
Expand Down
1 change: 1 addition & 0 deletions packages/emoji-mart/src/helpers/native-support.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const CACHE = new Map()
const VERSIONS = [
{ v: 15, emoji: '🫨' },
{ v: 14, emoji: '🫠' },
{ v: 13.1, emoji: '😶‍🌫️' },
{ v: 13, emoji: '🥸' },
Expand Down

0 comments on commit 57dacf7

Please sign in to comment.