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 |
Oleg Vaskevich
|
0bfd3b3e52
|
Strip quotes around keys
|
2017-03-02 10:55:01 -08:00 |
Etienne Lemay
|
87ab03e6bd
|
Release v0.4.2
|
2017-02-17 12:53:10 -05:00 |
Etienne Lemay
|
f5ae64d07c
|
Use variations at runtime instead of overriding data
Fixes a bug for emojis having both variations and skin variations
|
2017-02-17 12:50:20 -05:00 |
Etienne Lemay
|
ff0cc12fbc
|
Release v0.4.1
|
2017-02-17 12:23:18 -05:00 |
Etienne Lemay
|
489641bda6
|
Prefer first variation over default unified value
|
2017-02-17 12:22:01 -05:00 |
Etienne Lemay
|
44d401ae48
|
Fix `watch` script not bundling example
It also recompiles EmojiMart lib
|
2017-02-17 12:21:04 -05:00 |
Etienne Lemay
|
faf0cfa60b
|
Release v0.4.0
|
2017-02-17 10:54:51 -05:00 |
Etienne Lemay
|
da5cdcf5d3
|
Merge pull request #40 from pivotaltracker/native-emoji-picker-option
Allow picker to display emoji natively
|
2017-02-17 07:53:05 -08:00 |
Etienne Lemay
|
dfbe5d0400
|
Add native checkbox to example
|
2017-02-17 10:49:12 -05:00 |
Etienne Lemay
|
1f88be1e8b
|
Handle native change in shouldComponentUpdate
|
2017-02-17 10:48:57 -05:00 |
Etienne Lemay
|
fc14f939c1
|
Fix native emojis size
|
2017-02-17 10:36:50 -05:00 |
Etienne Lemay
|
c78ece2bc3
|
Update README
|
2017-02-17 10:15:12 -05:00 |
Etienne Lemay
|
d8f094e455
|
Rename “displayNative” => “native” for consistency w/ Emoji props
|
2017-02-17 10:13:59 -05:00 |
Thomas Osugi
|
6c2d1e4bf1
|
Honor perLine with for real
Signed-off-by: Chad Wagner <cwagner@pivotal.io>
|
2017-02-17 10:10:55 -05:00 |
Thomas Osugi
|
8e6c393ab7
|
[#138343455] Allow picker to display emoji natively rather than from spritesheet
Signed-off-by: Eric Dattore <edattore@pivotal.io>
|
2017-02-17 10:09:25 -05:00 |
Etienne Lemay
|
82759ecd00
|
Update README
|
2017-02-17 09:58:42 -05:00 |
Etienne Lemay
|
97446f761e
|
Fix sticky position for modern browsers
|
2017-02-17 09:48:24 -05:00 |
Etienne Lemay
|
5c27f17154
|
Uncomment PR #43 specs
|
2017-02-17 09:47:14 -05:00 |
Etienne Lemay
|
00fdf6137a
|
Use yarn
|
2017-02-17 09:45:24 -05:00 |
Etienne Lemay
|
82da9f2c7c
|
Merge pull request #44 from pivotaltracker/add-testing-framework
Add karma/jasmine + tests for emoji-index and picker
|
2017-02-17 06:41:55 -08:00 |
Etienne Lemay
|
a957fe196e
|
Merge pull request #45 from smeijer/patch-1
allow style overrides from user
|
2017-02-17 06:40:40 -08:00 |
Etienne Lemay
|
3a554449f5
|
Merge pull request #46 from pivotaltracker/fix-ie-categories
Fix categories on IE11
|
2017-02-17 06:40:31 -08:00 |
Etienne Lemay
|
262e89463c
|
Merge pull request #43 from pivotaltracker/custom-emoji-filter
Add emojisToShow filter
|
2017-02-17 06:39:59 -08:00 |
Eric Dattore
|
d3c1ab0828
|
[#139977619] fix regression in search with emoji mart picker
|
2017-02-16 10:09:10 -07:00 |
Eric Dattore
|
07b7bc2c50
|
[#138880131] fix issue with ie11 picker categories after searching
Signed-off-by: Devin Brown <debrown@pivotal.io>
|
2017-02-15 15:37:27 -07:00 |
Stephan Meijer
|
ca27f3af06
|
allow style overrides from user
Change order of object merge, so the width can be overridden to for example '100%'
|
2017-02-04 12:00:22 +01:00 |
Thomas Osugi
|
b9cb654761
|
Add karma/jasmine + tests for emoji-index and picker
|
2017-02-02 11:52:07 -07:00 |
Devin Brown
|
1a6e0e0fd3
|
add emojisToShow filter
Signed-off-by: Thomas Osugi <tosugi@pivotal.io>
|
2017-02-02 10:44:36 -07:00 |
Etienne Lemay
|
626d5b1ab4
|
Merge pull request #41 from pivotaltracker/preserve-svg-height-width
Preserve height and width on svgs
|
2017-01-27 06:16:08 -08:00 |
Etienne Lemay
|
f4fd9eb759
|
Merge pull request #39 from Frugality/expose-category
Category: export from index.js
|
2017-01-27 06:14:33 -08:00 |
Thomas Osugi
|
9aab00c702
|
Preserve height and width on svgs
Signed-off-by: Eric Dattore <edattore@pivotal.io>
|
2017-01-26 17:18:14 -07:00 |
Frugality
|
e8b6e27d33
|
Category: export from index.js
|
2017-01-24 16:58:18 -08:00 |