Nolan Lawson
978e7b68a1
fix: fix search input when value is prepopulated
2019-03-12 08:21:25 -07:00
Nolan Lawson
5ef7a2a7da
Merge pull request #289 from nolanlawson/nolan/issue-201
...
fix: fix emoji.id undefined error
2019-03-12 08:20:55 -07:00
Nolan Lawson
e3106ac637
Merge pull request #288 from nolanlawson/nolan/remove-notfound-string
...
fix: remove unused notFoundString prop
2019-03-12 08:20:47 -07:00
Nolan Lawson
27d6a383bd
Merge pull request #287 from nolanlawson/throttle-keyboard-input
...
perf: throttle keyboard input to improve responsiveness
2019-03-12 08:20:31 -07:00
Nolan Lawson
e2694b544b
Merge pull request #285 from nolanlawson/fix-preact-compat-part-2
...
fix: fix preact compatibility
2019-03-12 08:20:17 -07:00
Nolan Lawson
92c5399ab5
Merge pull request #284 from nolanlawson/issue-218
...
fix: improve a11y of emoji list
2019-03-12 08:14:54 -07:00
Nolan Lawson
1347c1765a
Merge pull request #283 from nolanlawson/nolan/issue-220-take-two
...
fix: makes skin tone picker more accessible
2019-03-12 08:14:44 -07:00
Nolan Lawson
0f35206687
fix: improve a11y of emoji list
...
fixes #218
2019-03-12 08:14:29 -07:00
Nolan Lawson
740eccb6d0
fix: makes skin tone picker more accessible
...
fixes #220
2019-03-12 08:12:33 -07:00
Nolan Lawson
c2c7092fc4
Merge pull request #282 from nolanlawson/nolan/issue-219
...
fix: make categories into accessible nav buttons
2019-03-12 08:08:46 -07:00
Nolan Lawson
445d2d4656
Merge pull request #281 from nolanlawson/nolan/issue-221
...
fix: improve search/clear a11y
2019-03-12 08:08:32 -07:00
Nolan Lawson
646ad7f7c7
Merge pull request #280 from nolanlawson/prop-types-dep
...
fix: add prop-types to dependencies
2019-03-12 08:08:24 -07:00
Nolan Lawson
558de6a994
Merge pull request #260 from nolanlawson/add-slim-build
...
feat: add slim builds for modern browsers
2019-03-12 08:08:05 -07:00
Nolan Lawson
2fc7816116
fix nav button bg color
2019-03-11 18:55:58 -07:00
Nolan Lawson
27f1b8cd63
improve webkit search input CSS
2019-03-10 11:24:28 -07:00
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