@weavy/uikit-react 21.1.1 → 22.0.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 +23 -1
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +23896 -23347
- package/dist/weavy.umd.cjs +1624 -1363
- package/lib/hooks/useWeavy.ts +1 -2
- package/package.json +12 -7
- package/tsconfig.json +2 -2
- package/tsconfig.build.json +0 -7
- package/tsconfig.node.json +0 -10
package/changelog.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v22.0.0
|
|
4
|
+
|
|
5
|
+
<time>2024-03-28</time>
|
|
6
|
+
|
|
7
|
+
* Added support for Google Gemini chat bots.
|
|
8
|
+
* Added Bot Chat mode in Messenger with only a single bot user using `<wy-messenger bot="mybotname">`.
|
|
9
|
+
* Fixed some issues with scrolling.
|
|
10
|
+
* Fixed `Esc` key in search input fields.
|
|
11
|
+
* Fixed various UI bugs.
|
|
12
|
+
|
|
13
|
+
###### Breaking changes
|
|
14
|
+
|
|
15
|
+
* The Conversations API was modified to work exclusively with non-contextual chat apps (previously it was also used for contextual chat apps).
|
|
16
|
+
* API endpoint to indicate typing moved from /api/apps/:id/messages/typing to /api/conversations/:id/typing.
|
|
17
|
+
* The default value for the `contextual` property when searching for apps was changed from `null` to `true`.
|
|
18
|
+
|
|
19
|
+
## v21.1.2
|
|
20
|
+
|
|
21
|
+
<time>2024-03-15</time>
|
|
22
|
+
|
|
23
|
+
* Fixed some issues with dist files in uikit-react package.
|
|
24
|
+
|
|
3
25
|
## v21.1.1
|
|
4
26
|
|
|
5
27
|
<time>2024-03-12</time>
|
|
@@ -22,7 +44,7 @@
|
|
|
22
44
|
|
|
23
45
|
* Added Comments building block.
|
|
24
46
|
* Added Messenger building block.
|
|
25
|
-
* Added support for
|
|
47
|
+
* Added support for OpenAI chat bots.
|
|
26
48
|
* Added possibility for polls in chat messages.
|
|
27
49
|
* Added support for dynamic module loading in uikit-web.
|
|
28
50
|
* Added integration with Atlassian Confluence.
|