You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,55 @@
1
1
# @team-plain/typescript-sdk
2
2
3
+
## 3.0.0
4
+
5
+
### Major Changes
6
+
7
+
- dfa8d1c: Breaking change `uiComponent.spacer({ spacingSize: 'M' })` is now `uiComponent.spacer({ size: 'M' })` to match naming convention with all other components.
8
+
- dfa8d1c: Removed deprecated endpoints in support of the release of threads for Plain. For a full migration guide visit [Migrate to threads](https://www.plain.com/docs/migrate-to-threads) on our docs site.
9
+
10
+
The breaking changes are as follows:
11
+
12
+
## Customer changes
13
+
14
+
The `customer` object has been simplified thanks to the introduction of the `Thread` object. Specifically the following fields were removed:
15
+
16
+
-`status`
17
+
-`statusChangedAt`
18
+
-`assignedToUser`
19
+
-`assignedAt`
20
+
-`lastIdleAt`
21
+
22
+
The following related methods have been removed from the client:
23
+
24
+
-`changeCustomerStatus`
25
+
26
+
## Issue removal
27
+
28
+
Issues have been removed and replaced with [Labels](https://www.plain.com/docs/graphql/labels).
29
+
30
+
The following related methods have been removed from the client:
31
+
32
+
-`createIssue`
33
+
-`resolveIssue`
34
+
-`deleteIssue`
35
+
-`getIssues`
36
+
37
+
## Custom Timeline Entries
38
+
39
+
Custom timeline entries have been split into two more specific APIs: [threads](https://www.plain.com/docs/graphql/threads) and [events](https://www.plain.com/docs/graphql/events).
40
+
41
+
The following methods have been removed from the client:
42
+
43
+
-`upsertCustomTimelineEntry`
44
+
45
+
## Chat
46
+
47
+
Chat support in Plain has been deprecated. As a replacement you may want to consider building a [contact form](https://www.plain.com/docs/contact-forms-setup) instead.
48
+
49
+
The following methods have been removed from the client:
0 commit comments