Releases: rilyu/teaset
Releases · rilyu/teaset
0.7.4
0.7.0
0.6.0
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
- Redux supported (@Alexorz)
Bugfixes
- Support rn 0.58
2017-12-17
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
0.4.3 fix bug in OverlayPopoverView, #70
support react-native 0.49
0.4.2 up to 0.4.2, support react-native 0.49
fixed a bug in AlbumSheet
Merge pull request #61 from z372183629/master Update AlbumSheet.js, #60