Skip to content

Commit a707012

Browse files
authored
release: [v3.4.4] (Mar 31 2023) (#463)
Features: * Increase default maximum recording time of Voice Message to 10 minutes * Add logger to VoicePlayer, VoiceRecorder, and useSendVoiceMessage hook Fixes: * Prevent whole page from scrolling when OpenChannel scrolls This issue occurs when customer implements an OpenChannel in a web page with scroll * Fix edgecase in which voice messages were sent twice * Clean up Thread interface If message.parentMessage doesnt exist, treat message as parentMessage `<Thread message={message} />`
1 parent 94249e2 commit a707012

File tree

5 files changed

+6828
-6756
lines changed

5 files changed

+6828
-6756
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog - v3
22

3+
## [v3.4.4] (Mar 31 2023)
4+
Features:
5+
* Increase default maximum recording time of Voice Message to 10 minutes
6+
* Add logger to VoicePlayer, VoiceRecorder, and useSendVoiceMessage hook
7+
8+
Fixes:
9+
* Prevent whole page from scrolling when OpenChannel scrolls
10+
This issue occurs when customer implements an OpenChannel in a web page with scroll
11+
* Fix edgecase in which voice messages were sent twice
12+
* Clean up Thread interface
13+
If message.parentMessage doesnt exist, treat message as parentMessage
14+
`<Thread message={message} />`
15+
316
## [v3.4.3] (Mar 24 2023)
417

518
Features:

0 commit comments

Comments
 (0)