Skip to content

Releases: gxsshallot/react-native-picklist

v1.2.7

29 May 07:30
30e348f
Compare
Choose a tag to compare
  • add props isCascade support
  • upgrade general-tree
  • Fix: 搜索模式下且键盘弹出时,第一次点击列表无法选中

v.1.2.6

14 Feb 06:58
0695fd4
Compare
Choose a tag to compare

Fix: when directBackWhenSingle is TRUE, can not cancel selected.

v1.2.5

17 Jan 03:01
Compare
Choose a tag to compare
  • Replace Button of react-native with HeaderButton of react-navigation-header-buttons.
  • Update readme file to show how to set HeaderButton style.

v1.2.4

16 Jan 13:38
Compare
Choose a tag to compare
  • Revert notifyMap to DeviceEventEmitter.

v1.2.3

16 Jan 13:18
Compare
Choose a tag to compare
  • Add array support for idKey.

v1.2.2

16 Jan 12:20
Compare
Choose a tag to compare
  • Add support to react-navigation navigation options.
  • Add function to get initialization status of navigation options.
  • Fix: Update general-tree to fix tree operation when large data.
  • Add Chinese readme link.

v1.2.1

07 Jan 07:30
Compare
Choose a tag to compare
  • Add cancelableWhenDirectBack property to control cancelable or not in single select mode when directBackWhenSingle is true.
  • Fix: Add showNaviBar control in render function.

v1.2.0

02 Jan 12:24
Compare
Choose a tag to compare
  • Add cancel button label property for search bar.

v1.1.9

29 Dec 05:31
Compare
Choose a tag to compare
  • Add navigation bar show or hide support #1.
  • Add multi line text support of Text component in default row display.
  • Add Travis-CI configuration file to auto publish to NPM.
  • Add gif image in README instead of png image.