Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 5.74 KB

File metadata and controls

91 lines (67 loc) · 5.74 KB

v2.11.0-preview.1 (Mar 30, 2026)

v2.11.0-preview.0 (Feb 12, 2026)

  • Add Node 24 support. Drop Node 16 support

v2.9.1 (Mar 18, 2025)

  • Update PWA-Kit SDKs to v2.9.1 #2321

v2.9.0 (Jan 21, 2025)

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

v2.8.4 (Jul 12, 2024)

v2.8.3 (Apr 09, 2024)

  • Upgrade vulnerable dependency #1737

v2.8.2 (Dec 01, 2023)

  • Upgrade vulnerable dependency #1562

v2.8.1 (Nov 08, 2023)

v2.8.0 (Nov 03, 2023)

v2.7.4 (Aug 28, 2023)

  • Fix performance issue caused by potentially large amounts of stats data from webpack #1391

v2.7.3 (Jun 20, 2023)

  • Add support for ES module import statements in ssr.js #1284
  • Support Node 18 and NPM 9. #1265

v2.7.2 (May 29, 2023)

  • Add missing babel plugin dependency #1231

v2.7.1 (May 11, 2023)

  • Fix static file serving #1196
  • Add suffix to SSR build files #1157
  • Mitigate local dev memory leaks #1155
  • Minor performance improvements #974
  • Fix getConfig referencing config from incorrect location #1049
  • Moved the MRT reference app to the SDKs, so that we can verify eg. Node support #966

v2.7.0 (Mar 03, 2023)

  • Add explicit ws dependency #865

v2.6.0 (Jan 25, 2023)

  • Upgrade prettier to v2 #926
  • Security package updates

v2.5.0 (Jan 05, 2023)

  • Logging cid from res header isntead of req in local development #821

v2.4.0 (Dec 01, 2022)

  • Add tail-logs command #789
  • Upgrade minimatch #793

v2.3.0 (Oct 27, 2022)

  • Minimize "Module not found" error during webpack rebuild, whenever a package dependency is being updated/built #722
  • Update minimatch #793

v2.2.0 (Aug 25, 2022)

  • Added option to specify where/from the credentials can be saved/read #647

v2.1.0 (Jul 05, 2022)

  • Disable the error overlay on hot-reload#656
  • Introduce client-side hot module replacement. #630
  • Add support for a custom build directory to pwa-kit-dev build. #628
  • Replace Mobify references/links with proper PWA Kit values. #619

v2.0.0 (May 16, 2022)

  • Drop node 12 support for #589
  • Implement dev server serveStaticFile #580
  • Improve test coverage #550
  • Make the createApp API idiomatic for Express, fix service-worker loading. #536
  • Remove lodash and bluebird. #534
  • Allow pass thru cli options for test command #537
  • Ensure we copy the package.json file into the build folder. Also move logic for copying config files into the build script from the webpack config #524
  • Loading page: avoid seeing infinite reloads #532
  • Remove legacy remote proxy, which allowed remote environments to use proxy configs in package.json #425
  • Fix source maps cannot be found when debugging the server #526
  • Generate different reports for different bundles #508
  • Allow custom webpack config in projects #462
  • Hide webpack performance warnings #471
  • Support Multi-site implementation using dynamic config #469
  • Loading screen #473
  • Service worker loading for dev server #464
  • Environment Specific Configuration Support #477
  • Remove Webpack PwaKitConfigPlugin #443