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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ 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
-
### Added
8
+
9
+
10
+
# Added
9
11
- New reactive helper to check online state. Usage: `import { onlineHelper } from '@vue-storefront/core/helpers'` and then `onlineHelper.isOnline` - @patzick (#2510)
10
12
11
13
### Fixed
@@ -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