Skip to content

v5.0.0

Compare
Choose a tag to compare
@Hacksore Hacksore released this 26 Oct 00:49
· 225 commits to master since this release

Highlights

  • 🚨 BREAKING width, height, skinUrl are all mandatory properties now
  • 🚨 BREAKING onReady event uses an object ViewerReadyCallbackOptions
  • Fix width and height props not accepting both a string and a number
  • Add new options property which will allow you to pass properties to the SkinViewer 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