@knapsack/types 4.70.0--canary.4433.133de0f.0 → 4.70.0--canary.4854.b1d79a8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +109 -0
- package/dist/acd-test-fixtures/index.js +2 -0
- package/dist/acd-test-fixtures/index.js.map +1 -1
- package/dist/acd-test-fixtures/index.mjs +2 -0
- package/dist/acd-test-fixtures/index.mjs.map +1 -1
- package/dist/acd-test-fixtures/ks-sandbox.d.ts.map +1 -1
- package/dist/app-client-data/blocks.d.ts +2 -0
- package/dist/app-client-data/blocks.d.ts.map +1 -1
- package/dist/app-client-data/meta.d.ts +4 -3
- package/dist/app-client-data/meta.d.ts.map +1 -1
- package/dist/design-src.types.d.ts +1 -0
- package/dist/design-src.types.d.ts.map +1 -1
- package/dist/index.js +3 -77
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -73
- package/dist/index.mjs.map +1 -1
- package/dist/renderer-client-types.d.ts +9 -0
- package/dist/renderer-client-types.d.ts.map +1 -1
- package/dist/renderers.d.ts +19 -101
- package/dist/renderers.d.ts.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,112 @@
|
|
1
|
+
# v4.69.11 (Fri Sep 20 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into patch-asset-set-symlink-fix ([@mabry1985](https://github.com/mabry1985))
|
6
|
+
- Merge branch 'latest' into GormanDesign-patch-2 ([@GormanDesign](https://github.com/GormanDesign))
|
7
|
+
- Merge branch 'latest' into feature/ksp-5549-select-all-or-select-none-option-for-pattern-grid-block ([@GormanDesign](https://github.com/GormanDesign))
|
8
|
+
|
9
|
+
#### 🏠 Internal
|
10
|
+
|
11
|
+
- fix flaky accessibility test [#4833](https://github.com/knapsack-labs/app-monorepo/pull/4833) ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
- chore(deps): update tiptap to ^2.7.2 [#4822](https://github.com/knapsack-labs/app-monorepo/pull/4822) ([@renovate[bot]](https://github.com/renovate[bot]))
|
13
|
+
- chore(deps): update dependency @types/react to ^18.3.8 [#4824](https://github.com/knapsack-labs/app-monorepo/pull/4824) ([@renovate[bot]](https://github.com/renovate[bot]))
|
14
|
+
- adds select all option to exclude patterns filters [#4803](https://github.com/knapsack-labs/app-monorepo/pull/4803) ([@GormanDesign](https://github.com/GormanDesign))
|
15
|
+
|
16
|
+
#### Authors: 3
|
17
|
+
|
18
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
19
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
20
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
21
|
+
|
22
|
+
---
|
23
|
+
|
24
|
+
# v4.69.10 (Wed Sep 18 2024)
|
25
|
+
|
26
|
+
#### 🏠 Internal
|
27
|
+
|
28
|
+
- chore(deps): update tiptap to ^2.7.1 [#4794](https://github.com/knapsack-labs/app-monorepo/pull/4794) ([@renovate[bot]](https://github.com/renovate[bot]))
|
29
|
+
- chore(deps): update dependency @types/react to ^18.3.7 [#4796](https://github.com/knapsack-labs/app-monorepo/pull/4796) ([@renovate[bot]](https://github.com/renovate[bot]))
|
30
|
+
- fix(deps): update dependency immer to ^10.1.1 [#4786](https://github.com/knapsack-labs/app-monorepo/pull/4786) ([@renovate[bot]](https://github.com/renovate[bot]))
|
31
|
+
|
32
|
+
#### Authors: 1
|
33
|
+
|
34
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
35
|
+
|
36
|
+
---
|
37
|
+
|
38
|
+
# v4.69.9 (Sat Sep 14 2024)
|
39
|
+
|
40
|
+
#### 🐛 Bug Fix
|
41
|
+
|
42
|
+
- refactor Renderer clients [#4768](https://github.com/knapsack-labs/app-monorepo/pull/4768) ([@EvanLovely](https://github.com/EvanLovely))
|
43
|
+
|
44
|
+
#### 🏠 Internal
|
45
|
+
|
46
|
+
- update template stage ui [#4763](https://github.com/knapsack-labs/app-monorepo/pull/4763) ([@GormanDesign](https://github.com/GormanDesign))
|
47
|
+
- add spacing under form feedback banner [#4747](https://github.com/knapsack-labs/app-monorepo/pull/4747) ([@GormanDesign](https://github.com/GormanDesign))
|
48
|
+
|
49
|
+
#### Authors: 2
|
50
|
+
|
51
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
52
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
53
|
+
|
54
|
+
---
|
55
|
+
|
56
|
+
# v4.69.8 (Thu Sep 12 2024)
|
57
|
+
|
58
|
+
#### 🐛 Bug Fix
|
59
|
+
|
60
|
+
- refactor Renderers for cleaner types [#4746](https://github.com/knapsack-labs/app-monorepo/pull/4746) ([@EvanLovely](https://github.com/EvanLovely))
|
61
|
+
|
62
|
+
#### Authors: 1
|
63
|
+
|
64
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
65
|
+
|
66
|
+
---
|
67
|
+
|
68
|
+
# v4.69.7 (Wed Sep 11 2024)
|
69
|
+
|
70
|
+
#### 🐛 Bug Fix
|
71
|
+
|
72
|
+
- Merge branch 'latest' into feature/ksp-5497-setup-status-id-in-client ([@mabry1985](https://github.com/mabry1985))
|
73
|
+
- adds ERROR status id for designSrcFileStatus ([@freneticpixel](https://github.com/freneticpixel))
|
74
|
+
- update fixture ([@mabry1985](https://github.com/mabry1985))
|
75
|
+
- add type ([@mabry1985](https://github.com/mabry1985))
|
76
|
+
|
77
|
+
#### 🏠 Internal
|
78
|
+
|
79
|
+
- add ability to reset token static or ref fields [#4706](https://github.com/knapsack-labs/app-monorepo/pull/4706) ([@GormanDesign](https://github.com/GormanDesign))
|
80
|
+
- setup foundations for Local Cloud Authoring KSP-5495 [#4629](https://github.com/knapsack-labs/app-monorepo/pull/4629) ([@EvanLovely](https://github.com/EvanLovely))
|
81
|
+
- setup status id in client [#4696](https://github.com/knapsack-labs/app-monorepo/pull/4696) ([@mabry1985](https://github.com/mabry1985) [@freneticpixel](https://github.com/freneticpixel))
|
82
|
+
- fixes schema form select appearance [#4700](https://github.com/knapsack-labs/app-monorepo/pull/4700) ([@GormanDesign](https://github.com/GormanDesign))
|
83
|
+
- add scroll indicator to popover [#4697](https://github.com/knapsack-labs/app-monorepo/pull/4697) ([@GormanDesign](https://github.com/GormanDesign))
|
84
|
+
|
85
|
+
#### Authors: 4
|
86
|
+
|
87
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
88
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
89
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
90
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
91
|
+
|
92
|
+
---
|
93
|
+
|
94
|
+
# v4.69.6 (Fri Sep 06 2024)
|
95
|
+
|
96
|
+
#### 🐛 Bug Fix
|
97
|
+
|
98
|
+
- Merge branch 'latest' into feature/ksp-5458-anchor-links-not-jumping-to-the-right-spot ([@GormanDesign](https://github.com/GormanDesign))
|
99
|
+
|
100
|
+
#### 🏠 Internal
|
101
|
+
|
102
|
+
- restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
|
103
|
+
|
104
|
+
#### Authors: 1
|
105
|
+
|
106
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
107
|
+
|
108
|
+
---
|
109
|
+
|
1
110
|
# v4.69.3 (Wed Sep 04 2024)
|
2
111
|
|
3
112
|
#### 🏠 Internal
|
@@ -10211,6 +10211,7 @@ function DemoApp() {
|
|
10211
10211
|
name: "KS Sandbox",
|
10212
10212
|
type: "figma",
|
10213
10213
|
url: "https://www.figma.com/file/H3Jj1cltfXiGWijrYOaGBi",
|
10214
|
+
statusId: "DONE",
|
10214
10215
|
version: "4908592494"
|
10215
10216
|
},
|
10216
10217
|
{
|
@@ -10218,6 +10219,7 @@ function DemoApp() {
|
|
10218
10219
|
name: "Toby",
|
10219
10220
|
type: "figma",
|
10220
10221
|
url: "https://www.figma.com/file/RP1xTgbvxPBqYmp3iGUNWc",
|
10222
|
+
statusId: "DONE",
|
10221
10223
|
version: "4854928582"
|
10222
10224
|
}
|
10223
10225
|
]
|