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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,14 @@ 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
7
## [1.8.3] - 2019.02.27
8
+
8
9
### Added
9
10
- New reactive helper to check online state. Usage: `import { onlineHelper } from '@vue-storefront/core/helpers'` and then `onlineHelper.isOnline` - @patzick (#2510)
10
11
11
12
### Fixed
12
13
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
13
14
- Remaking order on user orders page - @patzick (#2480)
15
+
- state.ts not bound in the module-template - @pkarw (#2496)
14
16
- Validation in the Myprofile section for postcode field - @pkarw (#1317)
15
17
- Non-integer qty of product added to the cart - @pkarw (#2517)
16
18
@@ -25,10 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
27
- Added video support in Product Gallery component. - @rain2o (#2433)
26
28
- Improved product quantity change component in product and cart - @patzick (#2398, #2437)
27
29
- Updated to Vue 2.6.6 - @filrak (#2456)
28
-
- Null sidebar menu data on static page fixed - @filrak (#2456)
30
+
- Null sidebar menu data on static page fixed - @filrak (#2449, #2441)
0 commit comments