Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@toxicFork toxicFork released this 16 Apr 15:25
· 317 commits to master since this release

npm install --save [email protected]

Changelog ( see diff )

Core

  • Should work with React 15 ✨
    • This version should work with react@^15.0.0
    • For react@^0.14.7, please install react-three-renderer@^0
    • This is because React is increasing separation between its core and react-dom, therefore
      the tricks used to make react-three-renderer needed to change as well.
  • Lots of the core has been rewritten to stay in sync with React 15
    but that means there will probably be new bugs appearing.
  • Convert to a proper version system
  • Upgrade other npm packages