All Versions
10
Latest Version
Avg Release Cycle
68 days
Latest Release
2050 days ago
Changelog History
Changelog History
-
v3.0.0-dev.6
January 30, 2019 -
v2.1.6 Changes
August 08, 2017๐ Changelog:
Components
Text
- New API for Text component #303 #304 (@sasha240100 & @tomriddle1234)
Modules
RenderingModule
- Added
fix()
parameter - RenderingModule has unclear API #307 #308 (@sasha240100)
- Added
- ๐
PerformanceModule
#300 #301 (@sasha240100) ControlsModule
- Added to the manager with
.define()
usage 414bec4 (@sasha240100)
- Added to the manager with
Deps
- โ postprocessing and redux deps are missing #305 02c9c78 (@hirako2000)
Typings
- โ Typings for meshes #297 (@ChaseWhite3 & @hirako2000)
- โ Add types for remaining app modules #295 (@hirako2000)
- โ Add types for app modules #293 (@hirako2000)
- โ Adds typings for Text #286 #287 (@ChaseWhite3)
- โ Provide Typings for Mesh modules #278 (@hirako2000)
- โ Provide Typings for Cone #276 (@hirako2000)
๐ Docs
- ๐ Update documentation #302 (@sasha240100)
Travis CI
- ๐ท Use travis CI to publish to npm #292 (@hirako2000)
-
v2.1.5 Changes
July 16, 2017๐ Bugfix:
- ๐ Release now properly include: Fix Text component which threw and error when building on .setPosition(). preventing certain browser to render. #288 (@hirako2000). This fix only got publish as source, so project using the built files didn't get the patch.
- ๐ Fixes Travis build config so that built artifacts also get published to npmjs repo #292 (@hirako2000)
Typings
- โ More type definition for app modules #295 (@hirako2000).
-
v2.1.4 Changes
July 15, 2017๐ Bugfix:
- ๐ Fix Text component which threw and error when building on .setPosition(). preventing certain browser to render. #288 (@hirako2000)
Example
- โ Add Text example #288 (@hirako2000)
๐ง Maintenance
- โ Make Travis handle publishing to npmjs repo when new tags are created #292 (@hirako2000)
TS Types
- โ Add types for more modules and Meshes #293 (@hirako2000, @ChaseWhite3)
Doc
- ๐ Fixes repo path for doc, so that source links work as expected (@hirako2000)
- โ Corrects jsdoc example for example usage of Text Component #288 (@hirako2000)
โ Warning: TS types are still experimental, being not completed ts project might still fail to validate all provided types
-
v2.1.3 Changes
July 09, 2017๐ Bugfix patch:
- ๐ Fix
.extend()
bug that was blocking.loader
option inWHS.Importer
6f8d9df (@sasha240100)
- ๐ Fix
-
v2.1.2 Changes
July 06, 2017๐ Bugfix patch:
- ๐ Fix cloning with empty modules (
null
) 2ee4022 (@sasha240100)
- ๐ Fix cloning with empty modules (
-
v2.1.1 Changes
July 06, 2017๐ Bugfix patch:
- ๐ Fix copying components with unempty modules 7ea5865 (@sasha240100)
- ๐ Fix built type of Camera and Mesh component classes b945cb1 (@hirako2000)
- ๐ Fix
Line
component.curve
parameter 2fb6398 (@sasha240100) - ๐ Fix
Loop
error:process.hrtime
(Removed in polyfill, because of mrdoob/three.js#10732) 863a61a (@sasha240100) - ๐ฆ Package version from
whs
in modules f9f388a (@sasha240100)
-
v2.1 Changes
July 06, 2017๐ 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)
- Migrating to Rollup + Webpack. #272 #279 (@sasha240100)
-
v2.0.0 Changes
June 30, 2017๐ Changelog:
Core
- โก๏ธ Three.js version updated to r85->r86 #242 (@sasha240100)
ModuleManager
- Now uses
redux
#252 (@sasha240100) .use()
&.define()
#252 (@sasha240100).require()
#259 (@sasha240100)
- Now uses
Components
Maintainance
- โ SourceMaps in webpack for other projects #250 (@sasha240100)
- โ Typings #189 (@hirako2000)
Modules
- โ
DefineModule
#259 (@saha240100) - โ
StateModule
#259 (@sasha240100) - โ
ElementModule
accepts container as argument #259 (@sasha240100) - โ
AnimationModule
- Bones & Animation #249 (@hirako2000) - โ
PostProcessorModule
#252 (@sasha240100)- Use
postprocessing
npm module - Simpler API
.shader()
,.pass()
- Use
VR
VRKit
VRModule
#252 (@sasha240100)VRControls
#252 (@sasha240100)
๐ Docs
- ๐ Moved to JSDoc3 #233 #257 (@hirako2000)
๐ Bugs fixed
-
v2.0.0-beta.9 Changes
June 01, 2017๐ Changelog:
Core
- โ Source/exports structure #211 (@thejmazz @sasha240100)
- ๐จ Small refactoring #230 (@sasha240100)
WHS.Model
->WHS.Importer
Reason: can handle group of objects- Remove
compact
version - Make
TestApp
class that will behave like anApp
withBasicAppPreset
ControlsModule
Components
Box
- Fix Box's default depthSegments (@hirako2000)
Extrude
- ExtrudeBufferGeometry does not exist #237 (@hirako2000)
Line
- Revisit Line component #217 (@hirako2000)
CameraComponent
- Cover CameraModule with unit tests #234 (@hirako2000)
- ๐จ Refactor meshes: buffer geometry + remove physics #239 (@sasha240100)
- Remove the use of
params.softbody
. - Use
BufferGeometry().from()
in meshes that don't support buffer geometry yet.
- Remove the use of
Examples
- ๐ Fixed
design / easter
example (@sasha240100)
Modules
- ๐ Virtual mouse to handle pointer lock enabled #206 (@thejmazz & @sasha240100)
- โ
LoaderModule
#215 (@thejmazz)
Continuous integration
- ๐ Fix XO (@hirako2000)