Etienne Lemay
f43304399d
Merge pull request #21 from ai/scroll-fix
...
Show only vertical scroll
2016-10-26 10:10:49 -04:00
Andrey Sitnik
81a9d884a7
Show only vertical scroll
2016-10-26 15:46:59 +02:00
Etienne Lemay
f6348a8196
Release v0.3.0
2016-10-18 21:23:00 -04:00
Etienne Lemay
4f2b204c0e
Remove “sheetURL” props & add “set” props
...
- Use sheets from emoji-data repo (from a CDN)
- Easier to setup/use
- Remove sheets from the repo
2016-10-18 21:21:56 -04:00
Etienne Lemay
1b832414c5
Release v0.2.10
2016-10-18 19:06:39 -04:00
Etienne Lemay
35a992118a
Use hasOwnProperty to detect if emoji exists
...
Fixes a bug in Firefox where “watch” emoji would throw because apparently `_emojiData = data.emojis['watch']` returns a function instead of the value of the watch key
2016-10-18 19:00:51 -04:00
Etienne Lemay
e429147d1f
Release v0.2.9
2016-10-14 15:59:51 -04:00
Etienne Lemay
996c46cd9c
Also split search terms at “-” & “_”
...
Like we do when building the search string in `build-data.js`
2016-10-14 15:56:17 -04:00
Etienne Lemay
44f9914b25
Handle “-1” search
2016-10-14 15:43:18 -04:00
Etienne Lemay
dc93357137
Fix “Recent” category showing up when clicking an emoji for the first time while searching
2016-10-13 21:38:24 -04:00
Etienne Lemay
00761734d8
Release v0.2.8
2016-10-13 16:32:00 -04:00
Etienne Lemay
2aece93395
Support all short_names when getting emoji data [ Fix #15 ]
2016-10-13 16:19:46 -04:00
Etienne Lemay
00eea58760
Release v0.2.7
2016-10-12 20:31:06 -04:00
Etienne Lemay
8f64b3c7d1
Handle unknown emojis [ Fix #14 ]
2016-10-12 20:26:10 -04:00
Etienne Lemay
ac4feba228
Release v0.2.4
2016-10-03 21:18:55 -04:00
Etienne Lemay
903395e31f
💄
2016-10-03 21:16:35 -04:00
Etienne Lemay
f31a359f78
Add support for server-side rendering [ Fix #7 ]
2016-10-03 21:16:20 -04:00
Etienne Lemay
29063f2f64
Release v0.2.4
2016-09-29 21:03:43 -04:00
Etienne Lemay
7028383509
Update webpack React externals [ Fix #11 , Fix #8 ]
2016-09-29 21:02:05 -04:00
Etienne Lemay
b3498a0766
Merge pull request #12 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
...
Replace npmcdn.com with unpkg.com
2016-09-29 20:59:44 -04:00
npmcdn-to-unpkg-bot
d8c00463ee
Replace npmcdn.com with unpkg.com
2016-09-05 15:29:33 +01:00
Etienne Lemay
33035669b6
Release v0.2.3
2016-07-29 12:42:10 -04:00
Etienne Lemay
af3b7928b3
Add GH Star button to demo page
2016-07-29 12:41:22 -04:00
Etienne Lemay
b25b25b5eb
Update README
2016-07-29 12:29:32 -04:00
Etienne Lemay
c9c1f8d607
Release v0.2.2
2016-07-29 12:09:35 -04:00
Etienne Lemay
df0c920f66
Update demo page
2016-07-29 12:08:30 -04:00
Etienne Lemay
ecf3784d32
Build example in `example/bundle.js`
...
- Add watch script
- Make `npm run build` builds the example so that it’s included on npm
2016-07-29 12:07:24 -04:00
Etienne Lemay
f01ad53b6f
Update README
2016-07-28 17:07:25 -04:00
Etienne Lemay
16a42565cc
Release v0.2.1
2016-07-28 15:28:22 -04:00
Etienne Lemay
9c7e461e21
Update README
2016-07-28 15:27:14 -04:00
Etienne Lemay
3dd27d3a13
BSD Simplified license
2016-07-28 15:24:33 -04:00
Etienne Lemay
aa80b530aa
Add .npmignore
2016-07-27 12:52:41 -04:00
Etienne Lemay
d10f914f17
Release v0.2.0
2016-07-27 12:35:05 -04:00
Etienne Lemay
3f04c9cafa
Ignore data & dist folders and add prepublish npm script
2016-07-27 12:33:26 -04:00
Etienne Lemay
9648c7d8e2
🏬 Emoji Mart™
2016-07-27 11:35:12 -04:00
Etienne Lemay
760d140410
Release v0.1.5
2016-07-26 15:39:50 -04:00
Etienne Lemay
f7fd6e7d05
Sort search results by score [ Close #1 ]
2016-07-26 15:31:27 -04:00
Etienne Lemay
2b734d8ef6
Export frequently util
2016-07-26 14:53:53 -04:00
Etienne Lemay
9feee08e06
Update emojis search string
2016-07-26 14:50:55 -04:00
Etienne Lemay
b7023971ad
Release v0.1.4
2016-07-22 16:30:55 -04:00
Etienne Lemay
65f046b5f3
Force “-” search to only return “-1” emoji
2016-07-22 16:29:05 -04:00
Etienne Lemay
5721f5f694
Support searching for multiple (2) terms
2016-07-22 16:05:14 -04:00
Etienne Lemay
7e9835dd80
utils#intersect
2016-07-22 16:04:30 -04:00
Etienne Lemay
be1e6705c3
Use custom search index instead of lunr
...
Builds the index as the user search
Supports substring search
2016-07-22 14:32:11 -04:00
Etienne Lemay
ee73a5d898
Add search string to emojis data
2016-07-22 12:46:43 -04:00
Etienne Lemay
8da2aa3744
Remove unused fields from data
2016-07-22 12:23:47 -04:00
Etienne Lemay
03b7996fda
Fix emoji z-index
2016-07-22 10:19:22 -04:00
Etienne Lemay
18e0f2039e
Add keywords to emojis data
2016-07-21 16:06:13 -04:00
Etienne Lemay
2d3f789079
Make anchors color customizable
2016-07-21 15:33:18 -04:00
Etienne Lemay
4006308614
Pass native event to mouse handlers
2016-07-21 15:10:33 -04:00