Commit Graph

680 Commits (ae24948861119f4cd366ad9432f74afff5cfddff)

Author SHA1 Message Date
Nolan Lawson f3cff33eda refactor, add code comment 2019-03-10 10:57:43 -07:00
Nolan Lawson 12c2abba9d fix: fix emoji.id undefined error
fixes #201
2019-03-10 10:47:28 -07:00
Nolan Lawson 13e1dd2e82 fix: remove unused notFoundString prop 2019-03-10 10:40:55 -07:00
Nolan Lawson bd172943d2 fix webkit CSS, fix clear button 2019-03-10 10:35:07 -07:00
Nolan Lawson ef71101cd6 fix prettier 2019-03-10 09:54:12 -07:00
Nolan Lawson 8f6145e383 perf: throttle keyboard input to improve responsiveness 2019-03-10 09:51:47 -07:00
Nolan Lawson 59c4d87839 fix: fix preact compatibility
fixes #254
2019-03-10 09:14:47 -07:00
Nolan Lawson e77c63bc9a fix: make categories into accessible nav buttons
fixes #219
2019-03-09 13:59:09 -08:00
Nolan Lawson b0fee348c0 s/let/const/ 2019-03-09 13:35:48 -08:00
Nolan Lawson 5052ecd399 fix: improve search/clear a11y
fixes #221
2019-03-09 13:03:00 -08:00
Nolan Lawson d20f60cba1 fix: add prop-types to dependencies 2019-03-09 09:21:03 -08:00
Nolan Lawson c13b730dbe tweak babelrc to use runtime helpers for Object.assign 2019-03-09 09:16:23 -08:00
Nolan Lawson b1be155787 feat: add slim builds for modern browsers
fixes #259
2019-03-09 09:00:04 -08:00
Nolan Lawson 8c80e7d4e5
Merge pull request #278 from nolanlawson/nolan/babel-runtime
fix: fix babel-runtime not found
2019-03-09 08:54:38 -08:00
Nolan Lawson 28c05b2861 fix: fix babel-runtime not found
fixes #228
2019-03-08 09:00:10 -08:00
Nolan Lawson a871cacbf2
Merge pull request #277 from kayleemann/master
Support case where showPreview is false but showSkinTones is true. Also add prepare script.
2019-03-08 07:32:23 -08:00
Kaylee Mann 22aa42acf4 Add "prepare" script so that emoji-mart can be installed from git. 2019-03-08 14:13:17 +09:00
Kaylee Mann caba7d0b34 Show preview panel when showPreview is false but showSkinTones is true.
This is necessary in order to be able to show skin tone picker even when
one desires for the mouseover preview to be invisible. This is an
important case because mouseover displays must be disabled in order to
enable single click emoji typing on iOS without disabling the skin tone
picker.
2019-03-08 14:00:50 +09:00
Nolan Lawson ce777216cd
Merge pull request #276 from nolanlawson/nolan/add-dev-docs
docs: add more explicit dev docs
2019-03-07 20:12:20 -08:00
Nolan Lawson e8b4cfd4a8 docs: add more explicit dev docs
fixes #227
2019-03-07 18:47:45 -08:00
Nolan Lawson c27e62456f
Merge pull request #258 from nolanlawson/remove-proptypes
fix: allow prop-types to be removed in production
2019-03-07 18:18:53 -08:00
Nolan Lawson f60220870e fix: allow prop-types to be removed in production
fixes #257
2019-03-07 18:12:37 -08:00
Nolan Lawson 420e2c7e86
Merge pull request #270 from dwijesingheWR/master
Fixed bug where selecting the first emoji search result with the ENTER KEY ignores skin tone selection
2019-03-07 17:35:22 -08:00
Nolan Lawson bae7afb282
Merge pull request #261 from vs-ryann/line-break
fix: forces emoji's not to break line
2019-03-07 17:19:55 -08:00
Nolan Lawson 10bfbd0594
Merge pull request #256 from nolanlawson/fix-linux-emoji
fix: fix native emoji on Linux
2019-03-07 17:19:17 -08:00
Dimitri Wijesinghe 17db4cc913 Fixed bug where selecting the first emoji search result with the ENTER key ignores skin-tone selection. 2019-02-13 14:56:42 -05:00
Ryann 9b9410e70c forces emoji's not to break line
closes issue #252
2019-01-17 09:25:22 -06:00
Nolan Lawson e975284b29 fix: fix native emoji on Linux
fixes #255
2018-12-18 10:13:20 -08:00
Etienne Lemay 7c2e2a840b
Release v2.9.2 2018-12-03 17:15:08 -05:00
Etienne Lemay 993074fd03
Merge pull request #251 from Kennybll/master
Adds Spritesheets for Custom Emojis
2018-12-03 17:08:19 -05:00
kennybll 2ff225b131 Add to README.md for support of spritesheets 2018-11-30 09:27:55 -05:00
kennybll 94baec171d Add sprite support 2018-11-30 09:17:45 -05:00
Peder Johnsen 682d8d8be4 Remove whitespace 2018-11-29 16:39:36 +00:00
Peder Johnsen f0b5e1eeae Add example of `emojiData` object 2018-11-29 16:35:57 +00:00
Peder Johnsen bbbdcc512d Use same emoji in readme as in story 2018-11-29 16:27:44 +00:00
Peder Johnsen fe17925fac Fix story/readme skin prop typo 2018-11-29 16:19:55 +00:00
Peder Johnsen fd4056025a Add section to readme for `getEmojiDataFromNative` util function 2018-11-29 16:09:52 +00:00
Peder Johnsen f90defbed7 Add `Get emoji data from Native` story 2018-11-29 16:09:28 +00:00
Peder Johnsen 1c7a5d6ec6 Add `getEmojiDataFromNative` util function to get emoji data from native 2018-11-29 16:08:30 +00:00
Peder Johnsen 54f6893c98 Add .editorconfig file with indent_size = 2 2018-11-29 15:50:03 +00:00
Etienne Lemay 3482a56d60
Update gh-pages 2018-11-14 08:58:53 -05:00
Etienne Lemay aaa91c949e
Release v2.9.1 2018-11-14 08:56:48 -05:00
Etienne Lemay 7186a10d4f Revert "fix(a11y): ability to tab through different categories"
This reverts commit 937e33534d.
2018-11-14 08:54:13 -05:00
Etienne Lemay 08eb6db270
Update gh-pages 2018-11-13 10:07:26 -05:00
Etienne Lemay 1c05b38a9e
Release v2.9.0 2018-11-13 09:43:02 -05:00
Etienne Lemay 21b3e92bb2
Get rid of components index
Import all components directly, similar to #245
2018-11-13 09:41:57 -05:00
Etienne Lemay 9196a87769
Update yarn.lock 2018-11-13 09:23:49 -05:00
Etienne Lemay a09730d6a8
Merge pull request #226 from hozefaj/master [Close #219]
fix(a11y): ability to tab through different categories
2018-11-13 08:48:59 -05:00
Etienne Lemay e4d4226045
Merge pull request #231 from adambowles/patch-1
Add trailing colon to :octocat
2018-11-13 08:47:34 -05:00
Etienne Lemay d54b7f2171
Merge pull request #245 from rtkhanas/master
Import compoments directly to avoid components/picker/index.js and have smaller bundle
2018-11-13 08:47:18 -05:00