Skip to content

Commit ed8b024

Browse files
Steven T. CramerSteven T. Cramer
authored andcommitted
Update Release notes with improvment
1 parent 6b38aa8 commit ed8b024

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/ReleaseNotes/Realease2.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ title: Release 2.0.0
55

66
## Release 2.0.0
77

8+
### Breaking Changes
89
Since have moved from preview builds to release, and ReduxDevTools should be disabled in production, we are changing the default option setting to be disabled.
910

1011
`BlazorStateOptions.UseReduxDevToolsBehavior` now defaults to false;
1112

1213
See [Migrations](xref:BlazorState:Migration1-2.md) for how to migrate existing projects from 1.0 to 2.0.
14+
15+
### Improvements
16+
17+
`Action`s and their `Handler`s should be nested classes of the `State` they act on. Previously the developer could forget this and it would take some time to figure out the problem (I know I did it.). Now RenderSubscriptionsPostProcessor with throw an exception if the IAction is not nested within an IState.

0 commit comments

Comments
 (0)