Fixes for production.
- Removed the postinstall script preventing installation of the package.
- Add missing method (
insertBefore) in the reconciler. - Possibility to pass
refandclassNameprops to theViewercomponent.
Small enhancements to improve developer experience.
- Export typescript types.
- Add Changelog.
- Add beginning of readme.
First release 馃挋馃帀
All lot of features are still in development. More work incoming, soon鈩笍.
馃毃 Not tested in production yet - Beware 馃毃
- Core feature:
Viewercomponent. Props naming may change.
- Context hook:
useViewer: a hook to get access to the viewer.
- Utility hooks:
usePostRender: a hook to register a function to call after the render of the viewer.usePostUpdate: a hook to register a function to call after an update of the viewer.usePreRender: a hook to register a function to call before the render of the viewer.usePreUpdate: a hook to register a function to call after an update of the viewer.
- Basic Storybook stories.