Skip to content

v2.1.0

Choose a tag to compare

@kevinxh kevinxh released this 05 Jul 22:18
· 3758 commits to develop since this release
b3ac01f

Featured Change: Hot Reloading on Client Side 🔥

See your changes as soon as you make them! Hot reloading now works on the client side as well as the server side, thanks to hot module replacement.

A page reload is still required when:

  • Adding syntactically invalid changes.
  • Adding a new loadable page.
  • Updating a getProps function.

Changes

Full changelog: v2.0.0...v2.1.0

pwa-kit-dev

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

pwa-kit-react-sdk

  • Remove console logs from route component. #651