Skip to content

Releases: react-next-boilerplate/react-next-boilerplate

v1.2.0

21 Feb 08:29
Compare
Choose a tag to compare

v1.2.0 - Feb 21, 2020

v1.2.0 is a minor release that adds new features, including use library immer.

Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way. It is based on the copy-on-write mechanism.

👊 Minor Changes

  • Unused packages removed
  • Use library immer
  • Removing route configuration "src" on server
  • Update packages next, react and react-dom

🐛 Bug Fix

  • Removed config to @zeit/next-css and url-loader
  • Add tests to IndexPage

📓 Docs

  • Add doc to Setup
  • Update preview
  • Add CODE_OF_CONDUCT.md
  • Add commands.md
  • Add authors

v1.1.0

16 Jan 06:33
Compare
Choose a tag to compare

v1.1.0 - Ene 16, 2020

v1.1.0 is a minor release that adds new features, including src Directory Support and public Directory Support.

src directory support

Next.js has a special pages directory where every file becomes a separate route, following the convention over configuration approach this directory is required to be in the root of a Next.js application.

public directory support

Besides the pages directory Next.js has one other special directory called static, files of which were mapped to the /static route.

For example, static/my-image.png would be mapped to /static/my-image.png.

💥 Breaking Change

  • Public directory support
  • Add soport src directory support

🐛 Bug Fix

  • Fix security alerts

v1.0.0

14 Nov 03:17
b8f403f
Compare
Choose a tag to compare

Nov 13, 2019

Big thanks to the 9 contributors who made this release possible.

So you're ready 🚥

Features and Core

  • redux-saga
  • next-i18next
  • i18next
  • redux
  • reselect
  • testing-library/react
  • SEO
  • Typefaces
  • Emotion