Patch Changes
-
#1257
d656e79
Thanks @bc-alexsaiannyi! - add numbers-only field & utils for account form fields -
#1277
8e6253d
Thanks @jorgemoya! - Update Slideshow prop to use altText for image. Rename Hero wrapper component to Slideshow. -
#1302
a620a19
Thanks @deini! - fix: decode webpage id to fix 404 on some Webpages -
#1257
d656e79
Thanks @bc-alexsaiannyi! - add checkboxes field for account & addresses forms -
#1346
33e133d
Thanks @bc-alexsaiannyi! - fix placeholder positioning for picklist custom form field -
#1316
4aea109
Thanks @jorgemoya! - Normalizes translations across all pages, updates the next-intl configuration, and simplifies translation handling in the project. -
#1257
d656e79
Thanks @bc-alexsaiannyi! - add dates field for account & address forms -
#1141
9f3c949
Thanks @bc-yevhenii-buliuk! - improve redirect behavior after creating new address -
#1305
b11ba3d
Thanks @jorgemoya! - Refactors tabs in/account
to each be their own page. This also removes unused links in account home page (and tests) until we have that functionality available.Previous structure:
/account [tab] page.tsx
New structure:
/account (tabs) addresses page.tsx settings page.tsx ...etc
-
#1257
d656e79
Thanks @bc-alexsaiannyi! - add multipleChoices field(radio-buttons, picklist) for account & address forms -
#1334
00f43f0
Thanks @deini! - Fixes a server crash when user switches language settings -
#1333
e2c0153
Thanks @deini! - Splits i18n into request.ts and routing.ts This helps reduce our middleware bundle as we no longer do a dynamic import on our middleware entrypoint. -
#1342
f7bb1e2
Thanks @jorgemoya! - Update localeSwitcher to use a link instead of a form. -
#1326
255c648
Thanks @chanceaclark! - Ensure recaptcha is bypassed for functional tests. -
#1278
f8553c6
Thanks @jorgemoya! - Fix wrapping author text in BlogPostCard. -
#1322
77ecb4b
Thanks @jorgemoya! - Split auth forms to four different pages:- /login
- /register
- /reset
- /change-password
Additionally, moved shared form field components to
/components/form-fields/
and updated translations. -
#1317
7802361
Thanks @jorgemoya! - Rename NEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET to DEFAULT_REVALIDATE_TARGET since we don't need this exposed to the client. -
#1296
fcd44bb
Thanks @bookernath! - Add link header to preconnect to CDN -
#1088
644361e
Thanks @bc-yevhenii-buliuk! - improve redirect behavior after creating account -
#1329
ad601e1
Thanks @bc-alexsaiannyi! - update multiline form-field to respect required settings -
#1257
d656e79
Thanks @bc-alexsaiannyi! - add multilinetext field for account & address forms -
#1300
b32198b
Thanks @jorgemoya! - Refactor queries, fragments, and mutations in an effort to set a pattern on where these functions need to be defined.Shared queries and mutations will remain in /client for now.
-
#1349
dd9cf6f
Thanks @jorgemoya! - Remove updateCustomer and getCustomerAddresses queries since they are defined now where they are used. -
#1313
6531bb2
Thanks @jorgemoya! - Remove "Quick add" button in PLP for products that have options. Will now just show a button that links to the product.