Fixes for production.
- Removed the postinstall script preventing installation of the package.
- Add missing method (
insertBefore
) in the reconciler. - Possibility to pass
ref
andclassName
props to theViewer
component.
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:
Viewer
component. 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.