Skip to content

Commit 8076002

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore: release 2.0.0-beta.4
1 parent 995b568 commit 8076002

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

22

3+
## [2.0.0-beta.4](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.3...2.0.0-beta.4) (2023-05-22)
4+
5+
6+
### Features
7+
8+
* **core:** expose "state" as signal readonly ([774fc7b](https://github.com/angular-threejs/angular-three/commit/774fc7b46f5a4599bec9f8ee5090b943d744ce4f))
9+
* **soba:** add Grid ([204bb49](https://github.com/angular-threejs/angular-three/commit/204bb492f7a3f5a677ecfc09a4ea53a64fbffb35))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** call safeDetectChanges in CommonDirective instead of calling detectChanges() ([d88ca49](https://github.com/angular-threejs/angular-three/commit/d88ca4984eadbd401863ad5030d98fd89fa3ba54))
15+
* **core:** trigger cdr in an animation frame after setting nativeElement on ref ([f65807c](https://github.com/angular-threejs/angular-three/commit/f65807ce9418178355615b0b10b3b64f348259bb))
16+
* **soba:** adjust ngtsAnimations ([3cb63a5](https://github.com/angular-threejs/angular-three/commit/3cb63a549d6114ec27238fb37175306d0e87f1f7))
17+
* **soba:** catch up with latest fix with mesh refraction material from r3f ([51b5062](https://github.com/angular-threejs/angular-three/commit/51b506214fcaf187c706694d64e61239806875d7))
18+
* **soba:** fix args type in grid ([995b568](https://github.com/angular-threejs/angular-three/commit/995b568c39a50e96f3a81d88c6d8711719d12548))
19+
* **soba:** init plugin with all dependencies ([5942477](https://github.com/angular-threejs/angular-three/commit/594247776cebfb01644255af8f5ccbe0d8e19ada))
20+
21+
22+
### Documentations
23+
24+
* add release blog post ([0566683](https://github.com/angular-threejs/angular-three/commit/0566683757218e33bed525254ff60f8ee96ac2be))
25+
* start on migration docs ([baffa23](https://github.com/angular-threejs/angular-three/commit/baffa23fe3ec9a6188b6719ac01160c3d72a7b1c))
26+
* update documentation ([ce80683](https://github.com/angular-threejs/angular-three/commit/ce806837219a9478a755cca5aeaa737a5c856369))
27+
328
## [2.0.0-beta.3](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.2...2.0.0-beta.3) (2023-05-19)
429

530
## [2.0.0-beta.2](https://github.com/angular-threejs/angular-three/compare/2.0.0-beta.1...2.0.0-beta.2) (2023-05-19)

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

0 commit comments

Comments
 (0)