@knapsack/renderer-react 4.88.0--canary.6719.f3daf86.0 → 5.0.0--canary.6593.6f974c9.0
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 +0 -18
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
# v4.87.1 (Thu Oct 30 2025)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- enable objects and arrays of objects inference, closes KSP-5880 [#6865](https://github.com/knapsack-labs/app-monorepo/pull/6865) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
-
- enable objects and arrays of objects inference ([@mabry1985](https://github.com/mabry1985))
|
|
7
|
-
|
|
8
|
-
#### 🏠 Internal
|
|
9
|
-
|
|
10
|
-
- test: add unit tests for inferring prop types [#6870](https://github.com/knapsack-labs/app-monorepo/pull/6870) ([@rizchelwood](https://github.com/rizchelwood))
|
|
11
|
-
|
|
12
|
-
#### Authors: 2
|
|
13
|
-
|
|
14
|
-
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
15
|
-
- Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
1
|
# v4.87.0 (Thu Oct 30 2025)
|
|
20
2
|
|
|
21
3
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react",
|
|
3
3
|
"description": "Render React",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0--canary.6593.6f974c9.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"author": "Knapsack",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/preset-react": "^7.27.1",
|
|
35
|
-
"@knapsack/app": "
|
|
36
|
-
"@knapsack/creator-utils": "
|
|
37
|
-
"@knapsack/file-utils": "
|
|
38
|
-
"@knapsack/ks-file-utils": "
|
|
39
|
-
"@knapsack/renderer-react-components": "
|
|
40
|
-
"@knapsack/renderer-webpack-base": "
|
|
41
|
-
"@knapsack/spec-utils": "
|
|
42
|
-
"@knapsack/types": "
|
|
43
|
-
"@knapsack/utils": "
|
|
35
|
+
"@knapsack/app": "5.0.0--canary.6593.6f974c9.0",
|
|
36
|
+
"@knapsack/creator-utils": "5.0.0--canary.6593.6f974c9.0",
|
|
37
|
+
"@knapsack/file-utils": "5.0.0--canary.6593.6f974c9.0",
|
|
38
|
+
"@knapsack/ks-file-utils": "5.0.0--canary.6593.6f974c9.0",
|
|
39
|
+
"@knapsack/renderer-react-components": "5.0.0--canary.6593.6f974c9.0",
|
|
40
|
+
"@knapsack/renderer-webpack-base": "5.0.0--canary.6593.6f974c9.0",
|
|
41
|
+
"@knapsack/spec-utils": "5.0.0--canary.6593.6f974c9.0",
|
|
42
|
+
"@knapsack/types": "5.0.0--canary.6593.6f974c9.0",
|
|
43
|
+
"@knapsack/utils": "5.0.0--canary.6593.6f974c9.0",
|
|
44
44
|
"react": "^18.3.1",
|
|
45
45
|
"react-docgen": "^8.0.2",
|
|
46
46
|
"react-docgen-typescript": "^2.4.0",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"zod": "^4.0.14"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@knapsack/eslint-config-starter": "
|
|
53
|
-
"@knapsack/sandbox-components": "
|
|
54
|
-
"@knapsack/test-ava": "
|
|
55
|
-
"@knapsack/toby": "
|
|
56
|
-
"@knapsack/typescript-config-starter": "
|
|
52
|
+
"@knapsack/eslint-config-starter": "5.0.0--canary.6593.6f974c9.0",
|
|
53
|
+
"@knapsack/sandbox-components": "5.0.0--canary.6593.6f974c9.0",
|
|
54
|
+
"@knapsack/test-ava": "5.0.0--canary.6593.6f974c9.0",
|
|
55
|
+
"@knapsack/toby": "5.0.0--canary.6593.6f974c9.0",
|
|
56
|
+
"@knapsack/typescript-config-starter": "5.0.0--canary.6593.6f974c9.0",
|
|
57
57
|
"@mui/material": "^5.18.0",
|
|
58
58
|
"@mui/x-data-grid": "^6.20.4",
|
|
59
59
|
"@types/node": "^20.19.22",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"directory": "apps/client/renderers/renderer-react",
|
|
72
72
|
"type": "git"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "6f974c983cb4130fb0b02defe238fa85eb3e0951"
|
|
75
75
|
}
|