Skip to content

Commit 612d30e

Browse files
committed
Update CHANGELOG
1 parent 055e3da commit 612d30e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## [v3.6.4] (July 19 2023)
44
### 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)
78

89
### 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)
1213

1314

1415
## [v3.6.3] (July 6 2023)

0 commit comments

Comments
 (0)