Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA Kit 2.7.1-alpha.0 release #1181

Merged
merged 44 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b638ce5
Update `develop` with `release-v2.7.0` (#1033)
bendvc Mar 4, 2023
a402f66
Move the MRT reference app to the SDKs, so that we can verify eg. Nod…
olibrook Mar 6, 2023
5cf7c06
BUG: Changed type of the phone number field to bring up numberic keyb…
echessman Mar 7, 2023
ddf5805
Update Retail React App Page Designer integration README (#1041)
johnboxall Mar 8, 2023
246d484
Implement `updateCustomerPassword` as no-op. (#1031)
wjhsf Mar 8, 2023
fc789fe
Allow query hook parameters to be `null`. (#1046)
wjhsf Mar 9, 2023
c72bb52
Fix addresses not having preferred address first. (#1051)
wjhsf Mar 12, 2023
cf008cb
Make `mergeBasket` Conditional More Robust (#1048)
bendvc Mar 13, 2023
92c156e
[commerce-sdk-react] Decode pre-fetched token and save auth data in s…
kevinxh Mar 13, 2023
9f3bc9e
Prevent modal to open when it fails to add an item to cart (#1053)
vmarta Mar 13, 2023
a6c535b
Fix `getConfig` referencing config from incorrect location (#1049)
bendvc Mar 13, 2023
cd4e64f
fix(template-retail-react-app): product-list refinements (#957)
breadadams Mar 15, 2023
918f4e5
update docs for shopper-experience scope (#1059)
clavery Mar 16, 2023
1acbf8f
Update lockfiles to reflect current version. (#1071)
wjhsf Mar 17, 2023
b11a91a
[commerce-sdk-react] Implement remaining Shopper Baskets cache logic …
adamraya Mar 22, 2023
199e80f
[commerce-sdk-react] Fix Shopper Baskets Test case (#1082)
adamraya Mar 23, 2023
6f45b3b
feat(pwa-kit-dev): minor performance improvements and added comments …
ecRobertEngel Mar 23, 2023
3879413
Update dependencies. (#1079)
wjhsf Mar 23, 2023
fb15f77
Implement Cache Logic for Shopper APIs (Contexts/Customers/Login/Orde…
bendvc Mar 24, 2023
6b9d436
remove site alias and locale from location.state.directedFrom path (#…
sandragolden Mar 25, 2023
00ff2bd
Fix Page Designer ImageWithText Link component (#1092)
adamraya Apr 6, 2023
a0d322a
split ssr build on local (#1155)
kevinxh Apr 28, 2023
ebb3a03
add suffix to ssr build files (#1157)
kevinxh Apr 28, 2023
00cbf8c
Added session bridge call to login for phased launch (#1159)
shethj May 1, 2023
580ed58
Fix multi-value query params being lost (#1150)
bendvc May 2, 2023
942acd2
Snyk dependency updates (#1169)
vcua-mobify May 4, 2023
744f9e4
[Hybrid] PWA Kit should have a mechanism for replacing the access tok…
shethj May 5, 2023
0882a53
Add a redirect to login page after user signs out from checkout page …
vcua-mobify May 8, 2023
0af8ed4
Bump version number to 2.7.1-alpha.0
vcua-mobify May 9, 2023
034b93d
Update changelogs
vcua-mobify May 9, 2023
620cc47
#1174 Replace invalid value for wrap property (#1179)
mdenchev-aiopsgroup May 9, 2023
23f2b15
Merge branch 'develop' into 2.7.1-release
vcua-mobify May 9, 2023
e453a62
Update changelogs
vcua-mobify May 9, 2023
985a7e0
Version bump to 2.7.1-preview.0
vcua-mobify May 9, 2023
f255afb
Revert "Version bump to 2.7.1-preview.0"
vcua-mobify May 9, 2023
a2c5f72
Merge branch 'release-2.7.x' into 2.7.1-release
vcua-mobify May 9, 2023
4bbbf61
Update CHANGELOG.md
vcua-mobify May 9, 2023
d9cfe50
Rebuild lock files and fix ShopperLogin mutation test
vcua-mobify May 10, 2023
bef9147
Revert "Rebuild lock files and fix ShopperLogin mutation test"
vcua-mobify May 10, 2023
0effe5b
Add additional properties to ShopperLogin test types (#1185)
vcua-mobify May 10, 2023
9f33b95
[V2] Re-generate lock files and fix hook lib tests (#1186)
kevinxh May 10, 2023
f5b07a8
[V2] Internal lib build typescript dev dependency (#1194)
vcua-mobify May 10, 2023
2909010
Merge branch 'develop' into 2.7.1-release
vcua-mobify May 11, 2023
64077c6
Lockfile updates
vcua-mobify May 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
pull_request: # Default: opened, reopened, synchronize (head branch updated)
merge_group: # Trigger GA workflow when a pull request is added to a merge queue.
push:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.7.0",
"version": "2.7.1-alpha.0",
"publish": {
"allowBranch": [
"master"
Expand Down
505 changes: 355 additions & 150 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pwa-kit",
"version": "2.7.0",
"version": "2.7.1-alpha.0",
"engines": {
"node": "^14.0.0 || ^16.0.0",
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"commander": "^2.20.0",
"lerna": "^3.20.2",
"semver": "^7.3.2",
"commander": "^2.20.3",
"lerna": "^3.22.1",
"semver": "^7.3.8",
"shelljs": "^0.8.5"
},
"scripts": {
Expand Down
26 changes: 18 additions & 8 deletions packages/commerce-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
## v2.7.1 (May 09, 2023)

- Add missing cache invalidation for contexts/customers/login/order [#1073](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1073)
- Fix Shopper Baskets Test case [#1082](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1082)
- Implement remaining Shopper Baskets cache logic [#1070](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1070)
- Decode pre-fetched token and save auth data in storage [#1052](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1052)
- Allow query hook parameters to be null. [#1046](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1046)
- Implement updateCustomerPassword as no-op. [#1031](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1031)

## v2.7.0 (Mar 03, 2023)
- Add Page/Region/Component components for shopper experience/page designer page rendering [#963](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/963)
- Namespace `Auth` storage keys with site identifier to allow multi-site support [#911](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/911)
- Add Shopper Experience `usePage` and `usePages` hooks[#958](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/958)

- Add Page/Region/Component components for shopper experience/page designer page rendering [#963](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/963)
- Namespace `Auth` storage keys with site identifier to allow multi-site support [#911](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/911)
- Add Shopper Experience `usePage` and `usePages` hooks[#958](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/958)

## v2.6.0 (Jan 25, 2023)

## v2.5.0 (Jan 05, 2023)
- Exclude test files in package file to avoid publishing them [#856](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/856)
- Pass in 'headers' and 'rawResponse' options to mutation hooks [#845](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/845)
- Commerce hooks: basket mutations [#834](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/834)
- Remove overriding of params in mutation hooks [#859](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/859)

## v2.4.0 (Dec 01, 2022)
- Exclude test files in package file to avoid publishing them [#856](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/856)
- Pass in 'headers' and 'rawResponse' options to mutation hooks [#845](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/845)
- Commerce hooks: basket mutations [#834](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/834)
- Remove overriding of params in mutation hooks [#859](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/859)

## v2.4.0 (Dec 01, 2022)
Loading