Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think it would be useful to have a prop that lets you limit by Emoji version #63

Open
michaelschofield opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels
T: feature A new feature

Comments

@michaelschofield
Copy link

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.

@joaoeudes7
Copy link
Owner

joaoeudes7 commented Jun 24, 2020

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.

@joaoeudes7 joaoeudes7 self-assigned this Jun 24, 2020
@joaoeudes7 joaoeudes7 added the T: feature A new feature label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants