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
Etienne Lemay
a02cca7535
Release v0.3.7
2017-01-18 07:31:44 -05:00
Etienne Lemay
67c965f8f4
Merge pull request #35 from scotato/master
...
Add emoji prop change check to Emoji component
2017-01-18 07:30:15 -05:00
Scott Dodge
4c6f8c54c1
Add emoji prop change check to Emoji component
2017-01-17 23:58:43 -06:00
Etienne Lemay
7e2adc60a2
Merge pull request #29 from savardc/master
...
Fix issue with operator in skin tone logic
2017-01-16 16:42:47 -05:00
Etienne Lemay
7ffcecf68e
Release v0.3.6
2017-01-16 09:14:01 -05:00
Etienne Lemay
637e456a1f
Merge pull request #34 from trun/fix/local-storage-disabled
...
wrap localStorage access in try-catch
2017-01-16 09:12:35 -05:00
Trevor Rundell
c3aae4fb04
wrap localStorage access in try-catch
...
Many browsers may support localStorage, but disable access to it in certain situations. For example, Safari private browsing mode will raise an exception if you try to access localStorage from a third-party domain, resulting in unhandled errors like...
> QuotaExceededError: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.
The easiest way to handle this for optional features is to simply try-catch all access to localStorage.
2017-01-15 10:52:54 -05:00
Christian Savard
0db181e301
Fix issue with operator in skin tone logic
2016-12-12 21:33:06 -05:00