Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@jsamr jsamr released this 28 Sep 19:33
· 236 commits to master since this release

2.0.0 (2020-09-28)

Code Refactoring

Features

Performance Improvements

  • avoid rerendering caused by onDOMLinkPress (1fe9f77)
  • limit number of rendering cycles (312e648)

BREAKING CHANGES

  • removed TableStyleSpecs.borderWidthPx in favor of rowsBorderWidthPx, columnsBorderWidthPx and outerBorderWidthPx
  • This plugin now requires React Native 0.59+ because it uses hooks internally.