Ross Khanas
c0a418fa57
Update category.js
2018-11-13 19:21:37 +09:00
Ross Khanas
be27ba5779
Update preview.js
2018-11-13 19:21:07 +09:00
Ross Khanas
9cad93d015
Update nimble-picker.js
2018-11-13 19:19:16 +09:00
Adam Bowles
745cd2a9b5
Add trailing colon to :octocat
2018-09-27 11:25:27 +01:00
hozefaj
937e33534d
fix(a11y): ability to tab through different categories
2018-08-25 21:00:48 -07:00
Etienne Lemay
016ef7ccce
Update gh-pages
2018-08-15 22:34:32 -04:00
Etienne Lemay
1c14c868b1
Release v2.8.1
2018-08-15 22:30:54 -04:00
Etienne Lemay
7c090c99d1
Merge pull request #215 from jdecked/sheet-columns-preview-props
...
Fixes display of non-52x52 sprite sheets in the preview bar
2018-08-15 22:29:43 -04:00
Justine De Caires
c6b36947d3
Fixes display of non-52x52 sheets in the preview bar
2018-08-14 22:29:20 -07:00
Etienne Lemay
8ee9858aa0
Release v2.8.0
2018-08-10 14:18:19 -04:00
Etienne Lemay
5e15356379
Update gh-pages
2018-08-10 14:17:22 -04:00
Etienne Lemay
f5a4a488f8
Merge pull request #209 from Rena-Ryumae/rena/customskin
...
Custom emoji for skin tone selector
2018-08-10 14:15:31 -04:00
Etienne Lemay
94e7b2d878
💄
2018-08-10 14:14:18 -04:00
Etienne Lemay
2c060c56bc
Rename “skinIcon” => “skinEmoji”
...
More consistent with other props
2018-08-10 14:11:28 -04:00
Etienne Lemay
83bd22dffd
Update README
2018-08-10 14:10:55 -04:00
Etienne Lemay
757f1b023c
Merge branch 'master' into rena/customskin
2018-08-10 14:06:41 -04:00
Etienne Lemay
9b523425c6
💄
2018-08-10 14:02:33 -04:00
Etienne Lemay
175d08a612
Set `.emoji-mart-skin-text` width in px
...
So that it doesn’t change width while transitioning.
2018-08-10 14:01:52 -04:00
Etienne Lemay
0c508deee8
Merge pull request #212 from jdecked/sheet-columns-props
...
Add sheetColumns and sheetRows props for non-square sprite sheets
2018-08-08 16:39:16 -04:00
Etienne Lemay
7c55c05935
Merge pull request #213 from tkbremnes/tkbremnes/fix-size-typo-in-readme
...
fix typo in README.md
2018-08-08 09:33:05 -04:00
Trond Kjetil Bremnes
57a548b199
fix typo in README.md
...
The sheet size for messenger says that the emoji download size is 449
_megabytes_ for a sheetSize of 32.
449 _kilobytes_ is the correct value.
2018-08-08 12:22:28 +02:00
Justine De Caires
385cb8f8c2
Add sheetColumns and sheetRows props for non-square sprite sheets
2018-08-06 14:31:02 -07:00
Rena Ryumae
f1d5bc0095
Custom emoji for skin tone selector
...
Currently, the skin tone selector
is a row of colored dots
We propose creating a skinIcon field
that uses the emoji-mart dots on
default but otherwise uses the emoji
passed in by the user
2018-08-02 10:42:46 -04:00
Etienne Lemay
1588712ca0
Release v2.7.0
2018-07-31 15:39:26 -04:00
Etienne Lemay
34ba02fc4b
Update gh-pages
2018-07-31 15:32:30 -04:00
Etienne Lemay
c236437f91
Ignore .DS_Store
2018-07-31 15:31:39 -04:00
Etienne Lemay
58ceb30d3d
Use ES6 export everywhere in /src
2018-07-31 15:29:11 -04:00
Etienne Lemay
a0075d7054
Update README
2018-07-31 15:12:58 -04:00
Etienne Lemay
60d3b9767b
Update search input default border radius
2018-07-31 15:11:22 -04:00
Etienne Lemay
7915d5472f
Merge pull request #208 from Rena-Ryumae/rena/categoryiconprops
...
Customizable Category Icons
2018-07-31 15:03:03 -04:00
Etienne Lemay
0021d6ff38
Merge branch 'master' into rena/categoryiconprops
2018-07-31 15:01:34 -04:00
Etienne Lemay
2cea3df86a
Call fallback when emoji name isn’t recognized [ Fix #199 ]
2018-07-31 14:05:25 -04:00
Rena Ryumae
31cc0ab215
Customizable Category Icons
...
Currently, the default emoji-mart
category icons cannot be changed.
We propose creating a categories
object that uses the emoji-mart
category icons on default but
otherwise uses custom imgs/svgs
passed in by the user
2018-07-31 11:09:38 -04:00
Etienne Lemay
767b2fdcc6
Merge pull request #206 from Rena-Ryumae/rena/customnotfound
...
Not Found Component for emoji search
2018-07-30 17:11:44 -04:00
Etienne Lemay
4bb41b9796
Add notFoundEmoji props to Picker
2018-07-30 17:06:23 -04:00
Etienne Lemay
8ddd8725e8
Update README
2018-07-30 16:52:41 -04:00
Etienne Lemay
3dc3e2fd95
Don’t apply `emoji-mart-no-results` class when using custom notFound component
2018-07-30 16:52:15 -04:00
Etienne Lemay
a7e37edcde
Merge pull request #205 from Rena-Ryumae/rena/updatesearchfield
...
Adding search icon in search input field
2018-07-30 16:21:25 -04:00
Etienne Lemay
98af838d60
Update search input & icon
2018-07-30 16:17:22 -04:00
Etienne Lemay
6fac845580
Merge pull request #203 from luisbelloch/master
...
Added font stack to support native emojis in IE11/Edge
2018-07-30 16:01:24 -04:00
Rena Ryumae
8e6d363d8b
Not Found Component for emoji search
...
If a user's search returns no results,
the sleuth_or_spy emoji appears. We would
instead like for a custom image to appear.
We propose creating a NotFound component
that uses the the sleuth_or_spy emoji
on default when a user's search returns
no results but otherwise uses what the
user passes through
2018-07-13 13:58:17 -04:00
Rena Ryumae
5e03ee3e16
Adding search icon in search input field
...
Currently, there is no visual indication
for when the user is searching for an
emoji nor is there an easy way to clear
the input field after the user's search
Our change proposes to add a small magnifying
glass icon to the right hand side of the
search input bar which becomes an x delete
icon when the user types in the search input
bar.
The x delete icon is tabbable and will clear
the search input field with the return (enter)
key, spacebar, and mouse click. The
magnifying glass icon is not tabbable.
2018-07-13 13:18:06 -04:00
Luis Belloch
086ed6991e
Added font stack to support native emojis in IE11/Edge
2018-07-10 21:53:24 +02:00
Etienne Lemay
b1c499fc8d
Release v2.6.1
2018-05-11 13:19:10 -04:00
Etienne Lemay
9cda3c974c
Update gh-pages
2018-05-11 13:19:08 -04:00
Etienne Lemay
f9d47e9b13
Merge pull request #183 from savardc/missing-on-select-prop
...
Add missing onSelect to shared props
2018-05-08 08:25:25 -04:00
Etienne Lemay
f2b5035f12
Merge pull request #187 from Kovensky/patch-1
...
Correct NimbleEmojiIndex reexport
2018-05-08 08:25:04 -04:00
Etienne Lemay
2428f3c1ba
Merge pull request #185 from savardc/fix-nimble-comp-with-customs
...
Fix crash in NimbleEmojiIndex when using custom emojis
2018-05-08 08:24:39 -04:00
Diogo Franco
c2f11adec3
Correct NimbleEmojiIndex reexport
2018-05-08 10:59:21 +09:00
Christian Savard
8df31b1c42
Fix typo
2018-05-03 12:40:14 -04:00