Skip to content

Commit 3b322fe

Browse files
author
Marcin Kwiatkowski
committed
docs: added 1.0.2 release notes
1 parent 0e30777 commit 3b322fe

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,22 @@ To get started, see the following guides:
1818

1919
## Demo
2020

21-
If you want to see the integration in action, check out our [demo environments](/guide/environments.html).
21+
If you want to see the integration in action, we have three demo environments where you can see and test Magento 2 integration for Vue Storefront in action. If you find a bug in any of them, please [create an issue](https://github.com/vuestorefront/magento2/issues/new/choose) in our repository to let us know about it.
22+
23+
### Production environment
24+
25+
In the production environment, you can see the latest **released and stable** version of the integration. It should be visually and feature-wise identical to the new project installed using our CLI.
26+
27+
[Production demo](https://demo-magento2.europe-west1.gcp.vuestorefront.cloud)
28+
29+
### Staging environment
30+
31+
In the staging environment, we are testing new releases. It should be **relatively stable**, but you might still encounter some bugs.
32+
33+
[Staging demo](https://demo-magento2-canary.europe-west1.gcp.storefrontcloud.io)
34+
35+
### Development environment
36+
37+
In the development environment, we are testing the `develop` branch, which might contain unfinished or experimental features. It might be **unstable** both visually and feature-wise.
38+
39+
[Development environment](https://demo-magento2-dev.europe-west1.gcp.storefrontcloud.io)
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## Vue Storefront for Magento 1.0.2
2+
3+
Along with bug fixes and reactors, this release contains a few load test scenarios we use to perform load testing using K6.
4+
5+
## Features
6+
- feat: add i18n base URL configuration [#/1314](https://github.com/vuestorefront/magento2/pull/1314)
7+
8+
### Bugfix
9+
10+
- fix: header navigation "hasChildren" always returning true [#1315](https://github.com/vuestorefront/magento2/pull/1315)
11+
- fix: command correction according to markshust script [#1305](https://github.com/vuestorefront/magento2/pull/1305)
12+
- fix: images are not loaded properly with ipx [#1292](https://github.com/vuestorefront/magento2/pull/1292)
13+
- fix: fix bug when media_gallery array is empty [#/1267](https://github.com/vuestorefront/magento2/pull/1267)
14+
- fix: product review form offscreen issue [#1304](https://github.com/vuestorefront/magento2/pull/1304)
15+
16+
### Refactors
17+
18+
- refactor: remove style duplication in my account route components [#1310](https://github.com/vuestorefront/magento2/pull/1310)
19+
- refactor: update yarn lock [#/1293](https://github.com/vuestorefront/magento2/pull/1293)
20+
- refactor: improve typings [#1262](https://github.com/vuestorefront/magento2/pull/1262)
21+
22+
### Chore
23+
24+
- chore: added new contributors [#1316](https://github.com/vuestorefront/magento2/pull/1316)
25+
26+
### Docs
27+
28+
- docs: update installation guide [#1312](https://github.com/vuestorefront/magento2/pull/1312)
29+
- docs: fix several oversights on 1.0.0-rc.10 breaking changes doc [#1308](https://github.com/vuestorefront/magento2/pull/1308)
30+
31+
### Test
32+
33+
- test: add load test for a new user registration [#1313](https://github.com/vuestorefront/magento2/pull/1313)
34+
- test: add buy product as a guest user load test [#1311](https://github.com/vuestorefront/magento2/pull/1311)
35+
- test: add search product load tests [#1309](https://github.com/vuestorefront/magento2/pull/1309)
36+
- test: browsing product load test [#1306](https://github.com/vuestorefront/magento2/pull/1306)
37+
38+
### Repository
39+
40+
- ci: stop using personal access token for deployment API[#1303](https://github.com/vuestorefront/magento2/pull/1303)
41+
42+
### Credits
43+
44+
Huge thanks to [@bensinca](https://github.com/bensinca), [@sethidden](https://github.com/sethidden), [@bartoszherba](https://github.com/bartoszherba), [@konarshankar07](https://github.com/konarshankar07), [@filipsobol](https://github.com/filipsobol) and [@maaarghk](https://github.com/maaarghk)

docs/migration-guides/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Migration guides
2-
2+
## 1.0.x
3+
- [1.0.2](./1.0.2/)
34
- [1.0.1](./1.0.1/)
45
- [1.0.0](./1.0.0/)
6+
7+
## Release candidates
58
- [1.0.0-rc.10](./1.0.0-rc.10/)
69
- [1.0.0-rc.9](./1.0.0-rc.9/)
710
- [1.0.0-rc.8](./1.0.0-rc.8/)

0 commit comments

Comments
 (0)