@copilotkit/react-textarea 0.0.0-max-changeset-20260109200053 → 0.0.0-max-umd-20260122170341
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 +117 -6
- package/dist/index.umd.js +140 -0
- package/dist/index.umd.js.map +1 -0
- package/package.json +14 -14
- package/rollup.config.mjs +49 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,125 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-max-
|
|
3
|
+
## 0.0.0-max-umd-20260122170341
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @copilotkit/runtime-client-gql@0.0.0-max-
|
|
10
|
-
- @copilotkit/react-core@0.0.0-max-
|
|
11
|
-
- @copilotkit/shared@0.0.0-max-
|
|
7
|
+
- 7f437ba: Add UMD export
|
|
8
|
+
- Updated dependencies [7f437ba]
|
|
9
|
+
- @copilotkit/runtime-client-gql@0.0.0-max-umd-20260122170341
|
|
10
|
+
- @copilotkit/react-core@0.0.0-max-umd-20260122170341
|
|
11
|
+
- @copilotkit/shared@0.0.0-max-umd-20260122170341
|
|
12
|
+
|
|
13
|
+
## 1.51.3-next.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @copilotkit/react-core@1.51.3-next.2
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.2
|
|
19
|
+
- @copilotkit/shared@1.51.3-next.2
|
|
20
|
+
|
|
21
|
+
## 1.51.3-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.1
|
|
26
|
+
- @copilotkit/react-core@1.51.3-next.1
|
|
27
|
+
- @copilotkit/shared@1.51.3-next.1
|
|
28
|
+
|
|
29
|
+
## 1.51.3-next.0
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.0
|
|
34
|
+
- @copilotkit/react-core@1.51.3-next.0
|
|
35
|
+
- @copilotkit/shared@1.51.3-next.0
|
|
36
|
+
|
|
37
|
+
## 1.51.2
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- e59d23f: Use deps instead of peerdeps
|
|
42
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
43
|
+
- Updated dependencies [e59d23f]
|
|
44
|
+
- Updated dependencies [e59d23f]
|
|
45
|
+
- @copilotkit/runtime-client-gql@1.51.2
|
|
46
|
+
- @copilotkit/react-core@1.51.2
|
|
47
|
+
- @copilotkit/shared@1.51.2
|
|
48
|
+
|
|
49
|
+
## 1.51.2-next.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- e59d23f: Use deps instead of peerdeps
|
|
54
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
55
|
+
- Updated dependencies [e59d23f]
|
|
56
|
+
- Updated dependencies [e59d23f]
|
|
57
|
+
- @copilotkit/runtime-client-gql@1.51.2-next.1
|
|
58
|
+
- @copilotkit/react-core@1.51.2-next.1
|
|
59
|
+
- @copilotkit/shared@1.51.2-next.1
|
|
60
|
+
|
|
61
|
+
## 1.51.2-next.0
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- @copilotkit/runtime-client-gql@1.51.2-next.0
|
|
66
|
+
- @copilotkit/react-core@1.51.2-next.0
|
|
67
|
+
- @copilotkit/shared@1.51.2-next.0
|
|
68
|
+
|
|
69
|
+
## 1.51.1
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies [329653b]
|
|
74
|
+
- @copilotkit/react-core@1.51.1
|
|
75
|
+
- @copilotkit/runtime-client-gql@1.51.1
|
|
76
|
+
- @copilotkit/shared@1.51.1
|
|
77
|
+
|
|
78
|
+
## 1.51.0
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- 4b28c78: testing changeset versioning
|
|
83
|
+
- 2839a15: Update versioning strategy
|
|
84
|
+
- Updated dependencies [2839a15]
|
|
85
|
+
- Updated dependencies [2afd4e3]
|
|
86
|
+
- @copilotkit/runtime-client-gql@1.51.0
|
|
87
|
+
- @copilotkit/react-core@1.51.0
|
|
88
|
+
- @copilotkit/shared@1.51.0
|
|
89
|
+
|
|
90
|
+
## 1.51.0-next.4
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.4
|
|
95
|
+
- @copilotkit/react-core@1.51.0-next.4
|
|
96
|
+
- @copilotkit/shared@1.51.0-next.4
|
|
97
|
+
|
|
98
|
+
## 1.51.0-next.3
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.3
|
|
103
|
+
- @copilotkit/react-core@1.51.0-next.3
|
|
104
|
+
- @copilotkit/shared@1.51.0-next.3
|
|
105
|
+
|
|
106
|
+
## 1.51.0-next.2
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- 4b28c78: testing changeset versioning
|
|
111
|
+
- Updated dependencies [2afd4e3]
|
|
112
|
+
- @copilotkit/shared@1.51.0-next.2
|
|
113
|
+
- @copilotkit/react-core@1.51.0-next.2
|
|
114
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.2
|
|
115
|
+
|
|
116
|
+
## 1.51.0-next.1
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- @copilotkit/react-core@1.51.0-next.1
|
|
121
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
122
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
12
123
|
|
|
13
124
|
## 1.50.2-next.0
|
|
14
125
|
|