Skip to content

Commit 1339651

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore: release 2.0.0-beta.6
1 parent 8382c06 commit 1339651

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

22

3+
## [2.0.0-beta.6](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.5...2.0.0-beta.6) (2023-05-27)
4+
5+
6+
### Features
7+
8+
* **soba:** add keyEvents to OrbitControls to match with drei ([8382c06](https://github.com/angular-threejs/angular-three/commit/8382c06adca139f6e83098d0db6fa1ed61c7f56d))
9+
10+
11+
### Bug Fixes
12+
13+
* **cannon:** return early in effect after assigning dummy object3d to body ([a0d44cc](https://github.com/angular-threejs/angular-three/commit/a0d44ccbd7b5de4bd22717a0d0d9331a8604faad))
14+
* **core:** remove createSignal and use signal directly. queue all signal updates in renderer in microtask ([9315c30](https://github.com/angular-threejs/angular-three/commit/9315c30749837c762640aac28d3fc40cb628dcf6))
15+
* **core:** rename requestAnimationInInjectionContext to requestAnimationFrameInInjectionContext ([af45513](https://github.com/angular-threejs/angular-three/commit/af45513e5e8737d73e5f3545e6c2e1465efe4033))
16+
* **soba:** ensure effect that emit centered output allow signal writes ([3ef325d](https://github.com/angular-threejs/angular-three/commit/3ef325d4131881d808fc1cf08760abb1427fa744))
17+
* **soba:** update controls ([8ea354c](https://github.com/angular-threejs/angular-three/commit/8ea354c63507b7f3d2aa46f0160de085f945f09d))
18+
319
## [2.0.0-beta.5](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.4...2.0.0-beta.5) (2023-05-23)
420

521

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": "2.0.0-beta.5"
2+
"version": "2.0.0-beta.6"
33
}

0 commit comments

Comments
 (0)