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

Releases: SenseNet/sn-redux

2.0.0 Release Candidate 1

15 May 13:08
Compare
Choose a tag to compare
Pre-release

Changes

  • Store.configureStore has an optional Repository Parameter. If you have a customized Repository, you can inject the reference there
  • Added optional type parameters to the following Actions: RequestContent, CreateContent, UpdateContent
  • Updated API calls to match sn-client-js 2.0.0-RC.1

1.1.0-beta.1

15 Feb 11:55
Compare
Choose a tag to compare

1.1.0-beta.1 (2016-02-15)

Bug Fixes

  • Add missing js and test fixes related to the CREATE_CONTENT_SUCCESS action changes (b36111d5)
  • Use new version of ts-json-properties as it fixes dependency issues (1aaa766b)
  • schema: Fix schema based on the latest changes of normalizr (09ce9fe2)

Features

  • store: Store can be initialized without root epic and custom middleware (1a5383a8)
  • Add login and logout actions (6fa849b9)

v1.0.0

05 Dec 18:04
Compare
Choose a tag to compare

1.0.0 (2016-12-05)

Bug Fixes

  • Add missing dependencies (1dba121d)
  • Fix typings path in package.json and add tslint rules (14ee87bd)
  • Add ts-json-properties as devDependency (c6612e9e)

Features