Emojione Picker Versions Save

A react emoji picker for use with emojione

v2.2.1

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

v2.1.2

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

v2.1.1

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

v2.1.0

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

v2.0.1

7 years ago

v2.0.0

7 years ago
  • 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