Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

2.6.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@nerrad nerrad released this 06 May 19:15
5aa0aea

This is the third beta release for 2.6.0 which includes the new Cart & Checkout Blocks.

Testing Plan: Go here.

Changelog

These are all the changes made since 2.6.0-beta2

  • Fix Cart block interaction in the editor (mobile) (#2354)
  • Fix Payment Method error notices issues (#2352)
  • Improve Checkout block order summary styles (#2355 and #2368)
  • Add a placeOrderButtonLabel property to the payment methods registration configuration options. (#2362)
  • Make all font sizes accessible + add docs about font-size() mixin (#2291)
  • Only show checkout login prompt if store allows it (#2364)
  • Fix image alignment issues for Inner Blocks on Empty Cart view in Editor (#2366)
  • Rename discount section when discount total is zero (#2367)
  • Fix checkout linking to "random page" for Terms and Conditions when site does not have a Terms and. Conditions page configured (#2369)
  • Ensure Stripe Payment request canMakePayment callback uses the set country for the store (#2372)
  • Fix long product names regression (#2391)
  • Don't show checkout block for logged out users unless store is configured to allow guest checkout (#2375)
  • Decode HTML entities in ProductName component (#2389)
  • Remove radius from Checkout submit to be consistent with theme buttons (#2390)
  • Use container queries to load Cart and Checkout responsive styles (#2370)
  • Move checkout submit & related elements into "main" element (#2400)
  • Clarify various checkout block editor sidebar wording (#2401)
  • Improve local billing address state for shoppers that toggle between using same address as shipping or not (#2374)
  • Remove "summaries" from the REST API in favor of client side summary calculation (#2387)
  • Update Stripe payment method notices (#2417)
  • Improve focus of text inputs on mount (#2416)