Next.js WebApp Starter documentation
  • Introduction
  • Getting Started
  • Folder Structure
  • Development
    • TypeScript Integration
  • Page Components
    • Custom `App`
  • Misc
    • Changelog
Powered by GitBook
On this page
  • 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
  • Changed
  • v0.3.2 (2020-08-22)
  • Added
  • Changed
  • v0.3.1 (2020-08-21)
  • v0.3.0 (2020-08-21)
  • Added
  • Changed
  • v0.2.1 (2020-08-18)
  • Fixed
  • Changed
  • v0.2.0 (2020-08-16)
  • Added
  • Changed
  • v0.1.0 (2020-08-14)

Was this helpful?

Export as PDF
  1. Misc

Changelog

PreviousCustom `App`

Last updated 4 years ago

Was this helpful?

v0.6.2 (2020-09-11)

Changed

  • README: Re-ordered Getting Started options ()

v0.6.1 (2020-09-11)

Changed

  • Uninstalled github-buttons package ()

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

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

  • Opts-in to new by default ()

v0.6.0 (2020-09-11)

Added

  • PWA support via next-pwa ()

Changed

v0.5.0 (2020-09-06)

Added

Changed

v0.4.0 (2020-09-03)

Added

Fixed

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

    • Customizable Base Path

    • Rewrites, Redirects, and Headers

    • Optional Trailing Slash in URLs

Changed

v0.2.1 (2020-08-18)

Fixed

Changed

v0.2.0 (2020-08-16)

Added

  • 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:

  • 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.

Revamped index page layout ()

Updated README, changelog, Code of Conduct and contributing guide () () ()

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

Jest and React Testing Library ()

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

file to simply site-wide configuration of your Next.js project ()

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

README: Updated Features section ()

Integrated Next SEO plugin library ()

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

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

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

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

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

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

Refactor: Updated getT function signature ()

Refactor: Removed babel-plugin-i18next-extract ()

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

Build: Updated dependencies and devDependencies ()

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

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

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

Added removeDeprecatedGapUtilities flag to Tailwind config file to opt-in to Tailwind's upcoming breaking change ()

Refactored custom TS type SupportedLocale to SupportedLanguage ()

Bumped NEXT_PUBLIC_APP_VERSION env var to 0.3.2 ()

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

Removed unused code from the Header component ()

Updated dev dependencies ()

file ready to be customized to enable the following core features: ()

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

Internationalization support via integration of the package ()

Updated the Branch Organization section of the contributing guide ()

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

Bumped NEXT_PUBLIC_APP_VERSION env var to 0.3.0 ()

Fixed index page component's responsive design ()

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

Removed version number from Docs badge in README ()

Added Code of Conduct ()

Added CONTRIBUTING file ()

Improved README sections and content ()

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

Converted starter template to TypeScript ()

Added documentation section and badge to README ()

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

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

Development packages , and added and configured to enforce local linting of commit messages that follow the .

Project is .

#55
#54
#54
#54
Tailwind's
layers mode
#54
#51
#47
#48
#49
#53
#50
#46
#46
config/app.config.ts
#46
#46
#46
#45
#44
bdf3b4e
#42
#43
#43
#40
#44
#44
#44
#45
854d0f8
i18next
4b96b61
#45
#40
Remove deprecated gap utilities
58154f9
ee2f5b0
0c5a6cc
1332400
25fda64
397afd6
next.config.js
Next.js 9.5+
#32
#34
rosetta
#36
#33
b402e35
76b9c36
#20
#12
#10
#17
#18
#19
#23
#2
#5
#4
#2
husky
@commitlint/cli
@commitlint/config-conventional
Conventional Commits specification
MIT licensed