Skip to content

v0.17.0

Choose a tag to compare

@gius gius released this 31 Oct 12:15
· 106 commits to develop since this release
6aa967a
#51 Split view component into View and View.ErrorBoundary (#52)

* #51 Split view component into View and View.ErrorBoundary

* #51 Exclude ErrorBoundary to own independent  component

* #51 Make View.ErrorBoundary functional component

* #51 Setup for DOM testing and add test for ErrorBoundary

* #51 Downgrade JEST back to original version

* #51 Refactor based on review comments

* #51 Fix tests and change fallback from ReactChildren to ReactNode

* #51 Render children inside View component when VM is not presented

* #51 Make resetErrorBoundary readonly

Co-authored-by: Michal Kopecký <michal.kopeck@eman.cz>