Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Conversation

angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Nov 24, 2022

This PR contains the following updates:

Package Type Update Change
@ngxs/devtools-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/form-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/hmr-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/logger-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/router-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/storage-plugin dependencies patch 3.7.4 -> 3.7.6
@ngxs/store dependencies patch 3.7.4 -> 3.7.6

Release Notes

ngxs/store

v3.7.6

Compare Source

  • Performance: Run change detection once for all Actions subscribers once the stream emits #​1939
  • Fix: Use isObservable to test whether actions return an observable #​1925
  • Fix: Call ngxsOnChanges whenever state changes (even through plugins) #​1926
  • Fix: Do not delegate errors to ErrorHandler if users catch them manually #​1927
  • Fix: Complete Actions stream once root view is removed #​1933
  • Fix: Storage Plugin - Do not skip deserialization for keys with dot notation #​1924

v3.7.5

Compare Source

  • Performance: Tree-shake no type on the action error #​1858
  • Fix: Give back control to developmentMode config property #​1878
  • Fix: Do not use refCount() since it makes selectable stream cold #​1883
  • Fix: Remove ? from ctx parameter of lifecycle hooks since they are never undefined #​1889
  • Fix: Avoid incorrectly ordered state observable events #​1908
  • Fix: Router Plugin - Prevent router overriding valid navigation #​1907
  • Fix: Storage Plugin - Provide more meaningful error message when the storage quota exceeds #​1863
  • Fix: Storage Plugin - Ensure the deserialization is not skipped for master key #​1887
  • Fix: Storage Plugin - Do not re-hydrate the whole state when the feature state is added #​1887
  • Fix: Devtools Plugin - Enable time-traveling for navigation actions #​1868
  • Fix: Form Plugin - Prevent actions infinite loop with multiple ngxsForm directives #​1890
  • Fix: Do not check if the state class is injectable within the decorator since the ɵprov will not exist in JIT mode #​1867
  • Revert: revert select decorator changes and add deprecation note #​1871

Configuration

📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot enabled auto-merge (rebase) November 24, 2022 02:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant