Releases: saleor/saleor-storefront
2.11.0-rc.5
Welcome to 2.11.0-rc.5 release of Saleor Storefront!
Changelog
- Refactor variant picker components and open sidebar after adding product to cart - #809 by @krzysztofwolski
- Fix checkout address view - #909 by @konstantinoschristomanos
- Support for static url - #721 by @marianoeramirez and @dominik-zeglen
2.11.0-rc.4
Welcome to 2.11.0-rc.4 release of Saleor Storefront!
Changelog
- Fix cart sidebar style - #897 by @orzechdev
2.11.0-rc.3
Welcome to 2.11.0-rc.3 release of Saleor Storefront!
Changelog
- Require payment recreate when payment price is wrong - #892 by @orzechdev
- Handle JWT token refreshing and verifying - #883 by @orzechdev
2.11.0-rc.2
Welcome to 2.11.0-rc.1 release of Saleor Storefront!
Changelog
- Update collection products query - #879 by @orzechdev
- Fix checkout refreshing - #865 by @orzechdev
- Add purchase availability to product details page - #878 by @orzechdev
2.11.0-rc.1
Welcome to 2.11.0-rc.1 release of Saleor Storefront!
Changelog
- Add product hyperlink in cart page - #745 by @konstantinoschristomanos
- Add Cypress tags to all of the buttons (also speed up tests) - #718 by @krzysztofwolski
- Automatically choose variant attributes from url in ProductVariantPicker - #708 by @AlicjaSzu
- Use sdk as a standalone package - #724 by @dominik-zeglen
- Use auth api from sdk - #727 by @orzechdev
- Fix CartRow tests - #749 by @dominik-zeglen
- Add prettier to precommit - #766 by @dominik-zeglen
- Do not use prettier on generated files - #773 by @dominik-zeglen
- Add eslint - #776 by @dominik-zeglen
- Fix storybook config - #789 by @dominik-zeglen
- Update sdk to newest version - #795 by @dominik-zeglen
- Use intl - #782 by @przlada
- Download invoice for order - #790 by @orzechdev
- Do not throw error if unsupported payment gateway found - #819 by @dominik-zeglen
- Fix tsconfig aliases - #824 by @orzechdev
- Set billing address in first checkout step - #822 by @orzechdev
- Persist payment gateways for the whole checkout - #828 by @orzechdev
- Add test tags to address book - #847 by @dominik-zeglen
- Refresh user data if mutation fails - #854 by @dominik-zeglen
- Fix product list data overfetching - #855 by @dominik-zeglen
- Add Adyen payment gateway - #845 by @orzechdev
- Fix crash on null price range - #875 by @orzechdev
2.10.4
This release fixes the type issue introduced in version 2.10.3.
2.10.3
This release fixes CVE-2020-15085 vulnerability issue in Saleor Storefront.
2.10.2
Welcome to 2.10.2 release of Saleor Storefront! This release fixes the issue with querying the quantityAvailable
field.
Changelog
- Fix fetching
quantityAvailable
field - #738 by @AlicjaSzu
2.10.1
Welcome to 2.10.1 release of Saleor Storefront! This release fixes the issue with rendering the "out of stock" state on the product details page. See the changelog below for the full list of changes.
Changelog
- Replace stockQuantity field with quantityAvailable - #723 by @AlicjaSzu
- Regenerate types - #712 by @dominik-zeglen
2.10.0
Welcome to 2.10.0 release of Saleor Storefront! See the changelog below for the full list of changes.
Changelog
- Account confirmation mechanism - #565 by @tomaszszymanski129
- Add missing product attributes on product page - #536 by @orzechdev
- Change register mutation to accountRegister - #549 by @tomaszszymanski129
- Add
ProductVariantPicker
component supporting multiple product variant attributes - #550 by @orzechdev - Fix not working storefront when no data in saleor database exist - #551 by @orzechdev
- Make checkout working without shipping if it is not required - #571 by @orzechdev
- Add ability to apply a promo code in checkout - #582 by @orzechdev
- Refactor product list - #591 by @orzechdev
- Add chips of selected filter attributes values and fix product list filtering - #602 by @orzechdev
- Refactor FilterAttribute to AttributeValuesChecklist - #610 by @orzechdev
- Clear cache on logout - #623 by @orzechdev
- Add missing Cypress functional tests - #624 by @mateuszkula
- Add lighthouse config - #627 by @mateuszkula
- Load Stripe asynchronously - #629 by @orzechdev
- Fix crash address book on logout - #630 by @orzechdev
- Preload css for Inter font - #631 by @orzechdev
- Use sdk for fetching shop details - #632 by @mateuszkula
- Preconnect to Graphql API_URI - #634 by @mateuszkula
- Upgrade typescript to 3.8.2 - #635 by @mateuszkula
- Remove linguijs usage - #637 by @mateuszkula
- Remove old storybook - #638 by @mateuszkula
- Add docs to storybook - #614 by @orzechdev
- Create new UI for product page - #605 by @mateuszkula
- Use new pricing on product page with TaxedMoney component to display prices - #584 by @orzechdev
- Update GraphQL schema - #567 by @orzechdev
- Completely recreate checkout and cart, with new checkout nad cart SDK - #639 by @orzechdev, @mateuszkula
- Hide payment options - #678 by @orzechdev
- Fix unhandled JWT token expiration - #696 by @orzechdev