Broadleaf Microservices
  • v1.0.0-latest-prod

Commerce Next.js Starter Release Notes for 1.6.3

Features & Enhancements

  • Increased the supported Node.js version to include Node 20.

    • Requires upgraded SDKs to latest patch

      • Auth SDK: 1.6.2

      • Commerce SDK: 1.6.3

      • Commerce Quote React: 1.0.1

      • Payment JS SDK: 1.3.2

    • Node 14 and Node 16 have reached end of life and Node 18 will reach it in May 2025.

  • Increased the supported React version to include Node 18.

    • Requires upgraded SDKs to latest patch

      • Auth SDK: 1.6.2

      • Commerce SDK: 1.6.3

      • Commerce Quote React: 1.0.1

      • Payment JS SDK: 1.3.2

Introduce Tabby Payment

  • Introduce components for Tabby checkout interactions.

  • Use the useGetPaymentAmount hook to get the correct payment amount.

  • Add Tabby promotion messages to PDP.

  • Display error messages for cancelled or failed payments.

Bug Fixes

  • Fixed rendering issues by introducing a better useIsClient() check, and avoid re-rendering the PDP unless the fetch state has changed.