Update Twemoji to 12.1.5#13021
Merged
Gargron merged 2 commits intomastodon:masterfrom Apr 19, 2020
Merged
Conversation
Member
|
I just noticed Mastodon doesn't have gender-neutral emoji yet .. which even the iPhone has now. How about merging this? |
ykzts
approved these changes
Apr 19, 2020
Member
|
Okay, I reproduced all changes, all clean. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Twemoji
This updates Twemoji with the SVGs from the Twemoji repo at
v12.1.5.Previous version in Mastodon was 12.1.3, so the most noticeable change with this one is the inclusion of gender-inclusive/gender-neutral designs, so that you'll see a difference between, for example, 🙋 without gender modifiers and 🙋♀️, with gender modifier (you won't see that difference here on the Github website).
emoji_map.jsonwas also updated to Unicode 12, from 11.Emoji picker
I did not update the emoji picker, as that's an external dependency. While the spritesheet that the picker uses is distributed in this repo, the data for the picker comes with the picker package (Gargron/emoji-mart).
New data could be grabbed from the upstream emoji-mart repo, while new sheets could be grabbed from iamcal/emoji-data, which is what emoji-mart uses.
This is something that should probably be eventually updated, especially after the Unicode 13 release and subsequent Twemoji updates, which will happen sometime starting in March.