@graphcommerce/magento-compare 9.0.1-canary.0 → 9.0.1-canary.2
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 +7 -57
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,72 +1,22 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
-
## 9.0.1-canary.
|
|
3
|
+
## 9.0.1-canary.2
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
6
|
-
|
|
7
|
-
### Patch Changes
|
|
8
|
-
|
|
9
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
10
|
-
|
|
11
|
-
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
12
|
-
|
|
13
|
-
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving `<FromPersist/>` below the form components. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
14
|
-
|
|
15
|
-
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.118
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.117
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.116
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.115
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.114
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.113
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.112
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.111
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.110
|
|
5
|
+
## 9.0.1-canary.1
|
|
34
6
|
|
|
35
|
-
## 9.0.0
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.108
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.107
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.106
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.105
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.104
|
|
7
|
+
## 9.0.0
|
|
50
8
|
|
|
51
|
-
|
|
9
|
+
### Major Changes
|
|
52
10
|
|
|
53
|
-
|
|
11
|
+
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - INP improvements: Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
54
12
|
|
|
55
13
|
### Patch Changes
|
|
56
14
|
|
|
57
15
|
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
58
16
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
64
|
-
|
|
65
|
-
## 8.0.6-canary.2
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
17
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving `<FromPersist/>` below the form components. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
68
18
|
|
|
69
|
-
- [#
|
|
19
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
70
20
|
|
|
71
21
|
## 8.0.0
|
|
72
22
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-compare",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1-canary.
|
|
5
|
+
"version": "9.0.1-canary.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.1-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.0.1-canary.
|
|
18
|
-
"@graphcommerce/framer-utils": "^9.0.1-canary.
|
|
19
|
-
"@graphcommerce/graphql": "^9.0.1-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.1-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.0.1-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.1-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.1-canary.2",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.1-canary.2",
|
|
18
|
+
"@graphcommerce/framer-utils": "^9.0.1-canary.2",
|
|
19
|
+
"@graphcommerce/graphql": "^9.0.1-canary.2",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.1-canary.2",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.2",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.2",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
|
|
25
25
|
"@lingui/core": "^4.2.1",
|
|
26
26
|
"@lingui/macro": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|