Skip to content

Releases: steveblue/ngus

alpha-0.0.3

alpha-0.0.3 Pre-release
Pre-release

Choose a tag to compare

@steveblue steveblue released this 16 Aug 01:26

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

alpha-0.0.2 Pre-release
Pre-release

Choose a tag to compare

@steveblue steveblue released this 10 Aug 17:11

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, id and classes properties.

alpha-0.0.1

alpha-0.0.1 Pre-release
Pre-release

Choose a tag to compare

@steveblue steveblue released this 03 Aug 03:10

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.