Commit Graph

80 Commits

Author SHA1 Message Date
Jakub Grzywacz 33740130b5
chore: release 0.4.0 2021-08-11 16:31:02 +02:00
Jakub Grzywacz f68fcf720f
chore: change prettier config (#19) 2021-08-11 10:13:38 +02:00
Jakub Grzywacz c4a8ed36fc
Feature / search bar customization (#20)
* feat: add props (searchBarStyles,
    searchBarTextStyles,
    searchBarPlaceholderColor)

* docs: update readme
2021-08-11 10:03:37 +02:00
Jakub Grzywacz 8bb5ac517b
fix: searchbar category indicator when recentlyUsed is disabled (#18) 2021-08-11 10:03:22 +02:00
Jakub Grzywacz 94ecc160ec
Refactor / Improvements (#17)
* refactor: prevent potential memory leaks by clearing setTimeout schedule

-add useTimeout custom hook

* refactor: create single source of truth for categories

* refactor: add exhaustive type check for unions

* refactor: replace inlined function with getCategoryIndex util

* refactor: move parse emoji function to utils

* refactor: move magic number to constant value

* refactor: destructurize ctx

Co-authored-by: Piter Bedlechowicz <piter@thewidlarzgroup.com>
2021-08-05 19:55:33 +02:00
Piter Bedlechowicz eeea045a4c
Merge pull request #15 from TheWidlarzGroup/feature/searchbar
Feature / search bar
2021-08-03 14:08:21 +02:00
Jakub Grzywacz 98303efa05
chore: release 0.3.0 2021-08-03 10:37:42 +02:00
Jakub Grzywacz 69e05326ce
fix: typo and render data 2021-07-30 13:43:51 +02:00
Jakub Grzywacz 55ae233a94
docs: fix table 2021-07-30 13:23:55 +02:00
Jakub Grzywacz e6da8adfbe
docs: fix searchbar in docs 2021-07-30 13:21:50 +02:00
Jakub Grzywacz 96746d3e6d
Merge remote-tracking branch 'origin/master' into feature/searchbar 2021-07-30 13:20:38 +02:00
Jakub Grzywacz de2d2f3e0c
Feature / recently used emojis (#14)
* feat: add translations to recently used

* fix: sort order

* feat: add recently used emojis

* docs: add examples

* refactor: change hideRecentlyUsed to enableRecentlyUsed

* docs: add enableRecentlyUsed to docs

* fix: delete unnecessary arrow

* fix: from code review
2021-07-30 12:53:00 +02:00
Jakub Grzywacz eea5bfba6a
docs: add search bar to docs 2021-07-29 12:02:11 +02:00
Jakub Grzywacz 6cf12b1117
fix: enable category scrolling for small screen size 2021-07-29 11:44:45 +02:00
Jakub Grzywacz ca5716a6f8
feat: close search 2021-07-29 10:45:52 +02:00
Jakub Grzywacz a48e1babea
fix: delete console.log 2021-07-28 18:57:41 +02:00
Jakub Grzywacz 5060399165
docs: add example 2021-07-28 18:56:38 +02:00
Jakub Grzywacz bc68650c6a
feat: create search bar 2021-07-28 18:56:11 +02:00
Jakub Grzywacz c0cbef73c2
Feature / categories position (#12)
* feat: create category position prop

* docs: update props

* fix: fix spacing

* docs: add category position to docs
2021-07-28 14:53:35 +02:00
Jakub Grzywacz f23ed09c25
fix: prevent pressing blank emoji (#13) 2021-07-28 12:57:54 +02:00
Jakub Grzywacz 36a9132c18
chore / setup pipeline (#9)
* chore: setup basic pipeline

* chore: fix yarn install for examples

* chore: split lint and typescript

* chore: change job name
2021-07-28 12:26:34 +02:00
Kacper Mikołajczak fcb4214d91
feat: add global recently used store (#11)
* feat: add global recently used store

* fix: remove console log
2021-07-27 16:19:23 +02:00
Jakub Grzywacz 482799c8fb
chore: release 0.2.4 2021-07-27 11:42:01 +02:00
Jakub Grzywacz ef899b787b
chore: fix version 2021-07-27 11:41:25 +02:00
Jakub Grzywacz 7003f5da51
docs / add package description to fix npm links (#10)
* docs: add package description to fix npm links

* chore: revert version and fix description
2021-07-27 11:37:44 +02:00
Jakub Grzywacz f3e95cd820
docs: add comparison table (#7) 2021-07-27 11:37:30 +02:00
Jakub Grzywacz 8a33d466e1 Create issue templates 2021-07-27 11:32:26 +02:00
Jakub Grzywacz ecf88624fc
chore: release 0.2.3 2021-07-27 10:40:31 +02:00
Wojciech Stanisz 7e4b1680cc
Change callback name to match defined one (#5)
I think it should be `handlePick` instead of `handleSelect` that doesn't appear anywhere else.

Feel free to close this PR if that was the intention
2021-07-26 21:31:48 +02:00
Jakub Grzywacz cbe4243248
Feature/static keyboard (#2)
* fix: use container styles fix

* refactor: rename static modal

* refactor: let use EmojiStaticKeyboard outside modal

* chore: add static keyboard to readme

* fix: improve readme

* refactor: easier use of static keyboard and refactor contexts

* refactor: update readme example
2021-07-26 15:30:04 +02:00
Jakub Grzywacz bdb8799fe1
refactor: add unicode version, slug and reduce json size 2021-07-22 11:42:45 +02:00
Jakub Grzywacz db04194152
chore: release 0.2.2 2021-07-20 12:28:23 +02:00
Jakub Grzywacz 6c52faf1e9
Merge pull request #1 from TheWidlarzGroup/feature/more-examples
Feature/more examples
2021-07-20 12:25:32 +02:00
Jakub Grzywacz 486b7a55be
chore: add links to examples 2021-07-20 12:23:59 +02:00
Jakub Grzywacz cadb1b9f4d
chore: test link 2021-07-20 12:21:41 +02:00
Jakub Grzywacz 5e914c7f17
chore: add more examples and list them in readme 2021-07-20 12:19:41 +02:00
Jakub Grzywacz 33685fe832
chore: create extended examples 2021-07-20 11:47:44 +02:00
Jakub Grzywacz fa340ee6a0
chore: add new prop activeCategoryContainerColor 2021-07-20 11:47:01 +02:00
Jakub Grzywacz 7e2c0d112c
fix: delete unused parts 2021-07-19 19:57:17 +02:00
Jakub Grzywacz cd575be9aa
chore: release 0.2.1 2021-07-19 19:49:33 +02:00
Jakub Grzywacz d618c0b23c
fix: update version 2021-07-19 19:45:55 +02:00
Jakub Grzywacz aadf41ce2c
fix: change package name 2021-07-19 19:34:41 +02:00
Jakub Grzywacz 7da8e9acce
fix: spelling 2021-07-19 19:29:24 +02:00
Jakub Grzywacz b8aeaebcf0
refactor: improve readme and change package name 2021-07-19 19:26:41 +02:00
Jakub Grzywacz f58aa52e40
fix: deps and emoji render 2021-07-16 14:20:44 +02:00
Jakub Grzywacz acaf8922e3
fix: readme 2021-07-13 12:32:58 +02:00
Jakub Grzywacz dc41597431
chore: release 0.1.1-beta.1 2021-07-12 17:44:38 +02:00
Jakub Grzywacz b6a2def0c8
refactor: use native panResponder instead of RNGH 2021-07-12 17:42:48 +02:00
Jakub Grzywacz 094eff743d
chore: release 0.1.1-beta.0 2021-07-12 14:32:45 +02:00
Jakub Grzywacz 567b5cb1f6
fix: delete log 2021-07-12 14:31:18 +02:00