Skip to content

Commit 936d88e

Browse files
committed
Merge branch 'feature/retail-react-app-v5' into v5/template-retail-react-app
2 parents 664d72f + a378859 commit 936d88e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/template-retail-react-app/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
## v4.0.1 (Sept 4, 2024)
4545
- Updated @salesforce/commerce-sdk-react to 3.0.1 to fix an issue with the expires attribute of cookies, ensuring it uses seconds instead of days [#1994](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1994)
4646

47+
### Other Features
48+
- PWA Kit projects have Active Data tracking set to "true" by default.
49+
4750
## v4.0.0 (Aug 7, 2024)
4851

4952
### New Features

packages/template-retail-react-app/app/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const SHIPPING_COUNTRY_CODES = [
149149
]
150150

151151
// Constant to Enable Active Data
152-
export const ACTIVE_DATA_ENABLED = false
152+
export const ACTIVE_DATA_ENABLED = true
153153

154154
export const REMOVE_UNAVAILABLE_CART_ITEM_DIALOG_CONFIG = {
155155
dialogTitle: defineMessage({

0 commit comments

Comments
 (0)