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: .github/PULL_REQUEST_TEMPLATE.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,13 @@ closes #
20
20
21
21
<!-- Please get familiar with following contribution tules https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md -->
22
22
23
+
### Upgrade Notes and Changelog
24
+
-[x] No upgrade steps required (100% backward compatibility and no breaking changes)
25
+
-[ ] I've updated the [Upgrade notes](https://github.com/vuestorefront/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/vuestorefront/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing Vue Storefront sites with this new feature
26
+
27
+
28
+
### Contribution and Currently Important Rules Acceptance
29
+
<!-- Please get familiar with following info -->
30
+
31
+
-[ ] I read and followed [contribution rules](https://github.com/vuestorefront/vue-storefront/blob/master/CONTRIBUTING.md)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Check your case. In case of any doubts please read about [Release Cycle](https:/
32
32
33
33
-[ ] No upgrade steps required (100% backward compatibility and no breaking changes)
34
34
-[ ] I've updated the Upgrade notes and Changelog
35
-
<!-- For VSF 1 ttps://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) -->
35
+
<!-- For VSF 1 ttps://github.com/vuestorefront/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and https://github.com/vuestorefront/vue-storefront/blob/develop/CHANGELOG.md) -->
36
36
-[ ] I updated the documentation
37
37
-[ ] My code is covered with unit tests
38
38
@@ -41,4 +41,4 @@ Check your case. In case of any doubts please read about [Release Cycle](https:/
41
41
### Contribution and currently important rules acceptance
42
42
<!-- Please get familiar with following info -->
43
43
44
-
-[ ] I read and followed [contribution rules](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md)
44
+
-[ ] I read and followed [contribution rules](https://github.com/vuestorefront/vue-storefront/blob/master/CONTRIBUTING.md)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/feature-improvement.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ This is a feature or improvement PR for current test version. In case of any dou
29
29
### Upgrade Notes and Changelog
30
30
31
31
-[x] No upgrade steps required (100% backward compatibility and no breaking changes)
32
-
-[ ] I've updated the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
32
+
-[ ] I've updated the [Upgrade notes](https://github.com/vuestorefront/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/vuestorefront/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
33
33
34
34
**IMPORTANT NOTICE** - PR needs to have all checks to be merged in (except braking changes check).
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/hotfix.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,6 @@ This is hotfix PR, it means that it contain fix for current stable version. In c
30
30
### Upgrade Notes and Changelog
31
31
32
32
-[x] No upgrade steps required (100% backward compatibility and no breaking changes)
33
-
-[ ] I've updated the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
33
+
-[ ] I've updated the [Upgrade notes](https://github.com/vuestorefront/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/vuestorefront/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
34
34
35
35
**IMPORTANT NOTICE** - PR needs to have all checks to be merged in.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/stabilisation-fix.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,6 @@ This is Release Candidate stabilisation PR, it means that it contain fix for cur
30
30
### Upgrade Notes and Changelog
31
31
32
32
-[x] No upgrade steps required (100% backward compatibility and no breaking changes)
33
-
-[ ] I've updated the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
33
+
-[ ] I've updated the [Upgrade notes](https://github.com/vuestorefront/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/vuestorefront/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature
34
34
35
35
**IMPORTANT NOTICE** - PR needs to have all checks to be merged in.
- Moved `phoneNum` to proper branch - @lukaszjedrasik ([#5730](https://github.com/vuestorefront/vue-storefront/issues/5730))
65
+
- Development hot-reload speed webpack config - ([#5559](https://github.com/vuestorefront/vue-storefront/issues/5559))
66
+
- Set correct type for `productPageVisited` hook - @lukaszjedrasik ([#5997](https://github.com/vuestorefront/vue-storefront/issues/5997))
67
+
17
68
## [1.12.2] - 2020.07.28
18
69
19
70
### Added
20
71
21
72
-**IMPORTANT** for security reasons we added new config `users.allowModification`.
22
-
This can help to dissallow modifying fields that shouldn't be changed by user.
73
+
This can help to dissallow modifying fields that should not be changed by user.
23
74
- Add helmet - enabled by default, you can pass configuration by adding `config.server.helmet.config`.
24
75
More info about helmet configuration https://helmetjs.github.io/docs/
25
76
- Add config `users.tokenInHeader` which allows to send token in header instead in query. Require to set on true same config in vsf-api.
@@ -66,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
117
- Add unified fetch in mappingFallback for all searched entities - @gibkigonzo (#3942)
67
118
- add npm-run-all for parallel build - @gibkigonzo (#3819)
68
119
- Add OutputCaching support for x-vs-store-code - @benjick (#3979)
69
-
- The new search adapter `api-search-query` has been added. When you switch to it, by setting the `config.server.api = "api-search-query"` the ElasticSearch query is being built in the [`vue-storefront-api`](https://github.com/DivanteLtd/vue-storefront-api/pull/390) which saves around 400kB in the bundle size as `bodybuilder` is no longer needed in the frontend - @pkarw - #2167
120
+
- The new search adapter `api-search-query` has been added. When you switch to it, by setting the `config.server.api = "api-search-query"` the ElasticSearch query is being built in the [`vue-storefront-api`](https://github.com/vuestorefront/vue-storefront-api/pull/390) which saves around 400kB in the bundle size as `bodybuilder` is no longer needed in the frontend - @pkarw - #2167
70
121
- This new `api-search-query` adapter supports the `response_format` query parameter which now is sent to the `/api/catalog` endpoint. Currently there is just one additional format supported: `response_format=compact`. When used, the response format got optimized by: a) remapping the results, removing the `_source` from the `hits.hits`; b) compressing the JSON fields names according to the `config.products.fieldsToCompact`; c) removing the JSON fields from the `product.configurable_children` when their values === parent product values; overall response size reduced over -70% - @pkarw
71
122
- The `amp-renderer` module has been disabled by default to save the bundle size; If you'd like to enable it uncomment the module from the `src/modules` and uncomment the `product-amp` and `category-amp` links that are added to the `<head>` section in the `src/themes/default/Product.vue` and `src/themes/default/Category.vue`
@@ -127,7 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
178
- Move 'graphql' search adapter from core to src (deprecated) - @gibkigonzo (#4214)
128
179
- Homepage, new products query, uses now `new` attribute - @mdanilwoicz
129
180
- Refactor product module, more info in upgrade notes- @gibkigonzo (#3952, #4459)
130
-
- Move default theme to separate repository https://github.com/DivanteLtd/vsf-default - @gibkigonzo (#4255)
181
+
- Move default theme to separate repository https://github.com/vuestorefront/vsf-default - @gibkigonzo (#4255)
131
182
- add two numbers after dot to price by default, calculate default price for bundle or grouped main product, update typing, add fallback to attribute options - @gibkigonzo (#4476)
132
183
- udpate yarn and filter shipping methods for instant checkout - @gibkigonzo (#4480)
@@ -905,7 +956,7 @@ This is hot-fix release for fixing the payment methods switching issue when both
905
956
906
957
## [1.8.0] - 2019-02-07
907
958
908
-
Additional migration tips are available [here](https://github.com/DivanteLtd/vue-storefront/blob/master/docs/guide/upgrade-notes/README.md).
959
+
Additional migration tips are available [here](https://github.com/vuestorefront/vue-storefront/blob/master/docs/guide/upgrade-notes/README.md).
909
960
910
961
### Added
911
962
@@ -1085,7 +1136,7 @@ Additional migration tips are available [here](https://github.com/DivanteLtd/vue
1085
1136
1086
1137
### Changed
1087
1138
1088
-
- There is new config option `config.orders.directBackendSync` that changes the behavior of placing an order. Please do read [more on this change](https://github.com/DivanteLtd/vue-storefront/commit/e73f2ca19a5d33a39f8b0fd6346543eced24167e) and [more on vue-storefront-api change](https://github.com/DivanteLtd/vue-storefront-api/commit/80c497f72362c72983db4fdcac14c8ba6f8729a8)
1139
+
- There is new config option `config.orders.directBackendSync` that changes the behavior of placing an order. Please do read [more on this change](https://github.com/vuestorefront/vue-storefront/commit/e73f2ca19a5d33a39f8b0fd6346543eced24167e) and [more on vue-storefront-api change](https://github.com/vuestorefront/vue-storefront-api/commit/80c497f72362c72983db4fdcac14c8ba6f8729a8)
1089
1140
- ProductSlider, ProductLinks, ProductListing moved to theme.
1090
1141
- Many theme-related logic moved to theme (+ deleted empty core components just with `name`)
1091
1142
- Components required for backward compatibility moved to `compatibility` folder. For all this files you just need to add `compatibility` after `core` in import path to make them work like before.
@@ -1110,7 +1161,7 @@ Additional migration tips are available [here](https://github.com/DivanteLtd/vue
1110
1161
1111
1162
### Changed
1112
1163
1113
-
- New Modules API, and base modules (cart, wishlist, newsletter ...) refactored [read more...](https://github.com/DivanteLtd/vue-storefront/blob/master/doc/api-modules/about-modules.md) - Filip Rakowski @filrak
1164
+
- New Modules API, and base modules (cart, wishlist, newsletter ...) refactored [read more...](https://github.com/vuestorefront/vue-storefront/blob/master/doc/api-modules/about-modules.md) - Filip Rakowski @filrak
1114
1165
1115
1166
### Fixed
1116
1167
@@ -1137,7 +1188,7 @@ Additional migration tips are available [here](https://github.com/DivanteLtd/vue
1137
1188
1138
1189
### Changed
1139
1190
1140
-
- Please check the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/doc/Upgrade%20notes.md) for the full list
1191
+
- Please check the [Upgrade notes](https://github.com/vuestorefront/vue-storefront/blob/develop/doc/Upgrade%20notes.md) for the full list
1141
1192
1142
1193
### Fixed
1143
1194
@@ -1155,8 +1206,8 @@ Additional migration tips are available [here](https://github.com/DivanteLtd/vue
1155
1206
1156
1207
### Added
1157
1208
1158
-
- TypeScript support - please check [TypeScript Action Plan](https://github.com/DivanteLtd/vue-storefront/blob/master/docs/guide/basics/typescript.md) for details
1159
-
- New `core/modules` added regarding the [Refactor to modules plan](https://github.com/DivanteLtd/vue-storefront/blob/master/doc/api-modules/refactoring-to-modules.md)
1209
+
- TypeScript support - please check [TypeScript Action Plan](https://github.com/vuestorefront/vue-storefront/blob/master/docs/guide/basics/typescript.md) for details
1210
+
- New `core/modules` added regarding the [Refactor to modules plan](https://github.com/vuestorefront/vue-storefront/blob/master/doc/api-modules/refactoring-to-modules.md)
1160
1211
- Price tier's support #1625
1161
1212
- Qty field on product page #1617
1162
1213
- Offline orders confirmation dialog has been added #1430
@@ -1207,7 +1258,7 @@ Additional migration tips are available [here](https://github.com/DivanteLtd/vue
1207
1258
1208
1259
## [1.1.0] - 2018-07-02
1209
1260
1210
-
Please keep an eye on the **[UPGRADE NOTES](https://github.com/DivanteLtd/vue-storefront/blob/master/doc/Upgrade%20notes.md)**
1261
+
Please keep an eye on the **[UPGRADE NOTES](https://github.com/vuestorefront/vue-storefront/blob/master/doc/Upgrade%20notes.md)**
0 commit comments