@graphcommerce/magento-cart-shipping-method 3.0.1 → 3.0.4
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 +78 -0
- package/ShippingMethodForm/ShippingMethodForm.tsx +3 -3
- package/package.json +17 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
|
|
8
|
+
[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions
|
|
10
|
+
with MUI
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0),
|
|
14
|
+
[`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d),
|
|
15
|
+
[`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
|
|
16
|
+
- @graphcommerce/magento-cart@4.1.3
|
|
17
|
+
- @graphcommerce/next-ui@4.2.0
|
|
18
|
+
|
|
19
|
+
## 3.0.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
24
|
+
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
25
|
+
|
|
26
|
+
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
|
|
27
|
+
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
|
|
28
|
+
Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
29
|
+
|
|
30
|
+
* Updated dependencies
|
|
31
|
+
[[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
|
|
32
|
+
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
|
|
33
|
+
[`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
|
|
34
|
+
[`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
|
|
35
|
+
- @graphcommerce/framer-scroller@2.0.3
|
|
36
|
+
- @graphcommerce/graphql@3.0.3
|
|
37
|
+
- @graphcommerce/image@3.1.0
|
|
38
|
+
- @graphcommerce/magento-cart@4.1.2
|
|
39
|
+
- @graphcommerce/magento-cart-shipping-address@3.0.3
|
|
40
|
+
- @graphcommerce/magento-store@4.0.3
|
|
41
|
+
- @graphcommerce/next-ui@4.1.2
|
|
42
|
+
- @graphcommerce/react-hook-form@3.0.3
|
|
43
|
+
|
|
44
|
+
## 3.0.2
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
49
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
50
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
51
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
52
|
+
duplicate packages in the node_modules folders.
|
|
53
|
+
|
|
54
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
55
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
56
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
57
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
58
|
+
implementing
|
|
59
|
+
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
60
|
+
soon.
|
|
61
|
+
|
|
62
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
63
|
+
frontend to be able to revalidate pages manually.
|
|
64
|
+
|
|
65
|
+
* Updated dependencies
|
|
66
|
+
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
67
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
68
|
+
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
69
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
|
|
70
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
|
|
71
|
+
[`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
72
|
+
- @graphcommerce/magento-cart@4.1.1
|
|
73
|
+
- @graphcommerce/next-ui@4.1.1
|
|
74
|
+
- @graphcommerce/react-hook-form@3.0.2
|
|
75
|
+
- @graphcommerce/framer-scroller@2.0.2
|
|
76
|
+
- @graphcommerce/graphql@3.0.2
|
|
77
|
+
- @graphcommerce/image@3.0.2
|
|
78
|
+
- @graphcommerce/magento-cart-shipping-address@3.0.2
|
|
79
|
+
- @graphcommerce/magento-store@4.0.2
|
|
80
|
+
|
|
3
81
|
## 3.0.1
|
|
4
82
|
|
|
5
83
|
### Patch Changes
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
FormRow,
|
|
10
10
|
iconChevronLeft,
|
|
11
11
|
iconChevronRight,
|
|
12
|
-
|
|
12
|
+
IconSvg,
|
|
13
13
|
extendableComponent,
|
|
14
14
|
} from '@graphcommerce/next-ui'
|
|
15
15
|
import { Controller, useFormCompose, UseFormComposeOptions } from '@graphcommerce/react-hook-form'
|
|
@@ -107,7 +107,7 @@ export default function ShippingMethodForm(props: ShippingMethodFormProps) {
|
|
|
107
107
|
},
|
|
108
108
|
}}
|
|
109
109
|
>
|
|
110
|
-
<
|
|
110
|
+
<IconSvg src={iconChevronLeft} size='small' aria-label={t`Scroll Left`} />
|
|
111
111
|
</ScrollerButton>
|
|
112
112
|
</Box>
|
|
113
113
|
|
|
@@ -224,7 +224,7 @@ export default function ShippingMethodForm(props: ShippingMethodFormProps) {
|
|
|
224
224
|
}}
|
|
225
225
|
className={classes.buttonRoot}
|
|
226
226
|
>
|
|
227
|
-
<
|
|
227
|
+
<IconSvg src={iconChevronRight} size='small' aria-label={t`Scroll Right`} />
|
|
228
228
|
</ScrollerButton>
|
|
229
229
|
</Box>
|
|
230
230
|
</ScrollerProvider>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-method",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.4",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,26 +12,28 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.0.
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "^4.0.
|
|
18
|
-
"@playwright/test": "^1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.3",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.2",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
18
|
+
"@playwright/test": "^1.19.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/framer-scroller": "^2.0.
|
|
22
|
-
"@graphcommerce/graphql": "^3.0.
|
|
23
|
-
"@graphcommerce/image": "^3.0
|
|
24
|
-
"@graphcommerce/magento-cart": "^4.
|
|
25
|
-
"@graphcommerce/magento-cart-shipping-address": "^3.0.
|
|
26
|
-
"@graphcommerce/magento-store": "^4.0.
|
|
27
|
-
"@graphcommerce/next-ui": "^4.0
|
|
28
|
-
"@graphcommerce/react-hook-form": "^3.0.
|
|
21
|
+
"@graphcommerce/framer-scroller": "^2.0.3",
|
|
22
|
+
"@graphcommerce/graphql": "^3.0.3",
|
|
23
|
+
"@graphcommerce/image": "^3.1.0",
|
|
24
|
+
"@graphcommerce/magento-cart": "^4.1.3",
|
|
25
|
+
"@graphcommerce/magento-cart-shipping-address": "^3.0.3",
|
|
26
|
+
"@graphcommerce/magento-store": "^4.0.3",
|
|
27
|
+
"@graphcommerce/next-ui": "^4.2.0",
|
|
28
|
+
"@graphcommerce/react-hook-form": "^3.0.3",
|
|
29
|
+
"type-fest": "^2.12.0"
|
|
30
|
+
},
|
|
31
|
+
"peerDependencies": {
|
|
29
32
|
"@lingui/macro": "^3.13.2",
|
|
30
33
|
"@mui/material": "^5.4.1",
|
|
31
34
|
"framer-motion": "^6.2.4",
|
|
32
35
|
"next": "^12.0.10",
|
|
33
36
|
"react": "^17.0.2",
|
|
34
|
-
"react-dom": "^17.0.2"
|
|
35
|
-
"type-fest": "^2.11.2"
|
|
37
|
+
"react-dom": "^17.0.2"
|
|
36
38
|
}
|
|
37
39
|
}
|