Skip to content

Releases: TheWidlarzGroup/rn-emoji-keyboard

Release 1.2.0

18 Jan 19:36
Compare
Choose a tag to compare

1.2.0 (2023-01-18)

Bug Fixes

  • allow to change emoji tone on re-selection (#111) (213e426)
  • emoji disappearing on iOS back gesture during scroll animation (#114) (db4a742)
  • increased window size to prevent list bouncing on scroll to bottom (#105) (5e73f17)

Features

Release 1.1.0

31 Oct 18:07
Compare
Choose a tag to compare

1.1.0 (2022-10-31)

Bug Fixes

  • add back emojiKeyboard export, add newline in tr.ts (#92) (e92b912)
  • changed language import to relative one and fixed ts/prettier errors (#94) (5576c15)
  • problem with search results not displaying (#83) (bd214e4)
  • wrong editUrl (#86) (989441c)

Features

Release 1.0.0

31 Aug 17:06
Compare
Choose a tag to compare

1.0.0 (2022-08-31)

Bug Fixes

Release 1.0.0-alpha.0

25 Aug 16:23
Compare
Choose a tag to compare
Release 1.0.0-alpha.0 Pre-release
Pre-release

1.0.0-alpha.0 (2022-08-25)

Bug Fixes

  • change defaultKeyboardContext and defaultKeyboardValues src file (#77) (ee7bef2)
  • ios example (6f5a24d)

Features

  • added portuguese translation (3286e33)
  • allow multiple emoji selections (#64) (85de700)

Release 0.7.1

23 Mar 21:02
Compare
Choose a tag to compare

0.7.1 (2022-03-23)

Bug Fixes

  • add ability to select emoji while keyboard is open (#53) (8896f47), closes #52
  • transparent emojis on Android devices (#50) (6e967f6)

Release 0.7.0

29 Nov 20:58
Compare
Choose a tag to compare

0.7.0 (2021-11-29)

Features

  • expand height while keyboard is visible (#47)
  • allow search by emoji (#45) (cc4d591)

Release 0.6.0

29 Oct 15:17
Compare
Choose a tag to compare

0.6.0 (2021-10-29)

Bug Fixes

  • replace in slug to replace all spaces instead of first (#40) (8a7a099)

Features

  • allow modalWithBackdrop to take all RN modal props (#39) (e82709d)

Release 0.5.0

18 Oct 13:35
Compare
Choose a tag to compare

0.5.0 (2021-10-18)

Features

  • categoryOrder prop to set category sequence
  • new translations:
    • fr - French 🇫🇷
    • it - Italian 🇮🇹
    • ko - Korean 🇰🇷
    • id - Indonesian 🇲🇨
    • es - Spanish 🇪🇸
    • de - German 🇩🇪

Bug fixes

  • removed emoji from unicode 12 and 13, because they are not yet supported by all devices (#24) (f7df348)
  • rename disabledCategory to disabledCategories

Release 0.4.0

11 Aug 14:31
3374013
Compare
Choose a tag to compare

0.4.0 (2021-08-11)

Bug Fixes

  • enable category scrolling for small screen size (6cf12b1)
  • searchbar category indicator when recentlyUsed is disabled (#18) (8bb5ac5)
  • typo and render data (69e0532)

Features

Release 0.3.0

03 Aug 08:38
98303ef
Compare
Choose a tag to compare

0.3.0 (2021-08-03)

Features

  • add global recently used store (#11) (fcb4214)
  • add categories position (#12)
  • add recently used emojis (#14)

Bug Fixes