You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
3
3
## [v3.6.4] (July 19 2023)
4
4
### Feat:
5
-
* Created a separate package.json for CommonJS (cjs) module during build time. This package.json is located under dist/cjs directory. (#687)
6
-
* Added a new prop `isUserIdUsedForNickname` to the public interface. This prop allows using the userId as the nickname. (#683)
5
+
* Create a separate package.json for CommonJS (cjs) module during build time. This package.json is located under dist/cjs directory. (#687)
6
+
* Add a new prop `isUserIdUsedForNickname` to the public interface. This prop allows using the userId as the nickname. (#683)
7
+
* Add an option to the ChannelProvider: `reconnectOnIdle`(default: true), which prevents data refresh in the background. (#690)
7
8
8
9
### Fixes:
9
-
*Fixed an issue where the server returns 32 messages even when requesting 31 messages in the Channel. Now, hasMorePrev will not be set to false when the result size is larger than the query. (#688)
10
-
*Verified the fetched message list size with the requested size of the MessageListParams. Added a test case for verifying the fetched message list size. (#686)
11
-
*Addressed the incorrect cjs path in package.json. The common js module path in the pacakge.json has been fixed. (#685)
10
+
*Fix an issue where the server returns 32 messages even when requesting 31 messages in the Channel. Now, hasMorePrev will not be set to false when the result size is larger than the query. (#688)
11
+
*Verify the fetched message list size with the requested size of the MessageListParams. Added a test case for verifying the fetched message list size. (#686)
12
+
*Address the incorrect cjs path in package.json. The common js module path in the pacakge.json has been fixed. (#685)
0 commit comments