Skip to content

Releases: aksonov/react-native-tableview

2.1.1

29 May 17:47
312a6e9
Compare
Choose a tag to compare

Fixes podspec attributes: ac891ff

2.1.0

24 Jan 05:40
cd979c0
Compare
Choose a tag to compare

Features

2.0.1

07 Jan 23:08
a88d01f
Compare
Choose a tag to compare

Bug Fixes

2.0.0

21 Dec 09:07
8a3dd67
Compare
Choose a tag to compare

2.0 is massive cleanup and update of the library.
We now support the latest version of react native 🎉

List of improvements

  • Flatter file structure for easier edits
  • Prettier/ESLint for code quality
  • Listing of all available props through Typescript Definitions
  • Updated all the examples in the example app (now uses up to date version of react native)
  • Update README examples and prop support with images and gifs

Bug Fixes

  • Fixed section titles always showing
  • Upgraded sendEventWithName(deprecated) to RCTBubblingBlock
  • onAccessoryPress on Item now works

Thanks to all those who contributed to this library previous to this release 👏🏽

1.7.0

14 Jan 11:18
Compare
Choose a tag to compare
  • React Native 0.40 support

1.3.3

05 Oct 14:58
Compare
Choose a tag to compare
  • editing mode for table view
  • fixed issues #16, #13, #17

v1.2.0

17 Sep 12:32
Compare
Choose a tag to compare
  • fix #11, #12 and some other issues
  • updated demo with flux router (no more need to rename render method to see each example)

1.1.4

07 Sep 07:00
Compare
Choose a tag to compare

Some bugs were fixed, added section footer label support

1.1.2

29 Aug 08:20
Compare
Choose a tag to compare
  • Added textColor, tintColor (color of checkmark), fontSize, fontWeight, fontFamily properties to TableView
  • Fixed issue #8

1.1.0

24 Aug 11:34
Compare
Choose a tag to compare
  • Add support of custom cell views with flexible height. You could use React native views for cells now.