I think it would be useful to have a prop that lets you limit by Emoji version
michaelschofield opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
New emojis aren't widely supported across email clients, and so while building an editor for content that's mostly email based, it would be super useful (for me) to be able to limit the emojis to Emoji 1.0.
Describe the solution you'd like
I think maybe adding version as categories could solve the job, but maybe that's a different prop. Basically, a prop to limit to specific emoji versions.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
If the emoji objects themselves have their emoji-version as a property, someone could filter emojis based off just that, but I think a prop is more elegant.
Additional context
That's about it.
Hi @michaelschofield, this is a valid request! I hope to meet this need, although the logic is not complicated, need to dedicate a little work on the issue of separating the versions.
https://unicode.org/Public/emoji/13.0/emoji-test.txt
Versions:
https://unicode.org/Public/emoji/
I intend to implement this together with the skin feature, I will be able to work on it when I have time, and the repository will always be open for new contributions if interested.