@shoppexio/storefront 1.0.67 → 1.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.69
|
|
4
|
+
|
|
5
|
+
- Replace the timed replay-share window with real waiter tracking (a settled replay lives exactly as long as an initial duplicate is still in flight), pin the quote proof and currency through the storefront widget replay via the new `quoteToken` option and currency tri-state, and spend the embed replay budget down exactly under widget flicker.
|
|
6
|
+
|
|
7
|
+
## 1.0.68
|
|
8
|
+
|
|
9
|
+
- Harden the automatic challenge flow end to end: the interactive overlay is dismissible and always settles (timeout message, overall ceiling), failed replays are never cached, the success-share window shrinks to real latency skew, the replay pin carries currency verbatim, the coalescing key carries autoRedirect/locale, and `autoResolveChallenge: false` lets integrations keep their own challenge UX.
|
|
10
|
+
|
|
3
11
|
## 1.0.67
|
|
4
12
|
|
|
5
13
|
- Harden replay coalescing: keys carry the entry point and every effective create-intent dimension, and settled replays stay shareable for a grace window so a slow initial refusal joins the finished replay instead of minting a second invoice.
|