Skip to content

v0.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Dec 06:57

Changed

  • #874 Simplify redux models by using a discriminator status prop to indicate all their possible states (loading, error, success, etc.).
  • #161 Migrate from redux connect to redux hooks, and stop injecting redux state and actions via DI container.
  • #911 Stop injecting components in other components via DI container.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #878 Fix real-time updates interval setting being ignored.

Deprecated

  • Nothing