Tags:
- POS Extensions
POS UI Extensions 2025-01 Update
As of January 20, we added the following updates to POS UI Extensions:
Breaking Changes
- Removed the deprecated ActionItem component. Use a Button instead.
- Removed the deprecated SmartGridApi. Use the ActionApi instead.
- Removed the deprecated DiscountType. Use CartDiscountType and LineItemDiscountType instead.
- Removed the deprecated
badgeprop from the List component. Usebadgesinstead. - Removed the deprecated
type from the TextField component. - Deprecated
'vertical'and'horizontal'as values for thedirectionfield in the Stack component. - Deprecated the
field in the Stack component. - Deprecated the
flex'field in the Stack component. - Deprecated the
field in the Stack component. - Deprecated the
andfields in the Stack component. - Removed
prop from the FormattedTextField component. - Removed
email,,, andnotefrom the Customer object.
Features
- Added PrintApi and a PrintPreview component.
- Added
currencyprop to the SessionApi. - Cart API updates:
- Added
function for single-operation cart updates. - The
andfunctions now return a UUID for the added line item.
- Added
- Added Box component.
- Enhanced the Stack component. New fields include
,, and, as well as numerous new sizing and spacing options. - Added Sizing and fill options to theImage component.
All of the changes are available for POS UI extensions version 2025-01 and POS app version 9.26.0. See the version log for all version details.
Was this section helpful?