@graphcommerce/google-datalayer 8.0.5-canary.9 → 8.0.6-canary.0
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 +16 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @graphcommerce/google-datalayer
|
|
2
2
|
|
|
3
|
+
## 8.0.6-canary.0
|
|
4
|
+
|
|
5
|
+
## 8.0.5
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#2233](https://github.com/graphcommerce-org/graphcommerce/pull/2233) [`f120bce`](https://github.com/graphcommerce-org/graphcommerce/commit/f120bce617808d756aebb7c500aa1deb9e4cf487) - Google Datalayer, Analytics and Tagmanager improvements.
|
|
10
|
+
|
|
11
|
+
- Removed `eventFormat` as we could automatically detec the correct event format and it is now the responsibility of GTM or the GTAG to handle the event format.
|
|
12
|
+
- Created cartItemToGoogleDatalayerItem and productToGoogleDatalayerItem for easier modifications. ([@paales](https://github.com/paales))
|
|
13
|
+
|
|
14
|
+
- [#2233](https://github.com/graphcommerce-org/graphcommerce/pull/2233) [`cabeadc`](https://github.com/graphcommerce-org/graphcommerce/commit/cabeadce2b73ce072a2fa8b8ab1ab49907cda13b) - Added core web vitals measurements to the datalayer.
|
|
15
|
+
([@paales](https://github.com/paales))
|
|
16
|
+
|
|
17
|
+
## 8.0.5-canary.10
|
|
18
|
+
|
|
3
19
|
## 8.0.5-canary.9
|
|
4
20
|
|
|
5
21
|
## 8.0.5-canary.8
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/google-datalayer",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.6-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.
|
|
16
|
-
"@graphcommerce/magento-cart": "^8.0.
|
|
17
|
-
"@graphcommerce/magento-cart-payment-method": "^8.0.
|
|
18
|
-
"@graphcommerce/magento-cart-shipping-method": "^8.0.
|
|
19
|
-
"@graphcommerce/magento-product": "^8.0.
|
|
20
|
-
"@graphcommerce/next-ui": "^8.0.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.6-canary.0",
|
|
16
|
+
"@graphcommerce/magento-cart": "^8.0.6-canary.0",
|
|
17
|
+
"@graphcommerce/magento-cart-payment-method": "^8.0.6-canary.0",
|
|
18
|
+
"@graphcommerce/magento-cart-shipping-method": "^8.0.6-canary.0",
|
|
19
|
+
"@graphcommerce/magento-product": "^8.0.6-canary.0",
|
|
20
|
+
"@graphcommerce/next-ui": "^8.0.6-canary.0",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.6-canary.0",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.6-canary.0",
|
|
23
23
|
"@mui/material": "^5.14.20",
|
|
24
24
|
"next": "^14",
|
|
25
25
|
"react": "^18.2.0",
|