Commit Graph

6 Commits (5c82c2b75fb7fb0df9848596f8486f51ff4b3467)

Author SHA1 Message Date
Eugen Rochko 846cd4e838 Switch from EmojiOne to Twemoji, different emoji picker ()
* Switch from EmojiOne to Twemoji, different emoji picker

* Make emoji-mart use a local spritesheet

* Fix emojify test

* yarn manage:translations
Sorin Davidoi 72108b20e2 feat(emoji): Add back title attribute ()
Sorin Davidoi c1f201c49a 🎄🔨 Force tree shake emojione ()
* chore(yarn): Install babel-plugin-preval as development dependency

* feat(babel): Add preval as a plugin

* feat(emojione_light): Prevaled module what tree-shaked emojione

* refactor(emoji): Use emojione_light

* feat: Preload emojione_picker bundle

* fix(emojione_light): Do not use Object.entries

* fix(emojify): Update tests

* chore(emojione_light): Remove silly ascii art
Eugen Rochko e2685ccc81 Fix , fix - Store emojis as unicode ()
- Use unicode when selecting emoji through picker
- Convert shortcodes to unicode when storing text input server-side
- Do not convert shortcodes in JS anymore
Nolan Lawson e282580101 Faster emojify() by avoiding str.replace() entirely ()
Nolan Lawson a978b88997 Faster emojify() algorithm, avoid regex replace ()
* Faster emojify() algorithm, avoid regex replace

* add semicolon