All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Proxy for fastcheckout server on
/checkout
and/cart
routes.
- Builders
react
,store
,messages
andassets
. - Route
/settings
.
- Capture first route param after
/checkout
endpoint.
- Wrong installments sent to gateway.
- Update render strategy of checkout block to execute on SSR.
- Include new
address-step
block in checkout mobile layout.
- Free purchase flow
id
to the place order button.
- Screen overflowing horizontally in some resolutions.
- Rename route
store.checkout.container
tostore.checkout.order-form
.
- Display error alert in case of failure in the place order flow.
- Fixed
post-robot
package version at10.0.35
to avoid issues with mismatching versions between different checkout apps.
- Support for payment methods without sensitive data.
- Click handler to place order button, and start the purchase completion flow.
- Payment step crashing when resizing window from mobile to desktop.
- Updated place order button to only appear on review route.
- Animation to items summary.
- Layout overflow and a one pixel line right beside the summary.
- Sales disclaimer in footer.
- View cart button in summary review step.
- Footer alignment on mobile.
- Alignment of open cart button in header.
- Sidebar padding in bigger breakpoints.
- Max width of container.
- Ratio width between checkout and sidebar on desktop.
- Use custom container measurements in the container flex-layout.
- Implementation for the drawer and items summary in mobile devices.
- Mobile layout for checkout page.
- Basic layout for new checkout page.
- Route
/checkout/identification
to render the new identification page. - Dependency
vtex.checkout-identification
.
- Route
/checkout
to point to the new Checkout implementation. - Store interface
store.checkout.container
to render the new route.
- Upgrade to node builder 4.x.
- Route
/cart/add
that allows adding items to cart via query string.
- Settings schema for checkout v6 to identify the new checkout is installed
- App purpose to be new checkout main app.