angular-three-plugin 4.0.7 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compat-matrix.json +110 -0
- package/package.json +1 -1
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://angular-threejs.github.io/schemas/compat-matrix.schema.json",
|
|
3
|
+
"updatedAt": "2026-01-06T15:28:27.198Z",
|
|
4
|
+
"description": "Compatibility matrix for angular-three ecosystem packages",
|
|
5
|
+
"combined": [
|
|
6
|
+
{
|
|
7
|
+
"angularThree": ">=4.0.0",
|
|
8
|
+
"three": ">=0.157.0 <0.183.0",
|
|
9
|
+
"angular": ">=20.0.0 <22.0.0",
|
|
10
|
+
"ngxtension": ">=3.0.0"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"packages": {
|
|
14
|
+
"angular-three": {
|
|
15
|
+
"displayName": "Core",
|
|
16
|
+
"entries": [
|
|
17
|
+
{
|
|
18
|
+
"version": ">=4.0.0",
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"ngxtension": ">=3.0.0"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"angular-three-soba": {
|
|
26
|
+
"displayName": "Soba",
|
|
27
|
+
"entries": [
|
|
28
|
+
{
|
|
29
|
+
"version": ">=4.0.0",
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"@monogrid/gainmap-js": ">=3.0.0 <4.0.0",
|
|
32
|
+
"@pmndrs/vanilla": ">=1.24.0 <2.0.0",
|
|
33
|
+
"camera-controls": ">=2.8.0 <3.0.0",
|
|
34
|
+
"hls.js": ">=1.5.0",
|
|
35
|
+
"maath": ">=0.10.0 <0.11.0",
|
|
36
|
+
"meshline": ">=3.1.0 <4.0.0",
|
|
37
|
+
"stats-gl": ">=2.0.0",
|
|
38
|
+
"three-custom-shader-material": ">=5.5.0 <6.5.0",
|
|
39
|
+
"three-mesh-bvh": ">=0.5.0 <0.10.0",
|
|
40
|
+
"three-stdlib": ">=2.0.0 <3.0.0",
|
|
41
|
+
"troika-three-text": ">=0.47.0 <0.53.0"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"angular-three-cannon": {
|
|
47
|
+
"displayName": "Cannon",
|
|
48
|
+
"entries": [
|
|
49
|
+
{
|
|
50
|
+
"version": ">=4.0.0",
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@pmndrs/cannon-worker-api": ">=2.0.0 <3.0.0",
|
|
53
|
+
"cannon-es": ">=0.20.0 <0.21.0",
|
|
54
|
+
"cannon-es-debugger": ">=1.0.0 <2.0.0"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"angular-three-rapier": {
|
|
60
|
+
"displayName": "Rapier",
|
|
61
|
+
"entries": [
|
|
62
|
+
{
|
|
63
|
+
"version": ">=4.0.0",
|
|
64
|
+
"peerDependencies": {
|
|
65
|
+
"@dimforge/rapier3d-compat": ">=0.14.0 <0.20.0",
|
|
66
|
+
"three-stdlib": ">=2.0.0 <3.0.0"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"angular-three-postprocessing": {
|
|
72
|
+
"displayName": "Postprocessing",
|
|
73
|
+
"entries": [
|
|
74
|
+
{
|
|
75
|
+
"version": ">=4.0.0",
|
|
76
|
+
"peerDependencies": {
|
|
77
|
+
"maath": ">=0.10.0 <0.11.0",
|
|
78
|
+
"n8ao": ">=1.9.4 <2.0.0",
|
|
79
|
+
"postprocessing": ">=6.0.0 <7.0.0",
|
|
80
|
+
"three-stdlib": ">=2.0.0 <3.0.0"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"angular-three-theatre": {
|
|
86
|
+
"displayName": "Theatre",
|
|
87
|
+
"entries": [
|
|
88
|
+
{
|
|
89
|
+
"version": ">=4.0.0",
|
|
90
|
+
"peerDependencies": {
|
|
91
|
+
"@theatre/core": ">=0.7.0 <0.8.0",
|
|
92
|
+
"@theatre/studio": ">=0.7.0 <0.8.0"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"angular-three-tweakpane": {
|
|
98
|
+
"displayName": "Tweakpane",
|
|
99
|
+
"entries": [
|
|
100
|
+
{
|
|
101
|
+
"version": ">=4.0.0",
|
|
102
|
+
"peerDependencies": {
|
|
103
|
+
"@tweakpane/core": ">=2.0.0 <3.0.0",
|
|
104
|
+
"tweakpane": ">=4.0.0 <5.0.0"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|