Skip to content

Commit 812e7e0

Browse files
committed
doc: add changelog
1 parent 46bc211 commit 812e7e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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

419
Features:

0 commit comments

Comments
 (0)