You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: