reactioncommerce / reaction-component-library

Example Storefront Component Library: A set of React components for the Example Storefront
Apache License 2.0
96 stars 57 forks source link

Update CheckoutAction and CheckoutActions to have status-specific labels #265

Closed machikoyasuda closed 6 years ago

machikoyasuda commented 6 years ago

Type: minor

Describe the bug A checkout action's label changes as the status changes:

- "Enter shipping address” when you’re on that step, and then shortened to “Shipping address” for the collapsed step
- "Choose a shipping method” -> “2. Shipping method"

To Reproduce Currently, checkout action labels are static and do not change with status change.

Expected behavior A user should be able to input 2 labels, a instruction label and a post-success label. The component should know when to show which label.

aldeed commented 6 years ago

Here are some more specific implementation guidelines:

rc-publisher commented 6 years ago

:tada: This issue has been resolved in version 0.41.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: