@three-blocks/devtools 3.0.0-alpha.284.ge0c671933dbb → 3.0.0-alpha.286.gb471a2c07396
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/CHANGELOG.md +13 -18
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,24 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 3.0.0-alpha.
|
|
3
|
+
## 3.0.0-alpha.286.gb471a2c07396
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Packages: This alpha contains no user-facing changes.
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Packages: Built from `b471a2c07396`.
|
|
8
8
|
|
|
9
|
-
- Devtools: Headless shader checks ignore automatic favicon misses and allow slow screenshots.
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## 3.0.0
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- Library: Gaussian splats now use faster subgroup sorting when the GPU supports it.
|
|
16
|
-
|
|
17
|
-
- Packages: Benchmarks settle each frame lane before sampling steady-state performance.
|
|
18
|
-
|
|
19
|
-
- Packages: Benchmarks now compare GaussianSplats3D under the same standard protocol.
|
|
20
|
-
|
|
21
|
-
- Website: Agent docs and llms.txt match the shipped release and cover Baked Motion format 3.
|
|
22
|
-
|
|
23
|
-
- Website: Example search now connects every showcased feature to its matching library blocks.
|
|
24
|
-
|
|
25
|
-
- Packages: Built from `e0c671933dbb`.
|
|
12
|
+
### Patch Changes
|
|
26
13
|
|
|
14
|
+
- 073d727: Devtools: Headless shader checks ignore automatic favicon misses and allow slow screenshots.
|
|
15
|
+
- fd0c70f: Devtools: Development stays available when compatible shader receipts predate a version bump.
|
|
16
|
+
- Updated dependencies [b6c53aa]
|
|
17
|
+
- Updated dependencies [8036dab]
|
|
18
|
+
- Updated dependencies [fd0c70f]
|
|
19
|
+
- Updated dependencies [c9fa239]
|
|
20
|
+
- Updated dependencies [fd0c70f]
|
|
21
|
+
- three-blocks@0.4.0
|
|
27
22
|
|
|
28
23
|
## 2.0.0
|
|
29
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.286.gb471a2c07396",
|
|
4
4
|
"description": "Three Blocks devtools command engine for npx three-blocks; the runtime lives in three-blocks/devtools and the Vite plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"three",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@types/three": "0.185.0",
|
|
80
80
|
"create-vite": "9.1.1",
|
|
81
81
|
"playwright": "^1.61.1",
|
|
82
|
-
"three-blocks": "0.4.0-alpha.
|
|
82
|
+
"three-blocks": "0.4.0-alpha.286.gb471a2c07396",
|
|
83
83
|
"tsup": "^8.0.0",
|
|
84
84
|
"typescript": "^5.9.3",
|
|
85
85
|
"vite": "^7.2.2",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"playwright": "^1.61.1",
|
|
93
93
|
"three": ">=0.185.0",
|
|
94
|
-
"three-blocks": "0.4.0-alpha.
|
|
94
|
+
"three-blocks": "0.4.0-alpha.286.gb471a2c07396",
|
|
95
95
|
"typescript": ">=5.9.3 <7.0.0",
|
|
96
96
|
"vite": ">=7.2.2 <9.0.0"
|
|
97
97
|
},
|