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
andi18next-http-middleware
dependencies (#54)Updated
@types/node
andtailwindcss
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
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 insrc/lib/utils.ts
andsrc/pages/index.tsx
withwindow.location.href
calls to prevent React render error and content jump issue (#44)Refactor: Check for presence of
lng
and translations static props before usinguseSSR
hook (bdf3b4e)
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
toi18nConfig.defaultLng
ingetLocaleDataForStaticProps
(#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)
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
toSupportedLanguage
(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)
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.
Last updated