about summary refs log tree commit diff
path: root/spec/javascript/components/emojify.test.js
AgeCommit message (Expand)Author
2017-10-16Replace JavaScript Testing Framework from Mocha to Jest (#5412)Yamagishi Kazutoshi
2017-10-06Compress and combine emoji data (#5229)Nolan Lawson
2017-10-03Fix emoji sequence bug in substring-trie (#5191)Nolan Lawson
2017-09-25Fix emojify() by generating a mapping to existing Twemoji files (#5080)Eugen Rochko
2017-09-23Switch from EmojiOne to Twemoji, different emoji picker (#5046)Eugen Rochko
2017-07-18feat(emoji): Add back title attribute (#4253)Sorin Davidoi
2017-07-14🎄🔨 Force tree shake emojione (#4202)Sorin Davidoi
2017-07-14Fix #4149, fix #1199 - Store emojis as unicode (#4189)Eugen Rochko
2017-07-03Faster emojify() by avoiding str.replace() entirely (#4049)Nolan Lawson
2017-06-30Faster emojify() algorithm, avoid regex replace (#4019)Nolan Lawson