Teaset Versions Save

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

0.7.4

4 years ago

Breaking changes

  • This teaset edition need react native 0.62.0 or above, please use [email protected] in earlier version of react native

0.7.0

4 years ago

Bugfixes

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

0.6.0

5 years ago

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

0.5

6 years ago

Breaking changes

Features

Bugfixes

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

add Wheel component

0.3.4

6 years ago

Refactor AlbumView, fix a bug in TransformView, #52

0.3.3

6 years ago

Select.getItemText support React.element, #51