Releases: Purii/react-native-tableview-simple
Releases · Purii/react-native-tableview-simple
0.15.3
Bug Fixes
- Fix possible issue with Android and RN 0.39. Affects
Tableview
- f781b6f
0.15.0
New features
- Hide separators on press. Affects
Cell
and CustomCell
- cfd5a71
0.14.1
New features
- Removed fixed height. Affects
Cell
and CustomCell
- cbd85e8
- Added option to inject custom styles to the content container of a
Cell
-Component - ca9df84
Removals
- Removed fixed height. To set a fixed height, use
contentContainerStyle={{ height: 44 }}
Affects Cell
and CustomCell
- cbd85e8
0.13.0
New features
- Added option to set the color of the right detail. Affects
Cell
-Component - d8afe49
0.12.0
Deprecations
- renamed
cellstyle
to cellStyle
. Affects Cell
- 1f43ee7.
- renamed
cellTextColor
to backgroundColor
. Affects Cell
- be38a13
Bug Fixes
- Fix padding when using
cellStyle: Subtitle
. Affects Cell
- 2584d14
- Set correct backgroundColor to the
Separator
. Removes the shadow next to a Separator
- be38a13
0.11.0
Deprecations
- deprecated
cellTextColor
and cellHeight
. Use contentContainerStyle
instead. Affects CustomCell
- e1bf19b.
New features
- Added option to inject custom styles to the content container of a
CustomCell
-Component - e1bf19b
0.10.0
Deprecations
- rename
...tintColor
to ...textColor
. Affects Cell
, CustomCell
and Section
- e4eaf79.
New features
- Added option to inject a custom footer and header to a
Section
-Component - d4541d3
0.8.0
New features
- Respect Text Size accessibility setting on iOS - 05988c2