v2.1
Changelog:
Core
- Migrating to Rollup + Webpack. #272 #279 (@sasha240100)
- Now the main build is compiled using
Rollup
, andmodules/
too. So you can access your favourite modules using:whs/modules/ModuleName
orwhs/modules/ModuleName.module
for harmony-modules. 🎉 📦 - Minified build size reduced from ~200 Kb to ~90 Kb (x2 times 😮 )
- Now the main build is compiled using
- Types for Box and Sphere components #267 #268 #189 (@hirako2000)
Modules
VirtualMouseModule
: support for groups #273 #274 (@sasha240100 & @elva2596)- Fixed
DatGUIModule
- Fixed
StatsModule
- Added
DragModule
#281 (@sasha240100)