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

3.0.0

Compare
Choose a tag to compare
@herflis herflis released this 22 Aug 11:23
· 100 commits to master since this release

Breaking change

  • State tree is restructured and refactored, so now the following are the branches at the top level
    -- children (contains children item of the current content)
    -- currentcontent (contains the current content)
    -- selected (contains the selected items)
    -- session (contains session with user infos, login state, related error messages, etc.)

New features

  • New Action INIT_SENSENET_STORE and Epic initSensenetStoreEpic for initializing a sensenet redux store to build up the default branches with default values
  • New Action USER_CHANGED to check if the user or one of its properties is changed
  • New Actions for loading actions of a Content (LOAD_CONTENT_ACTIONS, LOAD_CONTENT_ACTIONS_SUCCESS, LOAD_CONTENT_ACTIONS_FAILURE)

Changes

  • Actions (RequestContent, LoadContent) now working with a typed params attribute
  • Action that are called on a Content have now a not-normalized response