You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.