Skip to content

Releases: noreading/react-redux-introduction

v.1.2.0 - Bugfixes and a small extension

23 Nov 14:03
8233c1e
Compare
Choose a tag to compare

Bugfixes

  • Changed "defaultValue" to "value" for some input fields.
  • Fixed some old CSS code blocks, that didn't get updated correctly in version 1.1.1
  • Removed the need for "npm-run-all" as "react-scripts" supports SCSS out of the box.

Added documentation / features

  • Added a terminal fix for Ubuntu systems, where the default configuration blocks watching as many files as the "react-scripts" setup needs.
  • Added event handling to remove the focus of a todo item input field, when the [Enter] key is pressed.
  • Added a license file to the repository.

v.1.1.1 - Added new screenshots

18 Nov 22:20
83ebc4e
Compare
Choose a tag to compare

Updates

  • After the changes in version 1.1.0 the screenshots needed to get updated.
  • Fixed some typos and wordings

v.1.1.0 - Package Updates + Font Awesome 5

18 Nov 17:50
e556a9a
Compare
Choose a tag to compare

Updates

  • Updated all npm packages to newer versions.
  • Updated Font Awesome to version 5
  • Fixed typos and logical errors
  • Moved the demo of the final app to an extra folder

v1.0.0 - First Release

18 Nov 17:37
8fcbe53
Compare
Choose a tag to compare

Features

This is the first stable version of the introduction, that is a good starting point for anyone who wants to learn the basics of React and Redux.