You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions are now opt-in and declared via the action decorator.
Dynamic component class name generation - generated components name follows
the following pattern: "OriginalClassName_ReduxAppComponent" (As a consequence
the emitClassNames was removed as it is no longer needed).
Improve overall performance (remove state "finalization" step).
Changed
uppercaseActions option defaults to false.
Rename SchemaOptions to ActionOptions
Don't remove getters from state.
Removed
Remove 5 decorators: component, connect, computed, method and noDispatch.
Remove convertToPlainObject option.
Remove package-lock.json (using yarn.lock).
Fixed
Fix duplicate component creation when created from the same template instance.