Skip to content

Commit 55003ec

Browse files
committed
chore(release): v5.0.0-rc.5
1 parent 366518f commit 55003ec

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="5.0.0-rc.5"></a>
2+
3+
# [5.0.0-rc.5](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.4...v5.0.0-rc.5) (2020-12-21)
4+
5+
### Bug Fixes
6+
7+
- 修复了装饰器 `messageType``messageField` 类型定义的错误。
8+
- 修复了 `Realtime#createIMClient` 参数类型定义的错误。
9+
- 对话签名中邀请、移除成员时的 action 从 `add` / `remove` 更改为 `invite` / `kick`,如果你使用了签名控制对话邀请、移除成员权限,需要更新对 action 的判断逻辑。
10+
111
<a name="5.0.0-rc.4"></a>
212

313
# [5.0.0-rc.4](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.3...v5.0.0-rc.4) (2020-12-16)
@@ -9,7 +19,7 @@
919
conversation.get('attr.type');
1020
```
1121

12-
### BugFixes
22+
### Bug Fixes
1323

1424
- 修复了装饰器 `messageType``messageField` 类型定义的错误。
1525
- 修复了重连后可能意外关闭长连接的问题。

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-realtime",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0-rc.5",
44
"description": "LeanCloud Realtime Message JavaScript SDK",
55
"main": "./dist/im-node.js",
66
"files": [

0 commit comments

Comments
 (0)