Skip to content

Commit 2a5f840

Browse files
committed
chore(release): v5.0.0-rc.4
1 parent f7fc383 commit 2a5f840

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="5.0.0-rc.4"></a>
2+
3+
# [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)
4+
5+
### Features
6+
7+
- 支持使用点号语法获取 Conversation 的自定义属性:
8+
```js
9+
conversation.get('attr.type');
10+
```
11+
12+
### BugFixes
13+
14+
- 修复了装饰器 `messageType``messageField` 类型定义的错误。
15+
- 修复了重连后可能意外关闭长连接的问题。
16+
117
<a name="5.0.0-rc.3"></a>
218

319
# [5.0.0-rc.3](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-rc.2...v5.0.0-rc.3) (2020-06-05)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)