@rocket.chat/rest-typings 6.3.0-rc.9 → 6.3.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 +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# @rocket.chat/rest-typings
|
2
2
|
|
3
|
+
## 6.3.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 74aa677088: feat: Add custom OAuth setting to allow merging users to others from distinct services
|
8
|
+
- e846d873b7: feat: Introduce Feature Preview page
|
9
|
+
- 0645f42e12: Reintroduce an user preference to allow users to see all thread messages in the main channel
|
10
|
+
- 48ac55f4ea: Created new endpoints for creating users in bulk
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- e14ec50816: Added and Improved Custom Fields form to Registration Flow
|
15
|
+
- e006013e5f: chore: New Livechat SDK Implementation
|
16
|
+
- eecd9fc99a: fix: Omnichannel Tags available to be used in the wrong department
|
17
|
+
- 6a474ff952: Refactored Omnichannel department pages to use best practices, also fixed existing bugs
|
18
|
+
- 9da856cc67: fix: Resume on-hold chat not working with max-chat's allowed per agent config
|
19
|
+
- f76d514341: Implemented a visual password verification in the Register User form, My Profile page, and reset password page. With this, the user will know exactly why their password is weak and how to improve it.
|
20
|
+
- 12d97e16c2: feat: Allow Incoming Webhooks to override destination channel
|
21
|
+
- Updated dependencies [e14ec50816]
|
22
|
+
- Updated dependencies [9da856cc67]
|
23
|
+
- Updated dependencies [12d97e16c2]
|
24
|
+
- Updated dependencies [48ac55f4ea]
|
25
|
+
- @rocket.chat/core-typings@6.3.0
|
26
|
+
|
27
|
+
## 6.3.0-rc.10
|
28
|
+
|
29
|
+
### Patch Changes
|
30
|
+
|
31
|
+
- @rocket.chat/core-typings@6.3.0-rc.10
|
32
|
+
|
3
33
|
## 6.3.0-rc.9
|
4
34
|
|
5
35
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/rest-typings",
|
3
|
-
"version": "6.3.0
|
3
|
+
"version": "6.3.0",
|
4
4
|
"devDependencies": {
|
5
5
|
"@rocket.chat/eslint-config": "^0.5.0",
|
6
6
|
"@types/jest": "~29.5.2",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
27
|
"@rocket.chat/apps-engine": "1.40.0",
|
28
|
-
"@rocket.chat/core-typings": "^6.3.0
|
28
|
+
"@rocket.chat/core-typings": "^6.3.0",
|
29
29
|
"@rocket.chat/message-parser": "0.31.24",
|
30
30
|
"@rocket.chat/ui-kit": "next",
|
31
31
|
"ajv": "^8.11.0",
|