Skip to content

v3.0.0

Compare
Choose a tag to compare
@nampdn nampdn released this 26 Apr 08:31
· 469 commits to master since this release

3.0.0 (2019-04-26)

Bug Fixes

  • bara: new operators and change hook function name (#20) (319bff7)
  • Text: correct Text new API event (da75cf4)
  • TouchableOpacity: bind event to bara with React event.persist() to preserve its props (79a23dd)

Features

  • functions: new opearator useComponentsStream for register all stream at once (can exclude) (447b6ad)
  • Text: use new Bara hook piper (f7bc046)
  • Touchable: add onPressIn, onPressOut, onLongPress (6d14a05)
  • Touchable: change hook params with new Bara API (cea652b)
  • Touchable: rename condition piper (7844f5a)
  • TouchableOpacity: add new event handler and change hook method (279c814)
  • TouchableOpacity: change the way hook take params (6989026)
  • View: change hook function params with new Bara API (beeec75)

BREAKING CHANGES

  • View: make hook API pipable
  • TouchableOpacity: change method name of useTouchableOpacityPress to whenTouchableOpacityPress