You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [1.8.3] - 2019.02.27
7
+
## [1.8.3] - 2019.03.03
8
8
### Added
9
9
- New reactive helper to check online state. Usage: `import { onlineHelper } from '@vue-storefront/core/helpers'` and then `onlineHelper.isOnline` - @patzick (#2510)
10
10
11
11
### Fixed
12
12
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
13
13
- Remaking order on user orders page - @patzick (#2480)
14
+
- Images blinking on category page - @pkarw (#2523)
14
15
15
16
### Changed / Improved
16
17
- Fixed an issue where the correct image for a product configuration wasn't set on the product page image carousel. Also added the fix on the productcarousel in the zoom component - @DaanKouters (#2419)
@@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
40
- fix price is never below 0 and user can't add 0 or below 0 products to cart @RakowskiPrzemyslaw (#2437)
40
41
- Check for placing single order in case of error in any payment module - @patzick (#2409)
41
42
- Display prices in products added in offline mode. - @patzick (#2450)
43
+
- Updated cypress dependency for e2e tests - @lukeromanowicz (#2518)
0 commit comments