3.14 -> 3.15
This page lists the highlights for upgrading a project from Front-Commerce 3.14 to 3.15
Update dependencies
Update all your @front-commerce/*
dependencies to this version:
pnpm update "@front-commerce/*@3.15.0"
Manual Migration
In this release, we have added a new errorMessage
field to the OrderList
query. This field is used to display an error message to the user if the order
list query fails.
If you are using the OrderList
query in your theme, or if you overrode the
existing OrderList
query or route (/user/orders
), you need to update it to
include the new errorMessage
field.