@graphcommerce/ecommerce-ui 1.0.0 → 1.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 +49 -25
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,67 @@
|
|
|
1
1
|
# @graphcommerce/ecommerce-ui
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
4
|
-
### Major Changes
|
|
3
|
+
## 1.0.1
|
|
5
4
|
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
8
|
+
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
7
9
|
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
|
|
12
|
+
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
|
|
13
|
+
[`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
|
|
14
|
+
[`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
|
|
15
|
+
- @graphcommerce/graphql@3.0.3
|
|
16
|
+
- @graphcommerce/next-ui@4.1.2
|
|
17
|
+
- @graphcommerce/react-hook-form@3.0.3
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
## 1.0.0
|
|
13
20
|
|
|
21
|
+
### Major Changes
|
|
14
22
|
|
|
23
|
+
- [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
|
|
24
|
+
[`351347afe`](https://github.com/ho-nl/m2-pwa/commit/351347afeae5bd837408d46c7593bcf5473dc621)
|
|
25
|
+
Thanks [@paales](https://github.com/paales)! - Created new `@graphcommerce/ecommerce-ui` package
|
|
26
|
+
to connect generic components from `@graphcommerce/next-ui` to `@graphcommerce/react-hook-form`
|
|
27
|
+
and `@graphcommerce/graphql`
|
|
15
28
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Added dependency `@graphcommerce/ecommerce-ui` from `magento-graphcms` example.
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
|
|
32
|
+
[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7)
|
|
33
|
+
Thanks [@paales](https://github.com/paales)! - Moved `ApolloErrorAlert`, `ApolloErrorFullPage` and
|
|
34
|
+
`ApolloErrorSnackbar` to the ecommerce-ui package.
|
|
35
|
+
|
|
36
|
+
Created `ComposedSubmitButton` and `ComposedSubmitLinkOrButton` to reduce complexity from
|
|
37
|
+
`magento-graphcms` example.
|
|
26
38
|
|
|
39
|
+
Removed dependency an `@graphcommerce/react-hook-form` from `magento-graphcms` example.
|
|
27
40
|
|
|
28
|
-
|
|
29
|
-
The result of this is that there will be significantly less duplicate packages
|
|
30
|
-
in the node_modules folders.
|
|
41
|
+
Added dependency `@graphcommerce/ecommerce-ui` from `magento-graphcms` example.
|
|
31
42
|
|
|
43
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
44
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
45
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
46
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
47
|
+
duplicate packages in the node_modules folders.
|
|
32
48
|
|
|
33
|
-
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
34
|
-
|
|
49
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
50
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
51
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
52
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
53
|
+
implementing
|
|
35
54
|
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
36
55
|
soon.
|
|
37
|
-
|
|
38
|
-
This will greatly reduce the requirement to rebuid stuff and we'll add a
|
|
39
|
-
|
|
40
|
-
|
|
56
|
+
|
|
57
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
58
|
+
frontend to be able to revalidate pages manually.
|
|
59
|
+
|
|
60
|
+
- Updated dependencies
|
|
61
|
+
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
62
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
63
|
+
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
64
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
|
|
41
65
|
- @graphcommerce/next-ui@4.1.1
|
|
42
66
|
- @graphcommerce/react-hook-form@3.0.2
|
|
43
67
|
- @graphcommerce/graphql@3.0.2
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/ecommerce-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@graphcommerce/next-ui": "^4.1.
|
|
16
|
-
"@graphcommerce/react-hook-form": "^3.0.
|
|
17
|
-
"@graphcommerce/graphql": "^3.0.
|
|
15
|
+
"@graphcommerce/next-ui": "^4.1.2",
|
|
16
|
+
"@graphcommerce/react-hook-form": "^3.0.3",
|
|
17
|
+
"@graphcommerce/graphql": "^3.0.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "^4.0.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^4.0.
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.3",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.2",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
23
23
|
"@playwright/test": "^1.19.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|