Skip to content

Releases: codaline-io/angular-stl-model-viewer

Fix dependencies

09 Nov 13:15
Compare
Choose a tag to compare
v5.0.1

chore: corrected deps

Angular 13 - partial compilation

08 Nov 20:03
Compare
Choose a tag to compare

Breaking

Since v5 only angular 13 is supported, because of the activated partial compilation feature.

Angular 12

13 May 08:23
Compare
Choose a tag to compare

Get ready for some angular 12 :)

models centered per default

06 Feb 14:51
9d287ad
Compare
Choose a tag to compare
v3.2.0

Update README.md

Pass stl files

23 Dec 07:36
Compare
Choose a tag to compare

Now it is possible to pass the stl files (instead of the paths) directly to the component.

There is a new input calle stlModelFiles.

Thanks @joseAndresGomezTovar (PR #431)

Angular 11

23 Dec 07:34
Compare
Choose a tag to compare
v3.0.1

Merge branch 'master' of github.com:codaline-io/angular-stl-model-viewer

Angular 10 Support (only)

31 Aug 05:38
Compare
Choose a tag to compare
2.0.0

fix: build prod command

Refactoring & Breaking Changes

30 May 19:16
Compare
Choose a tag to compare
  • refactor project to use angular cli

Breaking

  • drop support for older angular versions
  • ability to load multiple stl models + set multiple mesh options

Angular 8.0.0

04 Jun 13:44
Compare
Choose a tag to compare

Update deps and add Angular 8.0.0 support

Threejs Update

15 Mar 07:44
Compare
Choose a tag to compare

Updated threejs

  • version ^0.102.0 breaks the usage of orbit controls, because it is not longer exported by three

Other changes

  • linked live demo in the readme
  • removed deprecated --typecheck flag for ng lint