Commit d09ed57
@W-21671037@ Release PWA Kit 3.17.1 (#3761)
* W-2129587: removed wrapperStyle, add position fixed for LoadingSpinner to have full screen overlay
* bump version to preview.1
* @W-21414441@ Bugfix - Fix adding to cart from a master product in the wishlist (#3732)
* Fix add to cart bug and add e2e test
* Update CHANGELOG.md
* W-21432256 fix redirect payment methods status value during preview t… (#3734)
* W-21432256 fix redirect payment methods status value during preview testing
* @W-21551291: [1CC][PWA Kit] Custom billing address lost after OTP registration (#3741)
* @W-21551291: [1CC][PWA Kit] Custom billing address lost after OTP registration
Signed-off-by: d.phan <d.phan@salesforce.com>
* add changelog
Signed-off-by: d.phan <d.phan@salesforce.com>
* lint fix
Signed-off-by: d.phan <d.phan@salesforce.com>
* lint fix
Signed-off-by: d.phan <d.phan@salesforce.com>
---------
Signed-off-by: d.phan <d.phan@salesforce.com>
* clean up changelog
* bump versions
* Add missing overrides to extensible app (#3745)
* Add missing overrides to extensible app
* Update CHANGELOG.md
* Bump versions
* @W-20784635@ Productize base paths (#3614)
* @W-20784722@ Move envBasePath into ssrParameters (#3590)
* Move envBasePath into ssrParameters
* Apply MRT restrictions on supported base paths
* Update changelogs
* one more changelog
* Update express.test.js
* Remove whitespace trimming
* Remove test base path
* Add comment
* @W-20784635@ Support adding base paths to shopper facing URLs (#3615)
* Add base path to react router routes
* Handle basename for urls that bypass react router
* Add a feature toggle for app base names
* Add tests
* Update config templates
* Rename getBasename to getRouterBasePath
* Update changelogs
* Test fixes
* Remove unused import and cleanup comments
* Apply suggestions
* Clean up redundant code
* Fix issues from merge conflict
* Update CHANGELOG.md
* [Storefront Preview] Address base path duplication for manually entered urls (#3666)
* Address base path duplication
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Apply suggestions
* Fix unwanted basePath removal if base path is a substring
* Lint
* Add console warn
* Update refresh component to avoid duplicate base paths
* Fix merge issue
* Add tests for coverage
* Squash changelogs
* Remove warning
---------
Signed-off-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>
* Bump version to 3.17.1-preview.0
* Update CHANGELOG.md
* @W-21671037@ Remove base path from /__pwa-kit requests if showBasePath is false (#3758)
* Remove base path from /__pwa-kit requests if showBasePath is false
* Update CHANGELOG.md
* Use a redirect so client side is able hydrate.
* Apply storefront preview component changes to deal with client-side single page navigation
* Update CHANGELOG.md
* Bump version to 3.17.1
---------
Signed-off-by: nayanavishwa <nayana.vishwa@salesforce.com>
Signed-off-by: d.phan <d.phan@salesforce.com>
Signed-off-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>
Co-authored-by: nayanavishwa <nayana.vishwa@salesforce.com>
Co-authored-by: amittapalli <amittapalli@yahoo.com>
Co-authored-by: Danny Phan <125327707+dannyphan2000@users.noreply.github.com>1 parent beabe8a commit d09ed57
38 files changed
Lines changed: 269 additions & 83 deletions
File tree
- e2e
- packages
- commerce-sdk-react
- src/components/StorefrontPreview
- internal-lib-build
- pwa-kit-create-app
- pwa-kit-dev
- pwa-kit-mcp
- pwa-kit-react-sdk
- pwa-kit-runtime
- src/ssr/server
- template-express-minimal
- template-mrt-reference-app
- template-retail-react-app
- template-typescript-minimal
- test-commerce-sdk-react
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 96 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
216 | 312 | | |
217 | 313 | | |
218 | 314 | | |
| |||
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
30 | 52 | | |
31 | 53 | | |
32 | 54 | | |
| |||
53 | 75 | | |
54 | 76 | | |
55 | 77 | | |
56 | | - | |
57 | | - | |
| 78 | + | |
| 79 | + | |
58 | 80 | | |
59 | 81 | | |
60 | 82 | | |
| |||
88 | 110 | | |
89 | 111 | | |
90 | 112 | | |
91 | | - | |
| 113 | + | |
| 114 | + | |
92 | 115 | | |
93 | 116 | | |
94 | 117 | | |
| |||
0 commit comments