Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 5.79 KB

File metadata and controls

99 lines (70 loc) · 5.79 KB

v2.9.0 (Jan 21, 2025)

  • Support Node 20 and NPM 10 in PWA Kit v2 #2189

v2.8.4 (Jul 12, 2024)

  • Updated StorefrontPreview component to make siteId available #1876

v2.8.3 (Apr 09, 2024)

v2.8.2 (Dec 01, 2023)

v2.8.1 (Nov 08, 2023)

v2.8.0 (Nov 03, 2023)

v2.7.4 (Aug 28, 2023)

v2.7.3 (Jun 20, 2023)

  • Support Node 18 and NPM 9. #1265

v2.7.2 (May 29, 2023)

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. 🎉