Releases: aksonov/react-native-tableview
Releases · aksonov/react-native-tableview
3.1.0
3.0.0
🚨 Breaking Changes
Version 3.0.0 is a breaking change and will not work if you are using react-native < 0.60.0
. If you are still on a lower version, then keep on the 2.x.x releases. Fixes will still be supported for the 2.x.x releases, and features if possible will be backported.
Features
- Enables support for react-native >= 0.60.0 bd65e1a @robertying
2.6.1
2.6.0
2.5.0
2.4.1
2.4.0
2.3.1
2.3.0
Breaking changes
- Deprecate
emptyInsets
tocellSeparatorInset
andcellLayoutMargins
for more customization e63c31e @gabrielbull
Features
- Adds
selectionStyle
to TableItem 442fe00 @gabrielbull
Fixes
alwaysBounceVertical
now works as expected 137cc85 @gabrielbull- Correct typescript definiton for
scrollIndicatorInsets
andcontentInset
d9c7a7b @gabrielbull