Skip to content

@native-html/table-plugin@4.0.0

Compare
Choose a tag to compare
@jsamr jsamr released this 06 Feb 11:39
· 147 commits to master since this release

4.0.0 (2021-02-06)

Bug Fixes

  • table-plugin: mark displayMode field as optional (b395a49)

Features

  • table-plugin: support react-native-render-html 6.x (1526efe)

BREAKING CHANGES

  • table-plugin: - extractHtmlTableProps has been dropped in favor of
    useHtmlTableProps hook for reusability.
  • IGNORED_TAGS is not exported anymore, and not necessary.
  • requires react-native 0.63.x and above
  • new tableModel export for the new custom renderers API