Nolan Lawson
835c2e9c36
fix: remove rAF polyfill, add SSR test
2020-01-12 09:59:07 -08:00
Nolan Lawson
c8305f6013
test: test bundle size in CI
2020-01-12 09:57:33 -08:00
Nolan Lawson
99eae3605d
test: add test for emoji-index.js
2019-12-29 11:52:24 -08:00
Nolan Lawson
6bb1932db8
fix: remove core-js dependency
2019-12-29 11:52:13 -08:00
Etienne Lemay
85577c0b58
Release v2.11.2
2019-12-23 09:40:28 -05:00
Etienne Lemay
7b2f760df2
Update README
2019-12-23 09:33:00 -05:00
Etienne Lemay
3440a74328
Update gh-pages
2019-12-23 09:12:55 -05:00
Etienne Lemay
f1a988ca4b
Improve anchors :focus state
2019-12-23 09:09:00 -05:00
Etienne Lemay
2860851c0b
Fix :hover state on anchors
2019-12-23 09:04:27 -05:00
Etienne Lemay
e66be9dc4e
Add theme selection to gh-pages
2019-12-23 08:51:53 -05:00
Etienne Lemay
e39c1e53d8
Improve dark theme UI
2019-12-23 08:50:49 -05:00
Etienne Lemay
c778bc6084
Run prettier on docs/index.js
2019-12-23 08:06:53 -05:00
Etienne Lemay
ff9d416300
Update gh-pages
2019-12-23 08:04:11 -05:00
Nolan Lawson
61c0bd4e4e
fix: remove _JSON
2019-12-21 11:18:30 -08:00
Nolan Lawson
7a025243b4
test: add docs and test for customCategory
2019-12-21 10:24:49 -08:00
Eugen Rochko
1a9d5f97b6
Add support for more than one custom category
...
Fix #224
2019-12-21 10:24:49 -08:00
Nolan Lawson
8cff39f6fd
fix: dark mode CSS tweaks, add storybook/matchMedia/docs
2019-12-21 09:49:29 -08:00
Mohan Raj
848fc76396
feat: Add Dark Mode
2019-12-21 09:49:29 -08:00
dependabot[bot]
830c69a4e1
chore(deps): bump lodash from 4.17.11 to 4.17.15 ( #390 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-21 09:18:25 -08:00
dependabot[bot]
1b69530f53
chore(deps): bump handlebars from 4.1.0 to 4.5.3 ( #389 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-21 09:18:16 -08:00
dependabot[bot]
6c60ac1242
chore(deps): bump lodash-es from 4.17.11 to 4.17.15 ( #388 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-21 09:18:06 -08:00
dependabot[bot]
364ae72ba3
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 ( #387 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-21 09:17:53 -08:00
Carl Tessier
f3387cdce2
fix: gracefully ignore bad JSON in localstorage ( #385 )
...
Don't crash (catch the exception) if the localstorage value does not contain valid JSON.
2019-12-21 09:17:41 -08:00
Peder Johnsen
edcd64b101
docs: Move `With custom data` to correct position ( #377 )
...
Looks like the `With custom data` section of `Headless search` got pushed down by the `Get emoji data from Native` stuff.
2019-12-21 09:13:20 -08:00
Hiro-Aki Hotta
208099c2dc
fix: Use getDerivedStateFromProps instead of componentWillReceiveProps ( #372 )
...
* use getDerivedStateFromProps instead of componentWillReceiveProps
* code formatting
2019-12-21 08:43:35 -08:00
Ryan McCue
f10510b262
fix: Ensure emoji backgrounds do not tile ( #362 )
2019-12-21 08:41:24 -08:00
Alex Brioux
76ac008169
Fix: Allowing emoji selection on enter ( #386 )
2019-12-21 08:38:25 -08:00
Nolan Lawson
3576091fc0
fix: ensure unique keys for React list ( #352 )
...
fixes #327
2019-07-03 08:00:02 -07:00
Xavier Shay
956aaa91f3
fix: Deterministic sorting of search results. ( #343 )
...
* Deterministic sorting of search results.
This is important for reliable tests, e.g. if you are snapshotting views
and comparing to reference images.
* fix prettier
2019-06-29 07:53:46 -07:00
Nolan Lawson
a0ce9d8122
docs: document how to remove the footer ( #330 )
...
fixes #325
2019-06-29 07:49:01 -07:00
Nolan Lawson
cdd3229de6
test: add basic skins test ( #315 )
2019-06-29 07:48:50 -07:00
rugk
f8322a8c5d
docs: Add tip for l10n to use CLDR ( #344 )
...
* Add tip for l10n to use CLDR
This prevents unnecessary work and prevents some translation errors that can easily occur, otherwise. (e.g. it's not that easy to translate the skin tones correctly)
* remove smart quotes
2019-06-29 07:47:40 -07:00
Etienne Lemay
ae24948861
Release v2.11.1
2019-05-09 11:59:46 -04:00
Etienne Lemay
75dfed01f5
Merge pull request #338 from The-Code-Monkey/patch-1
...
Added `type={"button"}` to anchors.js
2019-05-09 11:32:59 -04:00
The-Code-Monkey
af37a7a20f
attempt 2 to fix prettier error
2019-05-01 15:41:07 +01:00
The-Code-Monkey
14c5d4f2b4
attempting to fix the prettier issue
2019-05-01 15:36:59 +01:00
The-Code-Monkey
0cfb0787ab
Added `type={"button"}` to anchors.js
2019-05-01 15:32:02 +01:00
Etienne Lemay
f654ef4050
Update gh-pages
2019-03-28 09:47:48 -04:00
Etienne Lemay
1d09d3758e
Fix changelog link
2019-03-28 09:43:52 -04:00
Etienne Lemay
8d4d928973
Release v2.11.0
2019-03-28 09:41:13 -04:00
Etienne Lemay
5d1b84cf1d
Add CHANGELOG.md
2019-03-28 09:35:40 -04:00
Etienne Lemay
9b3a4487a1
Merge pull request #329 from missive/fix-emoji-button
...
fix: use span for non-clickable emojis
2019-03-28 09:27:43 -04:00
Etienne Lemay
7f05e22d12
Fix test
2019-03-28 09:16:43 -04:00
Etienne Lemay
32282a6dc7
Fix prettier
2019-03-28 09:14:25 -04:00
Etienne Lemay
4fda4dcc01
fix: use span for non-clickable emojis
2019-03-28 08:59:19 -04:00
Etienne Lemay
abc2cdaf02
Revert " 💄 "
...
This reverts commit 1bcc52e587
.
2019-03-28 08:56:50 -04:00
Etienne Lemay
1bcc52e587
💄
2019-03-28 08:22:30 -04:00
Etienne Lemay
5f065d4793
Merge pull request #316 from nolanlawson/nolan/fix-tests-ci
...
docs: fix travis CI badge
2019-03-28 07:38:55 -04:00
Etienne Lemay
cbad12426c
Merge pull request #317 from nolanlawson/nolan/308-addendum
...
fix: consistently return short_names from sanitize
2019-03-28 07:37:39 -04:00
Nolan Lawson
7a94080f5f
Merge pull request #323 from missive/nolan/hinaloe-test
...
test: add test for short_names in custom emoji
2019-03-23 15:06:35 -07:00