Skip to content

v3.0.0

Compare
Choose a tag to compare
@mathieuLivebardon mathieuLivebardon released this 10 Feb 15:32
· 1132 commits to master since this release
6e3132d

v3.0.0

  • JSDOC overhaul

  • UD-Viz repository becomes a 3-package mono-repo :

  • browser, shared: Add a set of tests for and scripts/features (html files in browser are tested with puppeteer)

  • browser:

    • Delete View3D and GameView. The notion of View is now assured by Frame3DBase and Frame3DPlanar.
    • Creation of ExternalContext
    • All configs are now split by features
    • Widgets take as arguments their config and not allWidget config anymore
    • API breaking changes
    • Bug fixes for :
      • video loading
      • load texture files
  • shared:

    • Delete World.
    • Refacto of Context
    • GameObject becomes Object3D and now extends THREE.Object3D
  • node:

    • Write an ExpressAppWrapper
  • Documentation:

    • 5 Readmes : mono-repo, browser, shared, node, documentation.
    • Contributing.md
    • ReleasePublish.md updated

What's Changed

New Contributors

  • @HemoreG made their first contribution in #503

Full Changelog: v2.39.3...v3.0.0