Skip to content

Release 1.0.0

Choose a tag to compare

@jsamr jsamr released this 19 Aug 14:35
· 302 commits to master since this release

1.0.0 (2020-08-19)

Code Refactoring

  • restructure source files and comply with api-extractor (644e2ff)

Features

  • new TableConfig API to configure height computation (07264fb)

BREAKING CHANGES

  • WebViewComponent config field has been renamed to WebView.
  • autoheight, maxHeight and defaultHeight have been
    dropped in favour of computeContainerHeight. This function gives more
    flexibility to library users, providing a way to set height at different
    steps of the component lifecycle. Also, useLayoutAnimation has been
    dropped in favour of animationType, giving the opportunity to completely
    switch off animations. Moreover, a new prop, computeHeuristicContentHeight,
    allows even more fine-grain control on the height computation logic and
    more specifically, when the accurate content height is not yet available.
    Finally, animationDuration now replaces transitionDuration to make the
    semantic link with animationType more explicit.
  • remove export of domToHTML