Skip to content

Latest commit

 

History

History
87 lines (50 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

87 lines (50 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.10.1] - 2022-03-29

Added

  • movable header widgets
  • moving indicators on widgets
  • prevent moving widgets outside of the header

[0.10.0] - 2022-03-27

Added

  • configurable widgets
  • mui 5
  • persisted user settings
  • show selected month for statistics
  • empty text for category statistics

Changed

  • updated dependencies

Removed

  • material ui 4

[0.9.10] - 2022-01-03

Fixed

  • accept zero as number for statistics

[0.9.9] - 2021-12-23

Fixed

  • update monthly category on date change

[0.9.8] - 2021-11-26

Added

  • option to filter statistics for specific month
  • separation of dashboard widgets

Modified

  • invalidate statistics data on record mutations
  • refactor RecordForm to use formik
  • refactored record dialogs to be containers

[0.9.7] - 2021-11-22

Added

  • added MonthStatus widget

Modified

  • non intrusive loading (use isLoading instead of isFetching)

[0.9.5] - 2021-11-06

Added

  • added eslint

Modified

  • implemented quick actions
  • update dependencies

[0.9.4] - 2021-10-30

Added

  • quick actions widget on dashboard
  • closable widgets