Releases: steveblue/ngus
Releases · steveblue/ngus
Release list
alpha-0.0.3
This release updates Angular to alpha-34 and included typings for the latest router.
- Camera is now a component.
- Experimental support for GestureHandler.
NOTE: Change detection in ngus Angular Components may be broken in this release since the onChange API has changed. Use Famo.us Component onUpdate instead. Angular Change detection will return in a following release.
alpha-0.0.2
Maintenance release with only a few new features. The largest breaking change is that you must bring your own Angular 2 Seed project to the party and include the library via npm install ngus.
- Reorganized files between /src and /dist folders.
- New gulp tasks compile typescript into following formats: amd, common, system and es6.
- DOMElement now supports
attr,idandclassesproperties.
alpha-0.0.1
Initial release of Angus.
- Create Nodes with support for setting most properties.
- Insert DOMElement or Mesh into Nodes in Angular 2 templates.
- Set properties and content of DOMElement.
- Set geometry and color on Mesh.
- $famous Service handles Engine and Scene.