All pages
Powered by GitBook
1 of 1

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

  • 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

  • Added removeDeprecatedGapUtilities flag to Tailwind config file to opt-in to Tailwind's upcoming Remove deprecated gap utilities breaking change (58154f9)

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:

  • Development packages husky, @commitlint/cli and @commitlint/config-conventional added and configured to enforce local linting of commit messages that follow the Conventional Commits specification.

  • Commands added to the package.json scripts property to bump package version, and commit and tag releases.

  • Minimum required node version is set to 10.21.0, instead of Next.js' 10.13.0.

  • EditorConfig file included.

  • Project is MIT licensed.