Nolan Lawson
f2d752bfc2
fix: add country flag emoji on windows ( #2117 )
...
* fix: add country flag emoji on windows
* fix: missing file
* fix: cache font file on-demand
* fix: attempt to fix
* fix: working
* fix: ordering
* fix: ordering
* fix: ordering
* fix: fixup
* fix: fixup
* fix: add comment
* fix: fix vercel
* fix: fix vercel.json
* fix: vercel
* refactor: refactor
2022-03-27 20:59:02 -07:00
Nolan Lawson
16e66346d7
fix!: remove esm package, use native Node ES modules ( #2064 )
...
BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required
* fix!: remove esm package, use native Node ES modules
* fix: fix some CJS imports
2021-07-04 20:19:04 -07:00
Nolan Lawson
85a5874876
fix: internationalize manifest.json ( #2034 )
...
* fix: internationalize manifest.json
fixes #2020
* test: fix test
2021-04-11 19:40:24 -07:00
Nolan Lawson
a028a7e880
feat: intl support for emoji picker ( #1910 )
...
* feat: intl support for emoji picker
Fixes #1908
* fix: update emoji-picker-element
* fix: fix typo
2020-12-18 20:02:36 -08:00
Nolan Lawson
57b75ade1b
chore: update emoji-picker-element to v1.3.0 ( #1888 )
2020-11-14 14:13:22 -08:00
Nolan Lawson
1371175bce
feat: use emoji-picker-element, add emoji autocompletions/tooltips ( #1804 )
...
* feat: use emoji-picker-element, add emoji autocompletions/tooltips
* fix: fix lint bug
* test: fix emoji in chrome on linux in travis
* test: try bionic in travis
* chore: try to fix travis
* chore: try to fix travis
* fix: filter unsupported emoji
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* Revert "chore: try to fix travis"
This reverts commit 3cd2d94469b2f1a20c847c2a69e088d7c8d1efdd.
* fix: fix emoji autosuggest
* test: fix test
2020-06-28 23:12:14 -07:00
Nolan Lawson
4232da5e33
fix: fix lint
2019-08-19 20:23:58 -07:00
Nolan Lawson
880bc7a38a
perf: use a separate icons.svg file ( #1067 )
...
* perf: use a separate icons.svg file
This splits icons into inline and non-inline. The inline ones are high
priority; the rest go in an icons.svg file.
* create SvgIcon.html
* determine inlined svgs at build time
2019-03-02 19:02:06 -08:00