Skip to content

Releases: yurakhomitsky/ngx-view-state

4.0.1

11 Feb 13:37
540c300
Compare
Choose a tag to compare

General changes:

  • Bugfix: Ensure context values update when data changes in ComponentViewModel
  • Update the ViewContextValue type to resolve the correct viewStatus in ComponentViewModel

4.0.0

06 Jan 16:39
1ad9d97
Compare
Choose a tag to compare

Changes:

  • Angular & NgRx update to v19
  • Update README.md

3.2.1

06 Jan 15:23
ddbcb6a
Compare
Choose a tag to compare

General changes:

  • Add custom memo for selectActionViewStatus and selectViewState selectors to avoid emitting the same view status multiple times
  • Update README.md

3.0.1

10 Aug 14:03
cc72785
Compare
Choose a tag to compare

Update Readme and package.json

3.0.0

16 Jul 10:37
3bda6dc
Compare
Choose a tag to compare

3.0.0

General changes:

  • Update README.md

  • Rename and new properties,methods,functions

  • createViewStateFeature:

    • Rename:
      • viewStatesFeatureKey to viewStatesFeatureName
      • selectActionStatus to selectActionViewStatus
      • selectLoadingActions to selectIsAnyActionLoading
      • selectViewStateIds to selectViewStateActionTypes
    • New:
      • selectIsAnyActionError
      • selectIsAnyActionLoaded
      • selectIsAnyActionIdle
  • ViewStateActionService

    • New:
      • remove method

2.1.0

27 Jun 16:12
a00330c
Compare
Choose a tag to compare

What's Changed

  • fix: If the same action were included in multiple ViewStateActionsConfig configs, only last action config would be used. by @yurakhomitsky in #4

Full Changelog: https://github.com/yurakhomitsky/ngx-view-state/commits/2.1.0