Skip to content

Releases: dagstuan/ng2-redux-router

Change to module initializing

09 Nov 19:04
Compare
Choose a tag to compare

The library has been updated to the latest versions of ng2 and ng2-redux. In addition, the bindings are now initialized via an NgModule instead of in the AppComponent directly.

Update to Angular 2 final.

15 Sep 07:17
Compare
Choose a tag to compare

Update to Angular 2 final. Bundles metadata.json files for AoT compiling. Bundles both es5, es6 and esm versions of the files to be compatible with treeshaking.

Update for RC6, Adds more documentation and examples

04 Sep 11:44
Compare
Choose a tag to compare

This release updates the bindings for RC6.

Also included is an example taken from ng2-redux, and some updated documentation.

Adds destroy()

25 Aug 17:38
Compare
Choose a tag to compare

The integration had an issue where it couldn't be cleaned if Angular was teared down without redux being teared down at the same time. This issue adds a destroy()-method to the injected service for cleanup.

Update for RC5, fix issue with canActivate guards

11 Aug 06:55
Compare
Choose a tag to compare

There was a bug where redux would be updated even though a canActivate-guard refused the navigation. This should be fixed in 1.0.3.

Update for RC4

22 Jul 06:01
Compare
Choose a tag to compare

Updated package.json to use RC4

Updated to new router

13 Jun 18:47
Compare
Choose a tag to compare

Updated the bindings to use the new v3 angular router.

Use with Immutable.js

06 Jun 15:00
Compare
Choose a tag to compare

Adds a wrapper method for use with wrapper states such as Immutable.js, same solution as react-redux-router

Fix browser history

05 Jun 15:28
Compare
Choose a tag to compare

Fixes an issue with the back-button in the browser not working as intended.

Initial implementation

04 Jun 22:13
Compare
Choose a tag to compare
0.0.1

Initial implementation