@graphcommerce/magento-product-simple 3.2.47 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +74 -46
- package/package.json +13 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,89 +1,117 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-simple@3.1.31...@graphcommerce/magento-product-simple@3.2.0) (2021-11-12)
|
|
3
|
+
## 4.0.1
|
|
7
4
|
|
|
5
|
+
### Patch Changes
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
8
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
9
|
+
so that the packages link to back to the website and repository
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
12
|
+
- @graphcommerce/graphql@3.0.1
|
|
13
|
+
- @graphcommerce/magento-cart@4.0.1
|
|
14
|
+
- @graphcommerce/magento-product@4.0.1
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
## 4.0.0
|
|
12
17
|
|
|
18
|
+
### Major Changes
|
|
13
19
|
|
|
20
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
21
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
22
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
14
23
|
|
|
24
|
+
### Patch Changes
|
|
15
25
|
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
28
|
+
- @graphcommerce/graphql@3.0.0
|
|
29
|
+
- @graphcommerce/magento-cart@4.0.0
|
|
30
|
+
- @graphcommerce/magento-product@4.0.0
|
|
16
31
|
|
|
17
|
-
|
|
32
|
+
All notable changes to this project will be documented in this file. See
|
|
33
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
34
|
|
|
35
|
+
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-simple@3.1.31...@graphcommerce/magento-product-simple@3.2.0) (2021-11-12)
|
|
19
36
|
|
|
20
37
|
### Features
|
|
21
38
|
|
|
22
|
-
|
|
23
|
-
|
|
39
|
+
- added tons of translations
|
|
40
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
24
41
|
|
|
42
|
+
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-simple@3.0.37...@graphcommerce/magento-product-simple@3.1.0) (2021-10-27)
|
|
25
43
|
|
|
44
|
+
### Features
|
|
26
45
|
|
|
46
|
+
- **nextjs:** upgraded to nextjs 12
|
|
47
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
27
48
|
|
|
28
49
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-simple@3.0.0...@graphcommerce/magento-product-simple@3.0.1) (2021-09-27)
|
|
29
50
|
|
|
30
51
|
**Note:** Version bump only for package @graphcommerce/magento-product-simple
|
|
31
52
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
53
|
# 3.0.0 (2021-09-27)
|
|
37
54
|
|
|
38
|
-
|
|
39
55
|
### Bug Fixes
|
|
40
56
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
57
|
+
- ignore md files from triggering version updates
|
|
58
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
59
|
+
- product specs on product pages
|
|
60
|
+
([098798a](https://github.com/ho-nl/m2-pwa/commit/098798aec353a8a571928faae02a303fed395977))
|
|
61
|
+
- remove conflicting files
|
|
62
|
+
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
63
|
+
- update magento-product imports
|
|
64
|
+
([63621b4](https://github.com/ho-nl/m2-pwa/commit/63621b44be7149014f4a5af8ac87ad1c4b0327be))
|
|
65
|
+
- yarn workspace packages hot reload
|
|
66
|
+
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
47
67
|
|
|
48
68
|
### Features
|
|
49
69
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
70
|
+
- barrel files for magento-product pages
|
|
71
|
+
([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
|
|
72
|
+
- created stacked-pages package
|
|
73
|
+
([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
74
|
+
- **graphql:** introduced new graphql package that holds all generated files
|
|
75
|
+
([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
76
|
+
- groundwork for complete reimplementation of product pages
|
|
77
|
+
([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
|
|
78
|
+
- introduced magento-product-types package
|
|
79
|
+
([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
|
|
80
|
+
- **magento-graphql:** added core magentoTypePolicies
|
|
81
|
+
([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
|
|
82
|
+
- major performance refactor
|
|
83
|
+
([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
|
|
84
|
+
- next.js 11
|
|
85
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
86
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
87
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
88
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
89
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
90
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
91
|
+
- upgrade to node 14
|
|
92
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
93
|
+
- upgraded to nextjs 11
|
|
94
|
+
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
64
95
|
|
|
65
96
|
## 2.0.8 (2020-10-28)
|
|
66
97
|
|
|
67
|
-
|
|
68
98
|
### Bug Fixes
|
|
69
99
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
100
|
+
- exclusively use Magento endpoint for magento codegen packages
|
|
101
|
+
([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
|
|
102
|
+
- make sure themes extensions are found
|
|
103
|
+
([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
73
104
|
|
|
74
105
|
### Features
|
|
75
106
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
107
|
+
- added generated graphql.ts files
|
|
108
|
+
([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
|
|
109
|
+
- split into packages
|
|
110
|
+
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
79
111
|
|
|
80
112
|
### BREAKING CHANGES
|
|
81
113
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
114
|
+
- huge folder structure refactor, please read README to reinstall
|
|
87
115
|
|
|
88
116
|
# Change Log
|
|
89
117
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-product-simple",
|
|
3
|
-
"
|
|
3
|
+
"homepage": "https://www.graphcommerce.org/",
|
|
4
|
+
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
+
"version": "4.0.1",
|
|
4
6
|
"sideEffects": false,
|
|
5
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
|
-
"browserslist": [
|
|
7
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
8
|
-
],
|
|
9
8
|
"eslintConfig": {
|
|
10
9
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
11
10
|
"parserOptions": {
|
|
@@ -13,21 +12,19 @@
|
|
|
13
12
|
}
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
|
-
"@graphcommerce/
|
|
17
|
-
"@graphcommerce/
|
|
18
|
-
"@graphcommerce/
|
|
19
|
-
"@
|
|
20
|
-
"@playwright/test": "^1.17.1",
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.1",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.1",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.1",
|
|
18
|
+
"@playwright/test": "^1.18.1",
|
|
21
19
|
"react": "^17.0.1"
|
|
22
20
|
},
|
|
23
21
|
"dependencies": {
|
|
24
|
-
"@graphcommerce/graphql": "^
|
|
25
|
-
"@graphcommerce/magento-cart": "^
|
|
26
|
-
"@graphcommerce/magento-product": "^
|
|
27
|
-
"@lingui/macro": "^3.13.
|
|
28
|
-
"next": "^12.0.
|
|
22
|
+
"@graphcommerce/graphql": "^3.0.1",
|
|
23
|
+
"@graphcommerce/magento-cart": "^4.0.1",
|
|
24
|
+
"@graphcommerce/magento-product": "^4.0.1",
|
|
25
|
+
"@lingui/macro": "^3.13.2",
|
|
26
|
+
"next": "^12.0.10",
|
|
29
27
|
"react": "^17.0.2",
|
|
30
28
|
"react-dom": "^17.0.2"
|
|
31
|
-
}
|
|
32
|
-
"gitHead": "110ddb032ee3ce6e363b9f5f7d21af71fb51b527"
|
|
29
|
+
}
|
|
33
30
|
}
|