This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paweł Smyrek
committed
May 8, 2020
1 parent
0d1018d
commit 3a32499
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0-rc.2] - Unreleased yet | ||
|
||
### Added | ||
|
||
- Support for Storefront UI v0.7.8 | ||
|
||
### Changed / Improved | ||
|
||
- No option to add a new review (#330) | ||
- Size guide is not visible when user switches to PDP from related list (#329) | ||
- Can't install dependencies - yarn error (#351) | ||
- Problem with displaying dropdown list (#328) | ||
- SSR mismatch in bottom navigation (#354) | ||
- Show login modal for my account link in footer (#325) | ||
- Tabs on the product page are not reset properly (#228) | ||
- Add changelog (#345) | ||
|
||
## [1.0.0-rc.1] - 2020-04-27 | ||
|
||
### Added | ||
|
||
- Support for Storefront UI v0.7.x (#303) | ||
|
||
### Changed / Improved | ||
|
||
- Minimal layout for Error page | ||
- Add possibility to disable quicklink (#301) | ||
- Adapting Checkout to Storefront UI v0.7.x (#303) | ||
- Adapting notifications to Storefront UI v0.7.x (#303) | ||
- Adapting modals to Storefront UI v0.7.x (#303) | ||
- Adapting PDP to Storefront UI v0.7.x (#303) | ||
- Adapting search to Storefront UI v0.7.x (#303) | ||
- Adapting cart to Storefront UI v0.7.x (#303) | ||
- Adapting My Account to Storefront UI v0.7.x (#303) | ||
- Adapting static pages to Storefront UI v0.7.x (#303) | ||
- Adapting filters to Storefront UI v0.7.x (303) | ||
- Unnecessary 'more actions' icon in cart in mobile view (#337) | ||
- Focus on the specific step of the checkout (#336) | ||
- 'Empty cart' icon is not displayed (#335) | ||
- Inform about registering for Push Notification (#332) | ||
- Fixed layout for buttons in checkout (#331) | ||
- Disable quicklink by default (#343) |