Skip to content

Releases: AxiomeCG/ng-three-starter-kit

v0.5.0

14 Nov 09:51
bac8ed7

Choose a tag to compare

What's Changed

  • Update libs and bump to version 0.5.0 by @0xAxiome in #19

Full Changelog: v0.4.1...v0.5.0

v0.4.1

15 Jul 16:54

Choose a tag to compare

Minor fixes

  • Change the way of handling NgZone in the services

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Jul 19:32
eaea9d0

Choose a tag to compare

What's Changed

  • 13 migrate threejs to the r142 version (by @Exomus in #17)

Full Changelog: v0.3.3...v0.4.0

v0.3.3

29 Jun 12:06
87880e3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

29 Jun 11:08
ead7079

Choose a tag to compare

What's Changed

  • docs: rework the whole README.md by (@Exomus in #14)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Jun 22:03
373c792

Choose a tag to compare

What's Changed

  • fix: fix the configuration of Angular's webpack to accept glsl files in imports (by @Exomus in #11)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Jun 20:33

Choose a tag to compare

What's Changed

  • 2 the animation loop should be running outside ngzone (by @Exomus in #3)
  • 4 make the debug gui from lil gui accessible without requiring to pass it through constructors (by @Exomus in #7)
  • 5 make screensizeservice methods static (by @Exomus in #8)
  • 6 util service to handle the pointer (by @Exomus in #9)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Jun 19:07

Choose a tag to compare

Changelog

  • Add the support of the runOutsideAngular for the main animation and the resize with the NgZone to avoid future performance issues due to Angular's change detection (which is useless in the context of ThreeJS)
  • Change the handlers into services
  • Refactor of the code to correspond to the new names and purpose
  • Documentation on the modifications

v0.1.1

27 Jun 13:36

Choose a tag to compare

Changelog

CSS

  • Canvas is now by default fixed
  • Overflow is now hidden by default for a more immersive experience

v0.1.0

27 Jun 12:37
b0fd795

Choose a tag to compare

Initial release of the Starter kit 🎉