Skip to content

Latest commit

History

History
36 lines (25 loc) 路 1.08 KB

File metadata and controls

36 lines (25 loc) 路 1.08 KB

Changelog

v0.3.0

Fixes for production.

  • Removed the postinstall script preventing installation of the package.
  • Add missing method (insertBefore) in the reconciler.
  • Possibility to pass ref and className props to the Viewer component.

v0.2.0

Small enhancements to improve developer experience.

  • Export typescript types.
  • Add Changelog.
  • Add beginning of readme.

v0.1.0

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.