@rocket.chat/core-typings 6.11.0-rc.6 → 6.11.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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.11.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- ([#32793](https://github.com/RocketChat/Rocket.Chat/pull/32793)) New Feature: Video Conference Persistent Chat.
|
8
|
+
This feature provides a discussion id for conference provider apps to store the chat messages exchanged during the conferences, so that those users may then access those messages again at any time through Rocket.Chat.
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- ([#32328](https://github.com/RocketChat/Rocket.Chat/pull/32328)) Allow customFields on livechat creation bridge
|
13
|
+
|
14
|
+
- ([#32719](https://github.com/RocketChat/Rocket.Chat/pull/32719)) Added the `user` param to apps-engine update method call, allowing apps' new `onUpdate` hook to know who triggered the update.
|
15
|
+
|
16
|
+
- <details><summary>Updated dependencies [2d89a0c448]:</summary>
|
17
|
+
|
18
|
+
- @rocket.chat/ui-kit@0.36.0
|
19
|
+
</details>
|
20
|
+
|
3
21
|
## 6.11.0-rc.6
|
4
22
|
|
5
23
|
## 6.11.0-rc.5
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
3
3
|
"name": "@rocket.chat/core-typings",
|
4
|
-
"version": "6.11.0
|
4
|
+
"version": "6.11.0",
|
5
5
|
"devDependencies": {
|
6
6
|
"@rocket.chat/eslint-config": "^0.7.0",
|
7
7
|
"eslint": "~8.45.0",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@rocket.chat/apps-engine": "1.44.0",
|
26
26
|
"@rocket.chat/icons": "^0.36.0",
|
27
27
|
"@rocket.chat/message-parser": "^0.31.29",
|
28
|
-
"@rocket.chat/ui-kit": "~0.36.0
|
28
|
+
"@rocket.chat/ui-kit": "~0.36.0"
|
29
29
|
},
|
30
30
|
"volta": {
|
31
31
|
"extends": "../../package.json"
|