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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## 3.0.0 - May 20, 2024
4
+
5
+
This version of the Checkout Sheet Kit ships with improvements to error handling. Error messages will now contain `message`, `code` and `recoverable` attributes.
6
+
7
+
In the event of a HTTP error, internal SDK error or mid-experience crash, the Checkout Sheet Kit will now automatically invoke a recovery mechanism in an effort to degrade gracefully.
8
+
9
+
Offering a world-class user experience is paramount, so please note that when the recovery state occurs, there are caveats to the developer experience:
10
+
11
+
1. Checkout theming may fallback to the default checkout theme.
12
+
2.**Web pixels lifecycle events will not fire.**
13
+
3.`completed` events will contain an `orderId`_only_.
0 commit comments