Skip to content

Commit 6c57c2a

Browse files
committed
chore(release): publish 4.0.0-next.1
1 parent 6d033eb commit 6c57c2a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## 4.0.0-next.1 (2025-01-26)
2+
3+
### 🚀 Features
4+
5+
- **core:** new renderer ([c7bec7eb](https://github.com/angular-threejs/angular-three/commit/c7bec7eb))
6+
7+
### 🩹 Fixes
8+
9+
- **core:** adjust portals with new renderer ([f0243b93](https://github.com/angular-threejs/angular-three/commit/f0243b93))
10+
- **core:** adjust portals with new renderer (2) ([b62b21d3](https://github.com/angular-threejs/angular-three/commit/b62b21d3))
11+
- **core:** html now works ([6db540b9](https://github.com/angular-threejs/angular-three/commit/6db540b9))
12+
- **core:** adjust a lot in renderer ([6869f226](https://github.com/angular-threejs/angular-three/commit/6869f226))
13+
- **core:** pivot controls work ([43c431e6](https://github.com/angular-threejs/angular-three/commit/43c431e6))
14+
- **core:** update testing lib ([2110ec66](https://github.com/angular-threejs/angular-three/commit/2110ec66))
15+
- **core:** adjust tests in soba ([5a18452c](https://github.com/angular-threejs/angular-three/commit/5a18452c))
16+
- **soba:** adjust html with new renderer ([86ff1a7d](https://github.com/angular-threejs/angular-three/commit/86ff1a7d))
17+
- **soba,core:** controls now work ([96892ad1](https://github.com/angular-threejs/angular-three/commit/96892ad1))
18+
19+
### 💅 Refactors
20+
21+
- **cannon:** update cannon with new renderer ([b73211db](https://github.com/angular-threejs/angular-three/commit/b73211db))
22+
- **core:** clean up renderer ([04b39d4c](https://github.com/angular-threejs/angular-three/commit/04b39d4c))
23+
- **core:** clean up renderer ([8c1ae6c2](https://github.com/angular-threejs/angular-three/commit/8c1ae6c2))
24+
- **core:** make renderer not aware of store internally ([18cafe1e](https://github.com/angular-threejs/angular-three/commit/18cafe1e))
25+
- **core:** refactor more with no-store renderer ([c56b03e9](https://github.com/angular-threejs/angular-three/commit/c56b03e9))
26+
- **core:** update object events ([6cf56c30](https://github.com/angular-threejs/angular-three/commit/6cf56c30))
27+
- **core:** clean up more renderer code ([698e2752](https://github.com/angular-threejs/angular-three/commit/698e2752))
28+
- **examples:** rename ([371eb49b](https://github.com/angular-threejs/angular-three/commit/371eb49b))
29+
- **postprocessing:** update postprocessing with new renderer ([bfb3dbb5](https://github.com/angular-threejs/angular-three/commit/bfb3dbb5))
30+
- **rapier:** update rapier with new renderer ([25f8ac31](https://github.com/angular-threejs/angular-three/commit/25f8ac31))
31+
- **soba:** clean up abstractions ([5f40d894](https://github.com/angular-threejs/angular-three/commit/5f40d894))
32+
- **soba:** update cameras with new renderer ([cb9d2069](https://github.com/angular-threejs/angular-three/commit/cb9d2069))
33+
- **soba:** update abstractions with new renderer ([441a5f0b](https://github.com/angular-threejs/angular-three/commit/441a5f0b))
34+
- **soba:** update controls with new renderer ([b16d477e](https://github.com/angular-threejs/angular-three/commit/b16d477e))
35+
- **soba:** update gizmos with new renderer ([b41f1d64](https://github.com/angular-threejs/angular-three/commit/b41f1d64))
36+
- **soba:** adjust html with new renderer ([155a68d2](https://github.com/angular-threejs/angular-three/commit/155a68d2))
37+
- **soba:** adjust performances with new renderer ([a83ba07c](https://github.com/angular-threejs/angular-three/commit/a83ba07c))
38+
- **soba:** adjust shaders with new renderer ([d9bcca60](https://github.com/angular-threejs/angular-three/commit/d9bcca60))
39+
- **soba:** adjust staging with new renderer ([d43bd2c7](https://github.com/angular-threejs/angular-three/commit/d43bd2c7))
40+
- **soba:** adjust stats and vanilla exports with new renderer ([41ca5f5b](https://github.com/angular-threejs/angular-three/commit/41ca5f5b))
41+
- **soba:** adjust misc with new renderer ([df00fb76](https://github.com/angular-threejs/angular-three/commit/df00fb76))
42+
43+
### ❤️ Thank You
44+
45+
- nartc
46+
147
## 3.6.0 (2025-01-11)
248

349
### 🚀 Features

0 commit comments

Comments
 (0)