Jakob Krigovsky
346e398d6e
Guard sanitize() against undefined `short_names`
...
This is important when hovering over a custom emoji while searching.
2017-05-26 12:34:07 +02:00
Jakob Krigovsky
153998ca2c
Add icon for custom category
2017-05-26 12:34:07 +02:00
Jakob Krigovsky
2fdd9fee34
Pass custom emojis to EmojiPicker#search
2017-05-26 12:34:07 +02:00
Jakob Krigovsky
e10a779150
Add support for custom emojis to EmojiIndex#search
2017-05-26 12:34:07 +02:00
Jakob Krigovsky
289fc0ffc0
Pass custom emoji data directly to <Preview />
...
<Preview /> calls getData() itself which will fail for custom emojis because there is no universally available data source for custom emojis. To work around this, we pass the custom emoji data (which <Picker /> received via the `custom` prop) directly to <Preview />.
2017-05-26 12:12:59 +02:00
Jakob Krigovsky
7ce0f8efba
Add custom emojis to example page
2017-05-26 12:12:13 +02:00
Jakob Krigovsky
d237edc268
Add support for custom emojis to <Picker />
2017-05-26 12:12:13 +02:00
Jakob Krigovsky
d181379480
Add support for custom emojis to <Emoji />
2017-05-26 12:06:28 +02:00
Jakob Krigovsky
a28f04326a
Add support for custom emojis to sanitize()
2017-05-26 12:06:28 +02:00
Jakob Krigovsky
2f7d6eb0d8
Guard buildSearch() against undefined properties
...
This is important if custom emojis don’t specify any emoticons, for example.
2017-05-26 09:43:11 +02:00
Jakob Krigovsky
15c7b27ba9
Add support for custom emojis to getData()
2017-05-24 18:37:16 +02:00
Jakob Krigovsky
d9c0139d73
Split out generation of search property
2017-05-24 18:34:10 +02:00
Jakob Krigovsky
00dce20f0f
Document custom emoji support
2017-05-24 18:06:48 +02:00
Etienne Lemay
021f7b8db6
Merge pull request #82 from MeisterLabs/yarn-lock
...
Update yarn.lock
2017-05-23 10:55:03 -04:00
Jakob Krigovsky
d24a441935
Update yarn.lock
2017-05-23 16:47:42 +02:00
Etienne Lemay
64b408be53
Merge pull request #73 from nsarafa/master
...
Installation instructions & stylesheet corrections
2017-05-17 09:20:07 -04:00
Etienne Lemay
3a6189f91d
Merge pull request #74 from nsarafa/hotfix/prop-types [ Fix #65 ]
...
update components from React.PropTypes to PropTypes package
2017-05-17 09:18:45 -04:00
Etienne Lemay
c877e3b380
Merge pull request #77 from iamsaksham/bug-fix-IE [ Fix #75 ]
...
give max height to svg for IE support
2017-05-17 09:08:30 -04:00
iamsaksham
c90d5c6ebd
give max height to svg for IE support
2017-05-08 13:53:44 +05:30
nsarafa
ed5a6f1777
update components from React.PropTypes to PropTypes package to avoid
...
warning message
2017-05-04 21:38:03 -04:00
nsarafa
661e948193
set word-break to appropriate value
2017-05-04 21:21:01 -04:00
nsarafa
20292a5fd4
installation instructions init
2017-05-04 21:18:48 -04:00
Etienne Lemay
84e0f68e76
Merge pull request #64 from JustinDrake/patch-1
...
Add default frequently used defaults (closes #63 )
2017-04-23 22:32:34 -04:00
Etienne Lemay
46cf7542c3
Update default frequently used
2017-04-24 04:28:39 +02:00
Justin
956fb94656
Add default frequently used defaults ( closes #63 )
2017-04-19 14:30:56 +01:00
Etienne Lemay
bf3f8f8976
Update README.md
2017-04-19 09:17:59 -04:00
Etienne Lemay
23a49f853e
Release v0.5.0
2017-04-18 11:26:55 -04:00
Etienne Lemay
f07c0c0638
Update “No Emoji Found” layout
2017-04-18 11:20:17 -04:00
Etienne Lemay
b1d5c70bd2
Remove “No emoji found” hover [ Close #59 ]
2017-04-18 11:07:43 -04:00
Etienne Lemay
ebd3c6f6f0
Handle include/exclude in search results
2017-04-18 11:00:20 -04:00
Etienne Lemay
6a3b05d85e
Slice search results only when necessary
2017-04-18 10:29:02 -04:00
Etienne Lemay
4a9497df0e
Don’t call useless `emojisToShowFilter` when undefined
2017-04-18 10:22:32 -04:00
Etienne Lemay
046d489d7f
Add “No emoji found” to i18n [ Close #52 ]
2017-04-18 09:50:38 -04:00
Etienne Lemay
c1bd9ea52c
Support including/excluding the recent category
2017-04-08 09:08:42 -04:00
Etienne Lemay
81badd784f
Sort categories by `include` props when defined
2017-04-07 16:54:07 -04:00
Etienne Lemay
4926b7bd43
💄
2017-04-04 12:00:32 -04:00
Etienne Lemay
bb538ff9a3
Use lowercase category names in include/exclude [Ref #53 ]
2017-04-04 11:56:08 -04:00
Etienne Lemay
23cd1ea550
Fix specs since 83b1c02
2017-04-04 11:54:14 -04:00
Etienne Lemay
04e66a58a8
Update README
2017-04-04 11:46:11 -04:00
Etienne Lemay
3c78aeee76
Merge pull request #54 from vinnymac/features/autofocus
...
add prop to autofocus search input
2017-04-04 11:29:43 -04:00
Etienne Lemay
ba388204b0
Update README
2017-04-04 11:26:02 -04:00
Vincent Taverna
a4419720e8
add prop to autofocus search input
2017-04-04 11:07:48 -04:00
Etienne Lemay
b4f39a2730
Merge pull request #53 from madshargreave/master
...
Added `include` and `exclude` props to filter emoji categories
2017-04-03 10:07:38 -04:00
Mads Hargreave
5602d3a3e4
Added `include` and `exclude` props to filter emoji categories
2017-04-01 16:02:55 +07:00
Etienne Lemay
9a713ad885
Release v0.4.4
2017-03-17 09:26:33 -04:00
Etienne Lemay
83b1c02897
Include unified in sanitized data [ Close #51 ]
2017-03-17 09:02:53 -04:00
Etienne Lemay
65c3a0fde7
Release v0.4.3
2017-03-10 12:17:30 -05:00
Etienne Lemay
2de83100a0
Delete empty arrays from data file
2017-03-10 12:11:05 -05:00
Etienne Lemay
dbf22073c8
Don’t include keywords in data file
...
These are only used to generate the search string, the library doesn’t need it.
2017-03-10 11:51:58 -05:00
Etienne Lemay
41c9a2ae52
Merge pull request #49 from vaskevich/dev
...
Data file size reduction: strip quotes around keys
2017-03-10 09:54:19 -05:00