Skip to content

Releases: WhitestormJS/whs.js

v2.1.6

08 Aug 15:34
Compare
Choose a tag to compare

Changelog:

Components

Modules

Deps

Typings

Docs

Travis CI

v2.1.5

16 Jul 14:46
Compare
Choose a tag to compare

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

v2.1.4

15 Jul 01:44
Compare
Choose a tag to compare

Bugfix:

  • Fix Text component which threw and error when building on .setPosition(). preventing certain browser to render. #288 (@hirako2000)

Example

Maintenance

  • Make Travis handle publishing to npmjs repo when new tags are created #292 (@hirako2000)

TS Types

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

09 Jul 09:51
Compare
Choose a tag to compare

Bugfix patch:

v2.1.2

06 Jul 18:38
Compare
Choose a tag to compare

Bugfix patch:

v2.1.1

06 Jul 18:22
Compare
Choose a tag to compare

Bugfix patch:

v2.1

06 Jul 12:13
Compare
Choose a tag to compare

Changelog:

Core

  • Migrating to Rollup + Webpack. #272 #279 (@sasha240100)
    • Now the main build is compiled using Rollup, and modules/ too. So you can access your favourite modules using: whs/modules/ModuleName or whs/modules/ModuleName.module for harmony-modules. 馃帀 馃摝
    • Minified build size reduced from ~200 Kb to ~90 Kb (x2 times 馃槷 )
  • Types for Box and Sphere components #267 #268 #189 (@hirako2000)

Modules

v2.0.0

30 Jun 20:17
Compare
Choose a tag to compare

Changelog:

Core

Components

  • Circlre added. #259 (@saha240100)
  • Cone added. #259 (@saha240100)

Maintainance

Modules

VR

Docs

Bugs fixed

  • Rotating model with physics resets the rotation #248
  • CDN build missing modules #245
  • Update info on github.com/WhitestormJS/ #261

v2.0.0-beta.9

01 Jun 15:17
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

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 an App with BasicAppPreset
    • ControlsModule

Components

  • Box
  • Extrude
  • Line
  • CameraComponent
  • 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.

Examples

Modules

Continuous integration

v2.0.0-beta.8

27 Mar 15:03
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Changelog:

Core

  • Moving three.js outside of whs build #201 (@sasha240100)
  • LightComponent
    • Move defaults from LightComponent to each light component #199 (@t4r0)
  • Plane

Examples

Modules

Guides

Continuous integration