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: packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/versions.doc.ts
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,20 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
37
37
},
38
38
],
39
39
},
40
+
{
41
+
type: 'Generic',
42
+
anchorLink: '202507',
43
+
title: '2025.07',
44
+
sectionContent: `
45
+
- Added in POS version: 10.6
46
+
- Removed in POS version: N/A
47
+
- Release day: N/A
48
+
49
+
### Features
50
+
51
+
- Added optional \`currency\` property to \`Discount\` interface.
52
+
`,
53
+
},
40
54
{
41
55
type: 'Generic',
42
56
anchorLink: '202504',
@@ -55,7 +69,7 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
55
69
- Added support for the ${TargetLink.PosReceiptFooterBlockRender} target.
56
70
- Introduced a [POSReceiptBlock component](/docs/api/pos-ui-extensions/components/posreceiptblock). It's the required parent component for ${TargetLink.PosReceiptFooterBlockRender} targets.
57
71
- Introduced a [QRCode component](/docs/api/pos-ui-extensions/components/qrcode). It can be used to render a QR code in POS receipts but must be within a [POSReceiptBlock component](/docs/api/pos-ui-extensions/components/posreceiptblock).
0 commit comments