This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
4.1.0
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 dispatchingchangeFieldValue
- 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 toPending
whenUSER_LOGIN_LOADING
is dispatched (related issue: #83)ids
reducer is now fixed and contains the appropriate id list after dispatchingcreateContent
action (related issue: #87)loginState
is now set toUnauthenticated
if the login request responses with false in the payloadloginError
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