Skip to content

Commit 781dc2e

Browse files
committed
chore: release 1.2.2
1 parent ca3d10d commit 781dc2e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
### [1.2.2](https://github.com/angular-threejs/angular-three/compare/1.2.1...1.2.2) (2023-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* use Document as ownerDocument for renderer node that does not have ownerDocument yet ([4322bec](https://github.com/angular-threejs/angular-three/commit/4322bec2cde6b1bc9c41a78ed4b64f14b6a13308))
9+
* use RendererFactory2 to inject into NgtRenderer instead of using private api ([4e6470d](https://github.com/angular-threejs/angular-three/commit/4e6470d16335be45c4155c8f3d5be3fa111f2059))
10+
11+
12+
### Documentations
13+
14+
* add animation with ccdiksolver ([eb59ea6](https://github.com/angular-threejs/angular-three/commit/eb59ea6f3b70374ba5f90b18c2874402150b1c2a))
15+
* add cameras demo ([ca3d10d](https://github.com/angular-threejs/angular-three/commit/ca3d10d6e19c4a9b539a9cb35aa4e2ffe65d6f84))
16+
* add legacy to spinning ik ([a69179a](https://github.com/angular-threejs/angular-three/commit/a69179a293d5bae065caf6e601822b6355eb9991))
17+
* clean up skinning ik ([85d089a](https://github.com/angular-threejs/angular-three/commit/85d089a5e99bff24cd04f20218595af85735da0d))
18+
* clean up skinning ik demo more ([d7508c8](https://github.com/angular-threejs/angular-three/commit/d7508c87f48a32a39a578aba74f20d8da3fe7aea))
19+
* clean up spinning ik more ([1dd5064](https://github.com/angular-threejs/angular-three/commit/1dd5064ef54530fba28d9c450c78eb4cae935847))
20+
321
### [1.2.1](https://github.com/angular-threejs/angular-three/compare/1.2.0...1.2.1) (2023-01-29)
422

523

libs/angular-three/version.json

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

0 commit comments

Comments
 (0)