Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Releases: tommoor/emojione-picker

2.2.1

06 May 23:51
d136819

Choose a tag to compare

  • Support for CSP with inline style tags
  • Upgrade to latest react-virtualized
  • Reduce bundle size through selective react-virtualized imports

v2.1.2

20 Apr 05:35
333ddfa

Choose a tag to compare

  • Allows emoji's to be searched by shortname as well as keywords

v2.1.1

11 Apr 04:14
b60f6d2

Choose a tag to compare

  • Adds prop-types package to prevent warnings in React >15.5

v2.1.0

01 Apr 17:24

Choose a tag to compare

  • Adds new searchPlaceholder prop to customize the search input placeholder.

v2.0.1

14 Feb 16:51

Choose a tag to compare

  • Fixes regression, shortname not being returned with other emoji properties in onChange event #54

v2.0

13 Feb 00:08

Choose a tag to compare

  • Now using react-virtualized and shallow prop comparison to massively improve performance #50 - big thanks to @ahutchings
  • Search results now much improved
  • Fixed category titles not being styled correctly when using svg spritesheet
  • Fixed errors when typing certain characters into search field #52
  • Lots of other mini perf improvements