Skip to content

v1.0.0

Compare
Choose a tag to compare
@EtienneLem EtienneLem released this 27 May 19:16
· 475 commits to master since this release

v1.0.0 🎉

Thanks a bunch to all contributors, this was a long time coming.

Breaking changes

  • emojisToShowFilter now uses emoji object instead of just unified:
    Before: (unified) => {}
    After: (emoji) => {}

New

  • Emoji 4.0 🤡 🤠 🤢
  • Custom emoji :octocat:
  • Messenger & Facebook sets

Fixes

  • Fixed anchors SVG on IE
  • Fixed search result for “-1”

Enhancement

  • Search input is now outside the scrollable zone
  • Picker will ignore unknown emojis in set (compare messenger w/ apple)
  • “Frequently used” now have defaults
  • Default emoji (when no emojis hovered) can now be set to empty string
  • The Emoji component is now a functional component. Read more about our findings.

Misc

Commits

v0.5.0...v1.0.0