@knapsack/renderer-react 4.87.2 → 4.88.0--canary.6868.e42dca4.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 -43
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
# v4.87.2 (Thu Oct 30 2025)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- KSP-4269 Using a reference within a borderStyle then adding a group then removing group destroys ALL composite references [#6694](https://github.com/knapsack-labs/app-monorepo/pull/6694) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
6
|
-
- Merge branch 'latest' into feature/ksp-4269-using-a-reference-within-a-borderstyle-then-adding-a-group ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
7
|
-
|
|
8
|
-
#### Authors: 1
|
|
9
|
-
|
|
10
|
-
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# v4.87.1 (Thu Oct 30 2025)
|
|
15
|
-
|
|
16
|
-
#### 🐛 Bug Fix
|
|
17
|
-
|
|
18
|
-
- 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))
|
|
19
|
-
- enable objects and arrays of objects inference ([@mabry1985](https://github.com/mabry1985))
|
|
20
|
-
|
|
21
|
-
#### 🏠 Internal
|
|
22
|
-
|
|
23
|
-
- test: add unit tests for inferring prop types [#6870](https://github.com/knapsack-labs/app-monorepo/pull/6870) ([@rizchelwood](https://github.com/rizchelwood))
|
|
24
|
-
|
|
25
|
-
#### Authors: 2
|
|
26
|
-
|
|
27
|
-
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
28
|
-
- Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
# v4.87.0 (Thu Oct 30 2025)
|
|
33
|
-
|
|
34
|
-
#### 🚀 Enhancement
|
|
35
|
-
|
|
36
|
-
- Prop types support with infer spec [#6838](https://github.com/knapsack-labs/app-monorepo/pull/6838) ([@rizchelwood](https://github.com/rizchelwood))
|
|
37
|
-
|
|
38
|
-
#### Authors: 1
|
|
39
|
-
|
|
40
|
-
- Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
1
|
# v4.86.8 (Wed Oct 29 2025)
|
|
45
2
|
|
|
46
3
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react",
|
|
3
3
|
"description": "Render React",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.88.0--canary.6868.e42dca4.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": "4.
|
|
36
|
-
"@knapsack/creator-utils": "4.
|
|
37
|
-
"@knapsack/file-utils": "4.
|
|
38
|
-
"@knapsack/ks-file-utils": "4.
|
|
39
|
-
"@knapsack/renderer-react-components": "4.
|
|
40
|
-
"@knapsack/renderer-webpack-base": "4.
|
|
41
|
-
"@knapsack/spec-utils": "4.
|
|
42
|
-
"@knapsack/types": "4.
|
|
43
|
-
"@knapsack/utils": "4.
|
|
35
|
+
"@knapsack/app": "4.88.0--canary.6868.e42dca4.0",
|
|
36
|
+
"@knapsack/creator-utils": "4.88.0--canary.6868.e42dca4.0",
|
|
37
|
+
"@knapsack/file-utils": "4.88.0--canary.6868.e42dca4.0",
|
|
38
|
+
"@knapsack/ks-file-utils": "4.88.0--canary.6868.e42dca4.0",
|
|
39
|
+
"@knapsack/renderer-react-components": "4.88.0--canary.6868.e42dca4.0",
|
|
40
|
+
"@knapsack/renderer-webpack-base": "4.88.0--canary.6868.e42dca4.0",
|
|
41
|
+
"@knapsack/spec-utils": "4.88.0--canary.6868.e42dca4.0",
|
|
42
|
+
"@knapsack/types": "4.88.0--canary.6868.e42dca4.0",
|
|
43
|
+
"@knapsack/utils": "4.88.0--canary.6868.e42dca4.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": "4.
|
|
53
|
-
"@knapsack/sandbox-components": "4.
|
|
54
|
-
"@knapsack/test-ava": "4.
|
|
55
|
-
"@knapsack/toby": "4.
|
|
56
|
-
"@knapsack/typescript-config-starter": "4.
|
|
52
|
+
"@knapsack/eslint-config-starter": "4.88.0--canary.6868.e42dca4.0",
|
|
53
|
+
"@knapsack/sandbox-components": "4.88.0--canary.6868.e42dca4.0",
|
|
54
|
+
"@knapsack/test-ava": "4.88.0--canary.6868.e42dca4.0",
|
|
55
|
+
"@knapsack/toby": "4.88.0--canary.6868.e42dca4.0",
|
|
56
|
+
"@knapsack/typescript-config-starter": "4.88.0--canary.6868.e42dca4.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": "e42dca443349d188d1082a8c6c970770be329cbf"
|
|
75
75
|
}
|