Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #251 from mirumee/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
maarcingebala authored Feb 8, 2019
2 parents 31d83aa + 6b32946 commit 6f0d8fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
33 changes: 25 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,29 @@
All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/mirumee/saleor-storefront/releases) page.

## [Unreleased]
- ...

- Handle quantity API errors in the cart #199 by @piotrgrundas
- Fix sticky footer, adjust cart overlay to the mocks, cart summary fixes, fix error if no shipping method found #205 by @piotrgrundas
- Disable ability to continue to billing without shipement chosen #211 by @piotrgrundas
- Set max width of images in product description as 100% #220 by @jxltom
- Refactor checkout, moved to a separate module, creation of checkout after user provides a valid email after first checkout step, change gotocheckout logic #223 by @piotrgrundas
- Update checkout review page styles, fix checkboxes in FF #239 by @piotrgrundas
- Add syncing checkout with after after user logs in. Fix checkoutlogin screen for existing users #243 by @piotrgrundas
- Add checkout creation for logged in users without checkout upon adding to cart - #250 by @piotr grundas

## 0.4.0
- Handle quantity API errors in cart - #199 by @piotrgrundas
- Fix sticky footer, adjust cart overlay to the mockups, fix error if no shipping method found - #205 by @piotrgrundas
- Disable ability to continue to the billing step without shipement chosen - #211 by @piotrgrundas
- Set max width of images in product description as 100% - #220 by @jxltom
- Move checkout to a separate module, create checkout after user provides a valid email - #223 by @piotrgrundas
- Update checkout review page styles - #239 by @piotrgrundas
- Add syncing checkout after user logs in - #243 by @piotrgrundas
- Create checkout for logged in users without checkout upon adding to cart - #250 by @piotrgrundas


## 0.3.0
- Hide filters and sorting when there are no search results; add trending products to empty search and categories pages - #165 by @piotrgrundas
- Add fetching menus from API - #170 by @piotrgrundas
- Add "Add to cart" indicator - #173 by @piotrgrundas
- Fix product page tablet view - #181 by @piotrgrundas
- Add collection view, fix cursor pagination for categories, update storefront to use new thumbnail structure - #178 by @piotrgrundas
- Minor UX improvements - #182 by @piotrgrundas
- Fix product titles breaking the homepage carousel - #184 by @piotrgrundas
- Fix resolving URLs that include numbers - #185 by @piotrgrundas
- Add OpenGraph and Meta tags - #191 by @piotrgrundas
- Add `tslint` check on CI; add the ability to change cart quantity - #194 by @piotrgrundas
- Update placeholder for missing image - #198 by @piotrgrundas
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor-site",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"author": "Mirumee",
"homepage": "https://getsaleor.com/",
Expand Down

0 comments on commit 6f0d8fe

Please sign in to comment.