Releases: codaline-io/angular-stl-model-viewer
Releases · codaline-io/angular-stl-model-viewer
Fix dependencies
v5.0.1 chore: corrected deps
Angular 13 - partial compilation
Breaking
Since v5 only angular 13 is supported, because of the activated partial compilation feature.
Angular 12
Get ready for some angular 12 :)
models centered per default
v3.2.0 Update README.md
Pass stl files
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
v3.0.1 Merge branch 'master' of github.com:codaline-io/angular-stl-model-viewer
Angular 10 Support (only)
2.0.0 fix: build prod command
Refactoring & Breaking Changes
- 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
Update deps and add Angular 8.0.0 support
Threejs Update
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 forng lint