Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

4.1.0

Compare
Choose a tag to compare
@herflis herflis released this 31 May 09:19
· 52 commits to master since this release
5b9956f

New features

  • A new action changeFieldValue is added to bind input controls of a form to properties in the redux store
  • field reducer is changed to hold updated field values after dispatching changeFieldValue
  • A new reducer getFields is created to return list of changed fields and their values
  • Custom enhancer can be added at store creation
  • Redux DevTools can be switched on at store creation (related issue: #85)

Changes

  • Properties of CreateStoreOptions are now typed (related issue: #84)
  • redux-logger can be switched off at store creation.

Fixes

  • loginState is now set to Pending when USER_LOGIN_LOADING is dispatched (related issue: #83)
  • ids reducer is now fixed and contains the appropriate id list after dispatching createContent action (related issue: #87)
  • loginState is now set to Unauthenticated if the login request responses with false in the payload
  • loginError is now contains an error message if the login request responses with false in the payload
  • empty userLoginGoogle is now implemented in this version like it was before in the redux-observable Epic-era before version 4.0.0