Joe Attardi
|
ef8ac84e19
|
4.6.2
|
2 years ago |
Joe Attardi
|
fe54bef107
|
Add more HTML escaping
|
2 years ago |
Joe Attardi
|
dc14b8d97b
|
4.6.1
|
2 years ago |
Joe Attardi
|
05970c0918
|
Fix XSS vulnerability with custom emojis
|
2 years ago |
Joe Attardi
|
d859569bb3
|
Fix imports in code examples
|
3 years ago |
Joe Attardi
|
8657b14e26
|
4.6.0
|
3 years ago |
Joe Attardi
|
5d6eefb30a
|
Add documentation for custom emoji data support
|
3 years ago |
Joe Attardi
|
4b1464e3e6
|
Fix emoji order bug
|
3 years ago |
Joe Attardi
|
d9968bd52a
|
Make argument to public events callback optional
|
3 years ago |
Joe Attardi
|
63c96e55ff
|
Merge pull request #85 from joeattardi/dependabot/npm_and_yarn/site/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0 in /site
|
3 years ago |
Joe Attardi
|
2b1763d27e
|
Merge pull request #100 from joeattardi/dependabot/npm_and_yarn/site/bl-4.0.3
Bump bl from 4.0.2 to 4.0.3 in /site
|
3 years ago |
Joe Attardi
|
971c289da1
|
Merge pull request #113 from joeattardi/dependabot/npm_and_yarn/site/object-path-0.11.5
Bump object-path from 0.11.4 to 0.11.5 in /site
|
3 years ago |
Joe Attardi
|
b6526b90aa
|
Fix lint errors
|
3 years ago |
Joe Attardi
|
788f8abe65
|
Support custom emoji data
|
3 years ago |
Joe Attardi
|
98335f241f
|
Merge pull request #120 from roderickhsiao/custom-data
Support customized data
|
3 years ago |
Joe Attardi
|
9dc237df22
|
4.5.1
|
3 years ago |
Joe Attardi
|
8be1dc4748
|
Fix type on public event callbacks
|
3 years ago |
Roderick Hsiao
|
3fd5357e91
|
Merge branch 'master' into custom-data
|
3 years ago |
dependabot[bot]
|
92cd1fce1d
|
Bump bl from 4.0.2 to 4.0.3 in /site
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Joe Attardi
|
fa52c25987
|
4.5.0
|
3 years ago |
Joe Attardi
|
251d5a87ad
|
Remove hard coded typings file and generate typings
|
3 years ago |
Joe Attardi
|
08fd6694d3
|
Refactor
|
3 years ago |
Joe Attardi
|
78203914b0
|
update terser plugin
|
3 years ago |
Joe Attardi
|
a3fbfc9447
|
Refactor
|
3 years ago |
Joe Attardi
|
6616dc0228
|
4.4.0
|
3 years ago |
Joe Attardi
|
3b2fdcee28
|
Add start script
|
3 years ago |
Joe Attardi
|
82dd0ded58
|
types and doc fixes for twemoji options
|
3 years ago |
Joe Attardi
|
98be48c4bb
|
Merge pull request #112 from mnz2000/master
Added twemojiOptions to EmojiButton(options)
|
3 years ago |
Roderick Hsiao
|
0da76ef29c
|
Handle empty case
|
3 years ago |
Roderick Hsiao
|
f90dd0c0ea
|
Support custom data options
|
3 years ago |
Joe Attardi
|
a723c91145
|
4.3.0
|
3 years ago |
Joe Attardi
|
a563b9e6f2
|
Merge branch 'master' of https://github.com/joeattardi/emoji-button
|
3 years ago |
Joe Attardi
|
54a0ed6395
|
Add overridable CSS variable support
|
3 years ago |
dependabot[bot]
|
6a87140aa2
|
Bump object-path from 0.11.4 to 0.11.5 in /site
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
unknown
|
5c2cb5ed84
|
Added twemojiOptions to EmojiButton(options)
|
3 years ago |
Joe Attardi
|
ea8ffc43c9
|
Merge pull request #108 from mattdsteele/patch-1
Add 'module' key
|
3 years ago |
Matt Steele
|
3e1068b493
|
Add 'module' key
|
3 years ago |
Joe Attardi
|
6ed71ed659
|
4.2.0
|
3 years ago |
Joe Attardi
|
06a4d6a0bf
|
Merge pull request #103 from jmlee2k/fix-jumping-on-destroy
Fix picker jumping before being destroyed
|
3 years ago |
Joe Attardi
|
0bb4b72449
|
Merge pull request #106 from boyanio/master
Expose the name of the selected emoji when firing the emoji event
|
3 years ago |
Boyan Mihaylov
|
4c0a1cae7c
|
Expose the name of the selected emoji when firing the emoji event (closes joeattardi/emoji-button#105)
|
3 years ago |
jmlee2k
|
01ea6c4964
|
Fix picker jumping before being destroyed
- this occured when using a rootElement
|
3 years ago |
Joe Attardi
|
ae3cd00ea8
|
4.1.0
|
3 years ago |
Joe Attardi
|
2096c1532c
|
Destroy popper on hide
|
3 years ago |
Joe Attardi
|
825f2a9dfe
|
Fix lint errors
|
3 years ago |
Joe Attardi
|
d379e2ab53
|
Merge pull request #94 from jmlee2k/dynamic-theming
Add ability to switch the theme after construction
|
3 years ago |
jmlee2k
|
09f4532842
|
fix setTheme type declaration
|
3 years ago |
jmlee2k
|
79a5652d9e
|
Merge branch 'master' into dynamic-theming
|
3 years ago |
Joe Attardi
|
f6c1041631
|
Fix incorrect initial category highlight in Firefox
|
3 years ago |
Joe Attardi
|
6135124c68
|
Fix focus stealing when hiding picker with animation
|
3 years ago |