Skip to content
Strata v1.3.1

v1.3.0

Released: 2026-07-17

Individual asset detail pages now support the same time range filters as the dashboard: 1D, 7D, 1M, 3M, YTD, 1Y, ALL.

  • Default view: “ALL” (complete history)
  • Chart updates immediately when time range changes
  • Snapshot list below chart remains independent (always shows all snapshots)
  • Empty state message when no snapshots exist in selected range

See Asset Management docs for details.

  • Extracted shared time range utilities (getSinceDate, TIME_RANGES)
  • Extracted reusable TimeRangeToggle component
  • Refactored NetWorthChart to use shared utilities (~50 lines removed)
  • New useAssetValueHistory hook for filtered asset snapshots (SRP)
  • AssetValueChart now self-contained (owns data fetching and time range state)
  • Comprehensive unit and E2E test coverage
  • Frontend unit: 430 tests passing, ≥90% coverage maintained
  • Frontend E2E: 5 new asset time filtering tests
  • Backend: No changes, all tests still passing (no regressions)
  • Updated asset management docs with time range filtering section
  • Implementation plan and execution summary archived in /docs/plans/