@rocket.chat/core-typings 6.10.0-rc.7 → 6.10.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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.10.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can recieve keys even when they are not online.
|
8
|
+
|
9
|
+
- ([#31821](https://github.com/RocketChat/Rocket.Chat/pull/31821)) New runtime for apps in the Apps-Engine based on the Deno platform
|
10
|
+
|
11
|
+
- ([#32425](https://github.com/RocketChat/Rocket.Chat/pull/32425)) Added the possibility to choose the time unit (days, hours, minutes) to the global retention policy settings
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- ([#32380](https://github.com/RocketChat/Rocket.Chat/pull/32380)) Decrypt pinned encrypted messages in the chat and pinned messages contextual bar.
|
16
|
+
|
17
|
+
- ([#31987](https://github.com/RocketChat/Rocket.Chat/pull/31987)) Implemented a new "Pending Users" tab on the users page to list users who have not yet been activated and/or have not logged in for the first time.
|
18
|
+
Additionally, added a "Pending Action" column to aid administrators in identifying necessary actions for each user. Incorporated a "Reason for Joining" field
|
19
|
+
into the user info contextual bar, along with a callout for exceeding the seats cap in the users page header. Finally, introduced a new logic to disable user creation buttons upon surpassing the seats cap.
|
20
|
+
- <details><summary>Updated dependencies [a565999ae0, 4f72d62aa7]:</summary>
|
21
|
+
|
22
|
+
- @rocket.chat/ui-kit@0.35.0
|
23
|
+
</details>
|
24
|
+
|
3
25
|
## 6.10.0-rc.7
|
4
26
|
|
5
27
|
## 6.10.0-rc.6
|
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.10.0
|
4
|
+
"version": "6.10.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.43.0",
|
26
26
|
"@rocket.chat/icons": "^0.36.0",
|
27
27
|
"@rocket.chat/message-parser": "^0.31.29",
|
28
|
-
"@rocket.chat/ui-kit": "~0.35.0
|
28
|
+
"@rocket.chat/ui-kit": "~0.35.0"
|
29
29
|
},
|
30
30
|
"volta": {
|
31
31
|
"extends": "../../package.json"
|