Skip to content

Releases: Purii/react-native-tableview-simple

0.15.3

07 Dec 19:30
Compare
Choose a tag to compare

Bug Fixes

  • Fix possible issue with Android and RN 0.39. Affects Tableview - f781b6f

0.15.0

06 Dec 17:03
Compare
Choose a tag to compare

New features

  • Hide separators on press. Affects Cell and CustomCell - cfd5a71

0.14.1

04 Dec 21:57
Compare
Choose a tag to compare

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

12 Sep 11:32
Compare
Choose a tag to compare

New features

  • Added option to set the color of the right detail. Affects Cell-Component - d8afe49

0.12.0

23 Jul 16:54
Compare
Choose a tag to compare

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

03 Jul 19:34
Compare
Choose a tag to compare

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

15 May 12:53
Compare
Choose a tag to compare

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

27 Mar 11:19
Compare
Choose a tag to compare

New features

  • Respect Text Size accessibility setting on iOS - 05988c2