Skip to content

v3.0.0

Compare
Choose a tag to compare
@oscarlorentzon oscarlorentzon released this 10 Dec 10:41

🚀 New features

  • Add qualityScore property on Node
  • Data provider API to enable loading data from any source

💥 Breaking

  • Change Viewer constructor to take only an options struct as parameter
  • Remove Viewer class moveCloseTo method
  • Rename Viewer class setAuthToken method to setUserToken
  • Rename Node class cameraProjection property to cameraProjectionType
  • Remove StatsComponent
  • Remove LoadingComponent
  • Move IUrlOptions properties to IFalcorDataProviderOptions

📝 Documentation

  • Add data provider info to documentation
  • Restructure readme information
  • Add GitHub specific content
  • Add changelog

🏠 Internal

  • Rename Container class element property to container
  • Use GitHub actions for continuous integration
  • Use Yarn for development