Changelog

v0.6.2 (2020-09-11)

Changed

  • README: Re-ordered Getting Started options (#55)

v0.6.1 (2020-09-11)

Changed

  • Uninstalled github-buttons package (#54)

  • Updated i18next-http-backend and i18next-http-middleware dependencies (#54)

  • Updated @types/node and tailwindcss dev dependencies (#54)

  • Opts-in to Tailwind's new layers mode by default (#54)

v0.6.0 (2020-09-11)

Added

  • PWA support via next-pwa (#51)

Changed

  • Revamped index page layout (#47)

  • Updated README, changelog, Code of Conduct and contributing guide (#48) (#49) (#53)

  • Updated tests that were broken by new index page layout (#50)

v0.5.0 (2020-09-06)

Added

  • Jest and React Testing Library (#46)

  • Unit tests for the homepage (including tests for the header and footer components) (#46)

  • config/app.config.ts file to simply site-wide configuration of your Next.js project (#46)

Changed

  • Refactor: Moved i18n and seo config files to config/ folder (#46)

  • README: Updated Features section (#46)

v0.4.0 (2020-09-03)

Added

  • Integrated Next SEO plugin library (#45)

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 (#44)

  • Refactor: Check for presence of lng and translations static props before using useSSR hook (bdf3b4e)

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

Changed

  • Refactored code to use TS' type-only imports feature (#43)

  • Refactor: i18next and react-i18next are now integrated for i18n solution instead of rosetta (#40)

  • Refactor: Default lng to i18nConfig.defaultLng in getLocaleDataForStaticProps (#44)

  • Refactor: Updated getT function signature (#44)

  • Refactor: Removed babel-plugin-i18next-extract (#44)

  • Refactor: i18next debug mode now enabled for development and local build targets only (#45)

  • Build: Updated dependencies and devDependencies (854d0f8)

  • README: Updated Features section to document that i18n integration is now done via i18next instead of rosetta (4b96b61)

  • README: Updated Features section to document Next SEO integration (#45)

  • README: Replaced Next.js version badge with dependencies badge (#40)

v0.3.2 (2020-08-22)

Added

Changed

  • Refactored custom TS type SupportedLocale to SupportedLanguage (ee2f5b0)

  • Bumped NEXT_PUBLIC_APP_VERSION env var to 0.3.2 (0c5a6cc)

  • Updated all documentation site links to point to the new URL (1332400)

  • Removed unused code from the Header component (25fda64)

  • Updated dev dependencies (397afd6)

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

  • next.config.js file ready to be customized to enable the following Next.js 9.5+ core features: (#32)

    • Customizable Base Path

    • Rewrites, Redirects, and Headers

    • Optional Trailing Slash in URLs

  • Demo deployment URL now included near the top of the README (#34)

  • Internationalization support via integration of the rosetta package (#36)

Changed

  • Updated the Branch Organization section of the contributing guide (#33)

  • Updated Features section of the README to include next.config.js file addition (b402e35)

  • Bumped NEXT_PUBLIC_APP_VERSION env var to 0.3.0 (76b9c36)

v0.2.1 (2020-08-18)

Fixed

  • Fixed index page component's responsive design (#20)

  • Index page now correctly queries and shows latest release version (#12)

Changed

  • Removed version number from Docs badge in README (#10)

  • Added Code of Conduct (#17)

  • Added CONTRIBUTING file (#18)

  • Improved README sections and content (#19)

  • Removed husky and @commitlint/* packages, git hook and configuration (#23)

v0.2.0 (2020-08-16)

Added

  • Converted starter template to TypeScript (#2)

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

  • Installed and configure Tailwind CSS framework.

  • Installed Sass library.

Changed

  • Added documentation section and badge to README (#5)

  • Added mention of Tailwind CSS and Sass feature additions to the README (#4)

  • Replaced default Next.js README with project-specific README (#2)

v0.1.0 (2020-08-14)

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

Last updated