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
'Tiles are customizable buttons that allow staff to complete actions quickly. Think of them as shortcuts--adding a 10% discount to an order, for example. Tiles provide contextual information and let merchants quickly access workflows, actions, and information from the smart grid and the top of detail pages. They’re dynamic and can change based on surrounding context, such as what’s in the cart.',
9
+
description: `Tiles are customizable buttons that allow staff to complete actions quickly. Think of them as shortcuts--adding a 10% discount to an order, for example. Tiles provide contextual information and let merchants quickly access workflows, actions, and information from the smart grid and the top of detail pages. They’re dynamic and can change based on surrounding context, such as what’s in the cart.
10
+
> Note:
11
+
> The appearance of \`destructive\` has been updated as of POS 10.0.0 to appear as an active state.`,
Copy file name to clipboardExpand all lines: packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/versions.doc.ts
+62-5
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,18 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
60
60
- Removed in POS version: N/A
61
61
- Release day: N/A
62
62
63
+
## Important Fixes
64
+
65
+
- **POS 10.2.0**:
66
+
67
+
- Fixed a sizing issue with the \`Button\` component.
68
+
- Fixed an issue where the \`Section\` component was displaying a divider between child components.
69
+
70
+
- **POS 10.0.0**:
71
+
72
+
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
73
+
- POS UI Extensions components automatically use our new POS visual design language.
74
+
63
75
### Features
64
76
65
77
**Developer Preview**:
@@ -76,12 +88,22 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
76
88
anchorLink: '202501',
77
89
title: '2025.01',
78
90
sectionContent: `
79
-
- Added in POS version: 9.26
91
+
- Added in POS version: 9.26.0
80
92
- Removed in POS version: N/A
81
93
- Release day: 1/6/2025
82
94
83
95
## Important Fixes
84
96
97
+
- **POS 10.2.0**:
98
+
99
+
- Fixed a sizing issue with the \`Button\` component.
100
+
- Fixed an issue where the \`Section\` component was displaying a divider between child components.
101
+
102
+
- **POS 10.0.0**:
103
+
104
+
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
105
+
- POS UI Extensions components automatically use our new POS visual design language.
106
+
85
107
- **POS 9.31.0**:
86
108
87
109
- Modal updated so neither swiping down nor tapping outside of modal will dismiss modal.
@@ -130,10 +152,22 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
130
152
anchorLink: '2024101',
131
153
title: '2024.10.1',
132
154
sectionContent: `
133
-
- Added in POS version: 9.22
155
+
- Added in POS version: 9.22.0
134
156
- Removed in POS version: N/A
135
157
- Release day: 11/11/2024.
136
158
159
+
## Important Fixes
160
+
161
+
- **POS 10.2.0**:
162
+
163
+
- Fixed a sizing issue with the \`Button\` component.
164
+
- Fixed an issue where the \`Section\` component was displaying a divider between child components.
165
+
166
+
- **POS 10.0.0**:
167
+
168
+
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
169
+
- POS UI Extensions components automatically use our new POS visual design language.
170
+
137
171
### Features
138
172
139
173
- Fixes long standing issue where \`useEffect\` teardown functions are not working in React
@@ -144,10 +178,21 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
144
178
anchorLink: '202410',
145
179
title: '2024.10',
146
180
sectionContent: `
147
-
- Added in POS version: 9.19
181
+
- Added in POS version: 9.19.0
148
182
- Removed in POS version: N/A
149
183
- Release day: 10/1/2024.
150
184
185
+
## Important Fixes
186
+
187
+
- **POS 10.2.0**:
188
+
189
+
- Fixed a sizing issue with the \`Button\` component.
190
+
- Fixed an issue where the \`Section\` component was displaying a divider between child components.
191
+
192
+
- **POS 10.0.0**:
193
+
194
+
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
195
+
151
196
### Features
152
197
153
198
- Added support for iOS debugging with the Safari dev tools.
@@ -166,10 +211,22 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
166
211
anchorLink: '202407',
167
212
title: '2024.07',
168
213
sectionContent: `
169
-
- Added in POS version: 9.15
214
+
- Added in POS version: 9.15.0
170
215
- Removed in POS version: N/A
171
216
- Release day: 08/14/2024.
172
217
218
+
## Important Fixes
219
+
220
+
- **POS 10.2.0**:
221
+
222
+
- Fixed a sizing issue with the \`Button\` component.
223
+
- Fixed an issue where the \`Section\` component was displaying a divider between child components.
224
+
225
+
- **POS 10.0.0**:
226
+
227
+
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
228
+
- POS UI Extensions components automatically use our new POS visual design language.
229
+
173
230
### Features
174
231
175
232
- Introduced a [SectionHeader component](/docs/api/pos-ui-extensions/components/sectionheader). It can be used to title sections and structure content.
@@ -194,7 +251,7 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
0 commit comments