File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog - v3
2+
3+ ## [ v3.0.2] (Aug 02 2022)
4+ Fixes:
5+ * Explicitly export library as esm-module
6+ ESM library should have "type": "module" (package.json file that is going to /dist)
7+ This fixes Cannot use import outside module issue in next.js
8+ * Add optional chaining for createApplicationUserList
9+ * Cannot connect sometimes when customApiHost is empty
10+ Connection couldnt be established with no error message when customApiHost and customWebSocketHost
11+ were passed as empty string
12+ * Handle all chances of command not received error
13+ Handle chances of command not recieved error in markAsRead
14+ Experimental markasread handling -> longer times, no more call after unmount
15+ * Move typing handler in channellist into local variable
16+
217## [ v3.0.1] (July 28 2022)
318
419Features:
You can’t perform that action at this time.
0 commit comments