Closed langleyd closed 1 month ago
Dropping in uninvited to ask an important question!
Adds an explicit MAX_EMOJI_VERSION to filter out newer emojis from inclusion as web is not ready to upgrade yet
Does this work per platform? Apple supports 15.1 and I'd love to get the 🙂↕️ and 🙂↔️ reactions on iOS if we could 😇
@pixlwave yea we could probably load it via an env
variable. Will take a look.
Amazing, thank you! 🙌
@bmarty We've split out the max emoji version per platform as per the PR description.
Would you(Android) like add emoji 15.1 support similar to iOS? (Web needs to stay on 15.0 for now).
Confirmed with Android team they want to move to 15.1.
What's in this PR
generateEmoticonPermutations
to generate variations of plain text emoticons(e.g. with or without nose:)
:-)
).MAX_EMOJI_VERSION_WEB
to filter out newer emojis from inclusion as web is not ready to upgrade yet (it needs to be upgraded in unison withtwemoji
(which is awkward and beyond the scope of this PR)MAX_EMOJI_VERSION_ANDROID
andMAX_EMOJI_VERSION_IOS
to the script that generates theemojibase.json
for those platforms so that they can move forward.