Changelog

v0.6.2 (2020-09-11)

Changed

v0.6.1 (2020-09-11)

Changed

v0.6.0 (2020-09-11)

Added

Changed

v0.5.0 (2020-09-06)

Added

Changed

v0.4.0 (2020-09-03)

Added

Fixed

  • Refactor: Replaced router.push calls in src/lib/utils.ts and src/pages/index.tsx with window.location.href calls to prevent React render error and content jump issue (#44arrow-up-right)

  • Refactor: Check for presence of lng and translations static props before using useSSR hook (bdf3b4earrow-up-right)

  • Fixed React warning: Did not expect server HTML to contain a <div> in <div> (#42arrow-up-right) (#43arrow-up-right)

Changed

v0.3.2 (2020-08-22)

Added

Changed

v0.3.1 (2020-08-21)

A simple patch release to include the changes to the README and changelog that should have landed in the 0.3.0 release but didn't.

v0.3.0 (2020-08-21)

Added

Changed

v0.2.1 (2020-08-18)

Fixed

Changed

v0.2.0 (2020-08-16)

Added

  • Converted starter template to TypeScript (#2arrow-up-right)

  • Installed @meronex/icons package to allow SVG icons to be easily added.

  • Installed and configure Tailwind CSS framework.

  • Installed Sass library.

Changed

v0.1.0 (2020-08-14)

First release to match default web app created by create-next-app with the following differences:

Last updated

Was this helpful?