Skip to content

Commit

Permalink
7.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 4, 2018
1 parent b553ce7 commit 9b3c75b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
35 changes: 12 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<a name="7.0.0-beta.1"></a>

# [7.0.0-beta.1](https://github.com/ngrx/platform/compare/7.0.0-beta.0...7.0.0-beta.1) (2018-12-04)

### Features

- **effects:** add OnIdentifyEffects interface to register multiple effect instances ([#1448](https://github.com/ngrx/platform/issues/1448)) ([b553ce7](https://github.com/ngrx/platform/commit/b553ce7))
- **store-devtools:** catch and log redux devtools errors ([#1450](https://github.com/ngrx/platform/issues/1450)) ([4ed16cd](https://github.com/ngrx/platform/commit/4ed16cd))

<a name="7.0.0-beta.0"></a>

# [7.0.0-beta.0](https://github.com/ngrx/platform/compare/6.1.2...7.0.0-beta.0) (2018-11-03)
# [7.0.0-beta.0](https://github.com/ngrx/platform/compare/6.1.0...7.0.0-beta.0) (2018-11-03)

### Bug Fixes

- **build:** add script to Bazel config for version placeholder replacement ([115eede](https://github.com/ngrx/platform/commit/115eede))
- **docs-infra:** ARIA roles used must conform to valid values ([8a4b2de](https://github.com/ngrx/platform/commit/8a4b2de))
- **docs-infra:** elements must have sufficient color contrast ([c5dfaef](https://github.com/ngrx/platform/commit/c5dfaef))
- **docs-infra:** html element must have a lang attribute ([32256de](https://github.com/ngrx/platform/commit/32256de))
Expand Down Expand Up @@ -82,7 +90,7 @@ this.actions.ofType('INCREMENT')
AFTER:

```
import { ofType } from '@ngrx/effects';
import { ofType } from '@ngrx/store';
...
this.action.pipe(ofType('INCREMENT'))
```
Expand Down Expand Up @@ -114,9 +122,7 @@ useFactory: \_createRouterConfig // you function
}

- **routerstore:** The default state key is changed from routerReducer to router
- **store:** Multiple features are dispatched in a single update action

BEFORE:
- **store:** BEFORE:

```ts
{type: '@ngrx/store/update-reducers', feature: 'feature1'}
Expand All @@ -130,23 +136,6 @@ AFTER:
'feature2']}
```

<a name="6.1.2"></a>

## [6.1.2](https://github.com/ngrx/platform/compare/6.1.1...6.1.2) (2018-10-31)

### Bug Fixes

- **router-store:** don't navigate on NagivationStart ([#1392](https://github.com/ngrx/platform/issues/1392)) ([19a7d06](https://github.com/ngrx/platform/commit/19a7d06))

<a name="6.1.1"></a>

## [6.1.1](https://github.com/ngrx/platform/compare/6.1.0...6.1.1) (2018-10-30)

### Bug Fixes

- **router-store:** don't navigate on NavigationStart router event ([#1379](https://github.com/ngrx/platform/issues/1379)) ([6ea4148](https://github.com/ngrx/platform/commit/6ea4148))
- **store:** add typing to allow props with store.select ([#1387](https://github.com/ngrx/platform/issues/1387)) ([#1388](https://github.com/ngrx/platform/issues/1388)) ([041c9c0](https://github.com/ngrx/platform/commit/041c9c0))

<a name="6.1.0"></a>

# [6.1.0](https://github.com/ngrx/platform/compare/6.0.1...6.1.0) (2018-08-02)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/platform",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "monorepo for ngrx development",
"scripts": {
"precommit": "lint-staged",
Expand Down

0 comments on commit 9b3c75b

Please sign in to comment.