Skip to content

Releases: rilyu/teaset

0.7.4

01 Apr 09:07
Compare
Choose a tag to compare

Breaking changes

  • This teaset edition need react native 0.62.0 or above, please use teaset@0.7.1 in earlier version of react native

0.7.0

17 Aug 02:20
Compare
Choose a tag to compare

Bugfixes

  • Support rn 0.60: remove componentWillReceiveProps function from components (exclude Wheel...)

0.6.0

31 Jan 10:09
Compare
Choose a tag to compare

Breaking changes

  • Remove all buildProps functions
  • Theme: change fitIPhoneX to true by default, iPhoneX and iPhoneXS are fully supported (@SurpassRabbit)
  • BasePage: this.state.isFocused move to this.isFocused
  • Checkbox: change default icon
  • NavigationBar: set props.tintColor to null for no tint color, and undefined for default tint color
  • Toast: change closeOnHardwareBackPress to false by default (android only)

Features

Bugfixes

  • Support rn 0.58

2017-12-17

17 Dec 07:39
Compare
Choose a tag to compare

Breaking changes

  • Use measure instead of measureInWindow (Mandatory in Android 4.4+) (1a3574b, 8b734d6)
  • buildProps will be deprecated and should not be used

Features

  • NavigationBar: Translucent StatusBar supported (for Android 4.4+) (1a3574b) @auven
  • SearchInput: add focus, blur, isFocused and clear method, inherited from TextInput (0e16864)
  • Overlay: add transformRoot and restoreRoot method (370e262)
  • Select: add icon prop (2d64c00)
  • iPhoneX supported (2dcd698)

Bugfixes

  • SegmentedBar: fix badge display problem in Android (716adff)

fix bug in OverlayPopoverView

10 Oct 16:53
Compare
Choose a tag to compare
0.4.3

fix bug in OverlayPopoverView, #70

support react-native 0.49

08 Oct 15:35
Compare
Choose a tag to compare
0.4.2

up to 0.4.2, support react-native 0.49

fixed a bug in AlbumSheet

22 Sep 02:47
Compare
Choose a tag to compare
Merge pull request #61 from z372183629/master

Update AlbumSheet.js, #60

0.4.0

08 Sep 03:58
Compare
Choose a tag to compare

add Wheel component

0.3.4

05 Sep 12:39
Compare
Choose a tag to compare

Refactor AlbumView, fix a bug in TransformView, #52

0.3.3

03 Sep 03:52
Compare
Choose a tag to compare

Select.getItemText support React.element, #51