Skip to content

v1.9.4 Corrects cart line product url, updates PDP variant url change function, new cart redirect route, minor code cleanup

Compare
Choose a tag to compare
@jeremyagabriel jeremyagabriel released this 18 Oct 23:44
· 3 commits to main since this release
f765b42

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 fields menuItems to navItems and menuItem to navItem 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 to 0.7.2 to prevent upgrade to 1.0.0 which was causing an infinite loop. Adds SHOP_ID to remix.env.d [commit]