Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@wootsbot wootsbot released this 21 Feb 08:29
· 62 commits to canary since this release

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