Releases: commercetools/sunrise-spa
Releases · commercetools/sunrise-spa
v13.0
v12.0
- Enabled product variant selector according to custom attributes.
- Enabled change customer password.
- Added country selector.
- Displayed discounts on line items.
- Displayed messages when results are empty (product list, cart, my orders).
- On clicking the mini cart button, you go now to the cart detail page. Open/close mini-cart is triggered with hovering.
- Fix UI issue related to Chrome version (#155)
v11.0
- Forced developers to add scope to credentials (if you don't, an error will occur). Make sure to follow the instructions How to use your own project data.
- Cleaned session and retry on 401/403 errors.
- Allowed different header/footer components per page.
- Abstracted and improved style of forms, carts/orders and customer account.
- Removed global SelectBoxIt, now you need to import it on demand in your component.
- Removed manifest icons that yielded errors.
- Fixed flaky tests.
- Updated dependencies.
v10.0
v9.0
v8.0
v7.0
v6.0
- Cart feature (mini-cart, cart detail page, add to cart button).
- Created BasePrice/BaseMoney components to render prices.
- Fixed small screen header style:
- Removed the logout button and added it to my account page.
- Added my account button to header.
- Refactor code:
- to provide a better file structure.
- write GraphQL queries in their own components.