README: Re-ordered Getting Started options (#55)
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)
PWA support via next-pwa
(#51)
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)
Refactor: Moved i18n and seo config files to config/
folder (#46)
README: Updated Features section (#46)
Integrated Next SEO
plugin library (#45)
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)
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 Next SEO
integration (#45)
README: Replaced Next.js version badge with dependencies badge (#40)
Added removeDeprecatedGapUtilities
flag to Tailwind config file to opt-in to Tailwind's upcoming Remove deprecated gap utilities breaking change (58154f9)
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)
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.
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)
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)
Fixed index page component's responsive design (#20)
Index page now correctly queries and shows latest release version (#12)
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)
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.
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)
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.