Skip to content

Latest commit

 

History

History
149 lines (97 loc) · 8.3 KB

File metadata and controls

149 lines (97 loc) · 8.3 KB

v3.16.0-dev (Dec 17, 2025)

  • Move envBasePath into ssrParameters #3590
  • Support adding base paths to shopper facing URLs #3615

v3.15.0 (Dec 17, 2025)

v3.14.0 (Nov 04, 2025)

v3.13.0 (Sep 25, 2025)

  • Opentelemetry integration for SSR tracing #3133
  • Add @h4ad/serverless-adapter to jest config #3325

v3.12.0 (Sep 04, 2025)

  • Add support for environment level base paths on /mobify routes #2892

v3.11.0 (Jul 22, 2025)

  • Fix the performance logging so that it'll capture all SSR queries, even those that result in errors #2486

v3.10.0 (May 22, 2025)

  • Fix the performance logging util to use the correct delimiter for the server-timing header. #2225

v3.9.2 (Mar 07, 2025)

  • Update PWA-Kit SDKs to v3.9.2 #2304

v3.9.1 (Mar 05, 2025)

  • Update PWA-Kit SDKs to v3.9.1 #2301

v3.9.0 (Feb 18, 2025)

  • Fix the performance logging util to not round duration. #2199
  • Add RedirectWithStatus component, allowing finer grained control of rediriects and their status code #2173
  • Support Node 22 #2218

v3.8.0 (Oct 28, 2024)

  • [Server Affinity] - Attach dwsid to SCAPI request headers #2090
  • Create useOrigin hook to return an app origin that takes x-forwarded-host header into consideration. #2050

v3.7.0 (Aug 07, 2024)

  • Add beforeHydrate option to withReactQuery component #1912
  • Add server side rendering performance metrics via query parameter __server_timing or environment variable SERVER_TIMING, the metrics is available in the console logs and response header server-timing. #1895

v3.6.0 (Jun 25, 2024)

v3.5.1 (Apr 17, 2024)

v3.5.0 (Apr 15, 2024)

v3.4.0 (Jan 19, 2024)

  • Add support for node 20 #1612

v3.3.0 (Dec 08, 2023)

  • Update engine compatibility to include npm 10 #1597
  • Create a flag to allow toggling behavior that treats + character between words as space in search query #1557

v3.2.0 (Nov 03, 2023)

v3.1.1 (Sep 21, 2023)

v3.1.0 (Jul 26, 2023)

v3.0.0 (Jun 15, 2023)

  • Package name changed to @salesforce/pwa-kit-react-sdk
  • Remove usage of device-context due to deprecation of user agent string. #1168
  • Upgrade React 18, React DOM 18, Remove Enzyme, add Testing library 14 #1166

Older Versions Without Namespace

The older versions below were published without the @salesforce namespace.

v2.7.1 (May 11, 2023)

  • Fix multi-value params being lost #1150

v2.7.0 (Mar 03, 2023)

v2.6.0 (Jan 25, 2023)

v2.5.0 (Jan 05, 2023)

  • Replace morgan stream to use console.log #847
  • Do not use a proxy to call Einstein #857
  • Reuse Server Correlation ID when Hydrating Error Pages #846

v2.4.0 (Dec 01, 2022)

  • Fix useServerContext returning isServerSide=false when on server. #782
  • Upgrade minimatch #793

v2.3.0 (Oct 27, 2022)

  • Support react-query server-side data fetching. #724
  • Add server-safe default configuration for queryClientConfig option. #734
  • Add useServerContext hook with the res response object and the isServerSide flag. #737
  • Handle react-query server-side errors. #735
  • Fix internal build script. #706
  • Add Correlation ID to SCAPI requests. #728

v2.2.0 (Aug 25, 2022)

v2.1.0 (Jul 05, 2022)

  • Remove console logs from route component. #651

v2.0.0 (May 16, 2022)

  • Drop node 12 support for #589
  • Improve test coverage #550
  • Remove lodash and bluebird. #534
  • Support Multi-site implementation using dynamic config #469
  • Support functions as default exports in the applications routes.jsx file. #447
  • Serialize application configuration in the HTML during rendering process. #447
  • Remove create-hash-manifest.js #425
  • Fix upload bug with extending an options object #419

v1.5.0 (Mar 17, 2022)

  • Add boolean flag enableLegacyBodyParser to createApp options. #446
  • Add environment specific configuration support. #421
  • Remove unused url-parse dependency #411
  • Fix bug with extending an options object on upload.js script #419

v1.4.0 (Jan 27, 2022)

  • Add proxyKeepAliveAgent ssr-server option. #306
  • Add React 17 support #278
  • Fix an error handling bug that could cause server to hang #326
  • Add support for npm 7 and npm 8 #302

v1.3.0 (Jan 06, 2022)

  • Add __server_only and __pretty_print server rendering flags aliases. #250
  • Do not show stack trace in remote environment windowGlobals #230
  • createApp takes a new option enableLegacyRemoteProxying which defaults to true. When set to false, local development proxying is disabled when running remotely. In future, local development proxying will always be disabled when running remotely. #205
  • Add PwaKitConfigPlugin webpack plugin. #255

v1.2.0 (Nov 18, 2021)

  • Security package updates
  • Upgrade copy-webpack-plugin to latest ^9.0.1 version. #3191

v1.1.0 (Sep 27, 2021)

  • Update the bundle push command to remove legacy bundle upload preview URL from console output. #81

v1.0.0 (Sep 08, 2021)

  • PWA Kit General Avaliability and open source. 🎉