Skip to content

Commit b1dc715

Browse files
committed
v1.1.3
1 parent e08f944 commit b1dc715

File tree

8 files changed

+151
-192
lines changed

8 files changed

+151
-192
lines changed

CHANGELOG.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,5 @@
11
## Change Log
22

3-
### v1.1.2(Nov 8, 2023)
3+
### v1.1.3(Jul 17, 2024)
44

5-
- Added `proactiveChatCreatedBy` in `Ticket`
6-
- Added `firstResponseTime` in `Ticket`
7-
8-
### v1.1.0(Aug 23, 2023)
9-
10-
- Convert all sourcecode to TS
11-
- Upgrade ChatSDK to v4
12-
- No more IE support
13-
- No error first callbacks
14-
- Use jest for testing
15-
- Use rollup for bundling
16-
17-
Add new methods:
18-
19-
- Add new optional parameter platform to Desk.init
20-
DeviceOsPlatform comes from ChatSDK.
21-
We recommend you set it as `MOBILE_WEB`, in case you are using ReactNative
22-
Link -> https://sendbird.com/docs/chat/sdk/v4/javascript/ref/enums/_sendbird_chat.DeviceOsPlatform.html
23-
24-
`init(sendbird: SendbirdGroupChat, platform?: DeviceOsPlatform)`
25-
26-
- instanceConfirmEndOfChat to Ticket instances
27-
```
28-
// confirmEndOfChat
29-
Ticket.confirmEndOfChat(msg, 'yes', (ticket, error) => {
30-
console.log(ticket, error);
31-
});
32-
33-
// instanceConfirmEndOfChat
34-
const t = new Ticket();
35-
t.instanceConfirmEndOfChat(msg, 'yes', (ticket, error) => {
36-
console.log(ticket, error);
37-
});
38-
```
39-
- instanceSubmitFeedback to Ticket instances
40-
instanceSubmitFeedback has same functionality and signature as submitFeedback
41-
Only difference is, instanceSubmitFeedback is a method on ticket instance
42-
43-
```
44-
// submitFeedback
45-
Ticket.submitFeedback(message, score, comment, () => { /* callback */ });
46-
47-
// instanceSubmitFeedback
48-
const t = new Ticket();
49-
t.instanceSubmitFeedback(msg, 'yes', (ticket, error) => {
50-
console.log(ticket, error);
51-
});
52-
```
5+
- Fixed a bug that empty string `groupKey` does not work

dist/debug/__bundle-2aa1a987-2089789d.js renamed to dist/debug/__bundle-2aa1a987-43644888.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/debug/__bundle-57274663-46b49d56.js renamed to dist/debug/__bundle-57274663-cef6f45b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/debug/index.js

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)