- Add Node 24 support. Drop Node 16 support
- Update PWA-Kit SDKs to v2.9.1 #2321
- Support Node 20 and NPM 10 in PWA Kit v2 #2189
- Upgrade vulnerable dependency #1737
- Upgrade vulnerable dependency #1562
- Fix performance issue caused by potentially large amounts of stats data from webpack #1391
- Add missing babel plugin dependency #1231
- 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
- Add explicit
wsdependency #865
- Upgrade prettier to v2 #926
- Security package updates
- Logging cid from res header isntead of req in local development #821
- Minimize "Module not found" error during webpack rebuild, whenever a package dependency is being updated/built #722
- Update minimatch #793
- Added option to specify where/from the credentials can be saved/read #647
- 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
Mobifyreferences/links with proper PWA Kit values. #619
- 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.jsonfile 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