Skip to content

Releases: barajs/bara-react

v3.1.1

24 Jan 23:38
Compare
Choose a tag to compare

3.1.1 (2020-01-24)

Bug Fixes

  • deps: update dependency react-native-web to ^0.12.0 (f9d02dc)

v3.1.0

02 May 04:12
Compare
Choose a tag to compare

3.1.0 (2019-05-02)

Features

  • bara: add HOC (f923459)
  • bara: add whenReactAppMounted trigger (68a1108)
  • functions: add Platform API for OS detection (a2e7395)

v3.0.0

26 Apr 08:31
Compare
Choose a tag to compare

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

v2.0.4

24 Apr 05:17
Compare
Choose a tag to compare

2.0.4 (2019-04-24)

Bug Fixes

  • deps: update dependency bara to v2.4.0 (7bd8ff4)

v2.0.3

23 Apr 01:40
Compare
Choose a tag to compare

2.0.3 (2019-04-23)

Bug Fixes

  • deps: update dependency bara to v2.3.2 (c5e8141)

v2.0.2

22 Apr 03:28
Compare
Choose a tag to compare

2.0.2 (2019-04-22)

Bug Fixes

  • use-barn-state: change initialValue to any (db57973)

v2.0.1

19 Apr 11:07
Compare
Choose a tag to compare

2.0.1 (2019-04-19)

Bug Fixes

  • deps: update dependency bara to v2.3.1 (5baeeb0)
  • license: replace fbemitter with built-in bara's useEmitter (a42e548)

v2.0.0

15 Apr 15:43
Compare
Choose a tag to compare

2.0.0 (2019-04-15)

Bug Fixes

  • View: add name prop to View for Bara (097d0c1)

Features

  • useReactApp: make hook accept params as object instead of primitive value (ecca7e5)

BREAKING CHANGES

  • useReactApp: useReactApp change params to object

v1.3.2

14 Apr 23:55
Compare
Choose a tag to compare

1.3.2 (2019-04-14)

Bug Fixes

  • bara-react: export BaraProvider for React app (fa0b5c3)

v1.3.1

12 Apr 05:31
Compare
Choose a tag to compare

1.3.1 (2019-04-12)

Bug Fixes

  • bara-react: switch to react-native for AppRegistry import (56144fb)