Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 2da8e42

Browse files
committed
chore: release 5.2.2
1 parent 2a0ac46 commit 2da8e42

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2+
3+
### [5.2.2](https://github.com/nartc/angular-three/compare/5.2.1...5.2.2) (2022-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** destroy loader cache on Canvas unmount ([0353fdf](https://github.com/nartc/angular-three/commit/0353fdf9df79c562bf9dd1b043325a18e8eb0b8d))
9+
* **core:** rework loader so cache works properly; cache bursted on canvas destroyed ([8fbe4c0](https://github.com/nartc/angular-three/commit/8fbe4c09cc44d86df8bbf22cd3b5b0330978fe60))
10+
* **core:** use lookAt as an Input instead of passing in for camera ([2a0ac46](https://github.com/nartc/angular-three/commit/2a0ac4666b2796dbe316d9b42926be701229d4db))
11+
* **soba:** remove asyncScheduler from Detailed ([1561878](https://github.com/nartc/angular-three/commit/156187849be42c133f2fdea919ddb661672dfa2d))
12+
13+
14+
### Documentations
15+
16+
* adjust lod example ([bc704d0](https://github.com/nartc/angular-three/commit/bc704d036cf7ff00c3729e2477ead9eea17f1d5e))
17+
* update docs and add some docs about performance/best practices ([480f396](https://github.com/nartc/angular-three/commit/480f3965c2f198c2c6c8cd30b3e7a4d3dfd66261))
18+
* use Scene component ([1c3ab8f](https://github.com/nartc/angular-three/commit/1c3ab8f6a9a1960db4ad395eb40cd1f41d03b399))
19+
120
### [5.2.1](https://github.com/nartc/angular-three/compare/5.2.0...5.2.1) (2022-05-08)
221

322
### Bug Fixes
@@ -2496,4 +2515,4 @@ This pipe is mainly used for `parameters` that accepts a `THREE.Color` only inst
24962515
- **demo:** adjust effects demo ([040e2d0](https://github.com/nartc/angular-three/commit/040e2d0e88e32bf7fa620d5d23b3bdc09da0bef8))
24972516
- **demo:** fix effects demo ([876ab40](https://github.com/nartc/angular-three/commit/876ab400b4152b6a0bae84e420813cc3c02ad71f))
24982517
- **demo:** update demo to use stats ([c2e5c73](https://github.com/nartc/angular-three/commit/c2e5c737644cc48da8a2b7929f6fbbcca0fc582e))
2499-
- **demo:** update import ([68879f6](https://github.com/nartc/angular-three/commit/68879f6f902a07437ed1fdacdd9fddc26df67006))
2518+
- **demo:** update import ([68879f6](https://github.com/nartc/angular-three/commit/68879f6f902a07437ed1fdacdd9fddc26df67006))

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.2.1"
2+
"version": "5.2.2"
33
}

0 commit comments

Comments
 (0)