Skip to content

Releases: Hacksore/react-skinview3d

v5.1.0

23 May 20:20
c74b336
Compare
Choose a tag to compare
  • Remove the skin & cape when they are undefined @PadowYT2 (#169)

v5.0.3

26 Dec 14:57
cb39010
Compare
Choose a tag to compare

Testing pnpm and provenance

No API changes 🥳

v5.0.2

08 Aug 13:42
Compare
Choose a tag to compare
  • Support React Server Components @Ayterx (#167)
  • Update the storybook deps

v5.0.1

14 Feb 14:51
Compare
Choose a tag to compare

Changes

  • Update dependencies based on many @dependabot PRs
  • Update storybook config to remove deprecated warnings

v5.0.0

26 Oct 00:49
Compare
Choose a tag to compare

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

v4.0.0

18 Oct 00:22
Compare
Choose a tag to compare
  • Update skinview3d to 3.0.0-alpha.1 (#21)
  • Minor code cleanup

v3.1.0

14 Jun 02:58
Compare
Choose a tag to compare
  • Fix type defs #19