Release 2.0.0
2.0.0 (2020-09-28)
Code Refactoring
- implement HTMLTable component with webshell 2.0
useAutoheight
(0d038ba), closes #16
Features
- better customizability of table style specs (2b66c10), thanks @nadav2051! closes #10
Performance Improvements
BREAKING CHANGES
- removed
TableStyleSpecs.borderWidthPx
in favor ofrowsBorderWidthPx
,columnsBorderWidthPx
andouterBorderWidthPx
- This plugin now requires React Native 0.59+ because it uses hooks internally.