v3.0.0
mathieuLivebardon
released this
10 Feb 15:32
·
1132 commits
to master
since this release
v3.0.0
-
JSDOC overhaul
-
UD-Viz repository becomes a 3-package mono-repo :
- Decompose the ud-viz package into 2 packages :
- Add a new package
- 4 package.json: mono-repo, browser, shared, node
- All eslint's warnings are fixed
-
browser, shared: Add a set of tests for and scripts/features (html files in browser are tested with puppeteer)
-
browser:
- Delete
View3D
andGameView
. The notion of View is now assured byFrame3DBase
andFrame3DPlanar
. - 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
- Delete
-
shared:
- Delete
World
. - Refacto of
Context
GameObject
becomesObject3D
and now extendsTHREE.Object3D
- Delete
-
node:
- Write an
ExpressAppWrapper
- Write an
-
Documentation:
- 5 Readmes : mono-repo, browser, shared, node, documentation.
Contributing.md
ReleasePublish.md
updated
What's Changed
- Base map subdivision by @LorenzoMarnat in #467
- 449 refacto udviz multi packages by @valentinMachado in #474
- SlideShow Loop Features by @CorentinGaut in #464
- Create a drag and drop avatar example #493 by @valentinMachado in #495
- Merge pull request #1 from VCityTeam/master by @valentinMachado in #499
- Ud reagent maj fixes by @valentinMachado in #500
- Fix load Video + rotationTexture by @mathieuLivebardon in #501
- Added dynamic scripts src inside html by @HemoreG in #503
- Better docs by @mathieuLivebardon in #502
- Quick readme proposition by @DiegoVinasco in #515
- 488 update readme by @DiegoVinasco in #522
- Release 3.0.0 by @mathieuLivebardon in #523
- Release 3.0.0 by @valentinMachado in #525
New Contributors
- @HemoreG made their first contribution in #503
Full Changelog: v2.39.3...v3.0.0