@copilotkit/react-textarea 1.55.0-next.9 → 1.55.1-next.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 +28 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +5 -5
- package/dist/index.css.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +44 -45
- package/src/components/base-copilot-textarea/base-copilot-textarea.css +5 -6
- package/src/components/hovering-toolbar/hovering-toolbar-components.tsx +3 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,37 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.55.
|
|
3
|
+
## 1.55.1-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- @copilotkit/react-core@1.55.1-next.0
|
|
8
|
+
- @copilotkit/runtime-client-gql@1.55.1-next.0
|
|
9
|
+
- @copilotkit/shared@1.55.1-next.0
|
|
10
|
+
|
|
11
|
+
## 1.55.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 52a9322: Fixing license warnings, barrel export and typing
|
|
20
|
+
- Updated dependencies [1ceb963]
|
|
21
|
+
- Updated dependencies [b4a8b7a]
|
|
22
|
+
- Updated dependencies [0f6a61c]
|
|
23
|
+
- Updated dependencies [1ceb963]
|
|
24
|
+
- Updated dependencies [1a61be4]
|
|
25
|
+
- Updated dependencies [1ceb963]
|
|
26
|
+
- Updated dependencies [1ceb963]
|
|
27
|
+
- Updated dependencies [53e5669]
|
|
28
|
+
- Updated dependencies [52a9322]
|
|
7
29
|
- Updated dependencies [c341ed2]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- @copilotkit/
|
|
30
|
+
- Updated dependencies [5289791]
|
|
31
|
+
- Updated dependencies [434ccd8]
|
|
32
|
+
- @copilotkit/react-core@1.55.0
|
|
33
|
+
- @copilotkit/runtime-client-gql@1.55.0
|
|
34
|
+
- @copilotkit/shared@1.55.0
|
|
11
35
|
|
|
12
36
|
## 1.55.0-next.8
|
|
13
37
|
|