Skip to content

v1.4.0

Compare
Choose a tag to compare
@razvanilin razvanilin released this 26 Jan 14:18
· 1641 commits to master since this release

DB migration required

cd server/
npm run db:migrate

Filters Demo video

Changelog

  • New Introducing Dashboard Filters
    • These filters can deeply filter multiple charts on the same dashboard
    • Can filter on fields that are not used for display on the chart
    • Read-only - which means that the chart data is not updated in the database
    • The filters are saved individually for each project
    • The filters are saved in the browser's localStorage
  • ⚡ Sped up the Chart editor by saving the requests' fields schema in the database - no need to request new data all the time when editing
    • This requires an initial fetch of the data in the Charts created before this release
  • 🚸 The charts can now be edited when clicking on the title instead of the option just being hidden in the settings menu
  • 💄 The line charts are not curved anymore - aiming for a more professional view of these charts with straight lines