v1.9.4 Corrects cart line product url, updates PDP variant url change function, new cart redirect route, minor code cleanup
Minor fix:
- Corrects product url for cart line item [commit]
- Sets PDP variant url change via
useSearchParams
to be more in line with Remix [commit]
New:
- Adds
($locale).cart.$lines
route to account for any cart redirect links [commit]
Minor cleanup:
- Renames
header
schema fieldsmenuItems
tonavItems
andmenuItem
tonavItem
for correct semantics. Adds missing optional chaining in mobile menu. [commit] - Adds additional conditional for rendering quick shop add to cart button [commit]
- Misc minor style tweaks [commit]
- Misc minor code cleanup [commit] [commit]
Routine:
- Updates packages to latest. Locks
cookie
package to0.7.2
to prevent upgrade to 1.0.0 which was causing an infinite loop. AddsSHOP_ID
toremix.env.d
[commit]