Releases: Hacksore/react-skinview3d
Releases · Hacksore/react-skinview3d
v5.1.0
v5.0.3
v5.0.2
v5.0.1
Changes
- Update dependencies based on many @dependabot PRs
- Update storybook config to remove deprecated warnings
v5.0.0
Highlights
- 🚨 BREAKING
width
,height
,skinUrl
are all mandatory properties now - 🚨 BREAKING
onReady
event uses an object ViewerReadyCallbackOptions - Fix
width
andheight
props not accepting both a string and a number - Add new
options
property which will allow you to pass properties to theSkinViewer
constructor - Rename the options interface from
ISkinview3d
->ReactSkinview3dOptions
- Rename the default export to from
Skinvew3d
->ReactSkinview3d
- Add exports for the internal types
Misc
- Add storybook example of how to take a screenshot
- Fix eslint
- Update react to
18.x
for development - Use
yarn
for CI - Use node
16.x
in CI - Enable @dependabot