Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit abeb916

Browse files
authored
Merge pull request #2392 from patzick/migration-info
add upgrade notes for 1.8
2 parents 1338dc8 + 673c812 commit abeb916

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [1.8.0] - 2019.02.07
8+
Additional migration tips are available [here](https://github.com/DivanteLtd/vue-storefront/blob/master/docs/guide/upgrade-notes/README.md).
9+
810
### Added
911
- Chinese translation added - @wadereye (#2265)
1012
- Categories filter in search view - @kjugi, @patzick (#1710)

docs/guide/upgrade-notes/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
We're trying to keep the upgrade process as easy as it's possible. Unfortunately, sometimes manual code changes are required. Before pulling out the latest version, please take a look at the upgrade notes below:
44

5-
## 1.7 -> next
5+
## 1.7 -> 1.8
6+
Full changelog is available [here](https://github.com/DivanteLtd/vue-storefront/blob/master/CHANGELOG.md)
7+
68
- `store/types` have been moved to new module called `core/types`.
79
- `store/lib/search` has been moved to `core/lib/search`.
810
- `store/lib/multistore.ts` has been moved to `core/lib/multistore.ts`
11+
- `@vue-storefront/store/lib/multistore` has been [moved](https://github.com/patzick/vue-storefront/commit/d42cdc44fc204dd10b173894d52dbeff244913f5#diff-87917f882ffc57fb755b1cc82ffa9e28L11) to `@vue-storefront/core/lib/multistore`
12+
- new [styles](https://github.com/patzick/vue-storefront/commit/d42cdc44fc204dd10b173894d52dbeff244913f5#diff-ae72dc903f169eb56d716cd5ac99df35R1) file for form elements
13+
- removed unused `src/themes/default/filters/index.js` file - check if you're not using it as well
14+
- `src/themes/default/resource/head.js` has been moved to `src/themes/default/head.js`
15+
- `src/themes/default/index.basic.template.html` has been moved to `src/themes/default/templates/index.basic.template.html`
16+
- `src/themes/default/index.minimal.template.html` has been moved to `src/themes/default/templates/index.minimal.template.html`
17+
- `src/themes/default/index.template.html` has been moved to `src/themes/default/templates/index.template.html`
18+
19+
920

1021
## 1.6 -> 1.7
1122

0 commit comments

Comments
 (0)