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

Releases: ngrx/store

2.2.1 - fix for UMD bundle usage

17 Sep 20:48
Compare
Choose a tag to compare
v2.2.1

fix(packaging): ngrx/core fix for umd

2.2.0 release - ES modules, angular 2.0.0 compatibility

17 Sep 06:13
Compare
Choose a tag to compare
v2.2.0

packaging changes and ng 2.0.0 final

2.1.2 hotfix release for null initialState problem.

15 Aug 06:21
Compare
Choose a tag to compare

fixes an issue where angular's JiT compiler will generate null values where ngrx/store was expecting undefined.

2.1.1

15 Aug 03:57
Compare
Choose a tag to compare

Adds support for Angular2 RC5 and App Modules.

  • BREAKING CHANGE: users should import {StoreModule, Store} from '@ngrx/store' and provide the store as follows:
import {StoreModule, Store} from '@ngrx/store'
import {NgModule} from '@angular/core'
import {BrowserModule} from '@angular/platform-browser'

@NgModule({
  imports: [
    BrowserModule,
    StoreModule.provideStore(reducer, initialState)
  ]
})

v2.0.0

25 May 01:25
Compare
Choose a tag to compare
2.0.0