@gomusdev/web-components 4.15.0 → 4.16.1

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/README.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.16.1 (2026-08-12)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **checkout:** honor configured checkoutFailure URL instead of always falling back to the legacy Angular URL
8
+
9
+ ## 4.16.0 (2026-08-12)
10
+
11
+ ### Features
12
+
13
+ * **cart:** carry donations through the display-cart projection
14
+ * **cart:** hold fixed donations as first-class cart state
15
+ * **cart:** persist donations in the go-cart localStorage blob
16
+ * **cart:** render held donations as removable cart lines
17
+ * **donations:** custom label markup and describedby on go-donation-checkbox
18
+ * **donations:** go-donation-checkbox - fixed-amount opt-in donation synced with the cart
19
+
20
+ ### Bug Fixes
21
+
22
+ * **cart:** donation rows leave unit-price and quantity cells empty
23
+ * **cart:** donations ride on top of the voucher-floored items total
24
+ * **checkout:** widen orderData cast - swagger donations type is stale
25
+ * **order:** clear paid donations from the cart after checkout
26
+
3
27
  ## 4.15.0 (2026-08-05)
4
28
 
5
29
  ### Features
@@ -0,0 +1 @@
1
+ export { SvelteComponent as default } from 'svelte';
@@ -0,0 +1 @@
1
+ export { SvelteComponent as default } from 'svelte';