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

Commit cdaf536

Browse files
authored
Upgrade notes updated - 1.5.0
1 parent f0d0b8b commit cdaf536

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/Upgrade notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.4 -> 1.5
6+
7+
### Modifications
8+
9+
#### New Modules API
10+
11+
With 1.5.0 we've introduced new hevily refactored modules API. We've tried to keep the old theme components backward compatible - so now You can few some "mock" components in the `/core/components` just referencing to the `/modules/{{module}}/components` original. Please read [how modules work and are structured](https://github.com/DivanteLtd/vue-storefront/blob/master/doc/api-modules/about-modules.md) to check if it's implies any changes to Your theme. As it may seem like massive changes (lot of files added/removed/renamed) - It should not impact Your custom code.
12+
13+
#### New Newsletter module
14+
15+
The exsiting newsletter integration module was pretty chaotic and messy. @filrak has rewritten it from scratch. If You've relied on exisitng newsletter module logic / events / etc. it could have affected Your code (low probability).
16+
17+
#### Memory leaks fixed
18+
19+
We've fixed SSR memory leaks with #1882. It should not affect Your custom code - but if You've modified any SSR features please just make sure that everything still works just fine.
20+
521
## 1.3 -> 1.4
622

723
### Modifications

0 commit comments

Comments
 (0)