joaoeudes7 / V-Emoji-Picker

:star2: A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
https://codesandbox.io/s/vue-example-emoji-picker-2-746pq
MIT License
354 stars 63 forks source link

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

Open michaelschofield opened 4 years ago

michaelschofield commented 4 years ago

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 commented 4 years ago

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.