Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add filterFunctions prop to enable emojis filtering #34

Merged

Commits on Apr 6, 2019

  1. Add filterFunctions prop allowing user to specify filter functions th…

    …at are invoked for every emoji before actual rendering making it possible to show only subset of emojis instead of all of them always
    darekg11 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    60feb0c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Chain lodash call to filter emojis. Drop checking for 0 length of fil…

    …terFunctions props as every will return true if collection is empty. Rename emoji param to emojis
    darekg11 committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    b3176f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf92d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Move filtering to one place in common chain. Remove filteredEmojis va…

    …riable as it is not requried anymore
    darekg11 committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    4857b89 View commit details
    Browse the repository at this point in the history