Releases: frappe/insights
v3.0.23
v3.0.22
Features
- Added
schema
field for PostgreSQL databases (50cee4cb) - Allow selecting
measures
asrows
in table charts (e3ecf1a4)
Fixes
- Fixed drill-downs in
row
charts (6ff2ba32)
Improvements & Maintenance
Full Changelog: v3.0.21...v3.0.22
v3.0.21
New Features:
- Star Ratings: Added support to display star ratings for rating values.
Fixes:
- Table Chart Fix: Prevented automatic addition of a count column to table charts.
Improvements & Maintenance:
- Updated Dependencies: Upgraded
frappe-ui
to the latest version. - Refactor: Using components from
frappe-ui
. - Docker: Added instructions for shutting down Docker containers.
Full Changelog: v3.0.20...v3.0.21
v3.0.20
What's Changed
- fix: drill-down not working in table chart by @UmakanthKaspa in #448
- feat: support stored procedure execution by @gmendozamb in #437
- feat: mssql database support by @nextchamp-saqib in #346
- fix: adjust height for textarea in text widget. by @gmendozamb in #452
- feat: configure number of column values in pivot table
- feat: create a link for cell values that are urls
- feat: add trial banner to sidebar
- feat: configure max slices in donut chart
- fix: overlapping index row with the header row
- fix: incorrect logic for finding recent view logs
- fix: DayOfWeek is not callable
New Contributors
- @gmendozamb made their first contribution in #437
Full Changelog: v3.0.19...v3.0.20
v3.0.19
v3.0.18
Full Changelog: v3.0.17...v3.0.18
v3.0.17
Full Changelog: v3.0.16...v3.0.17
v3.0.16
v3.0.15
Features
b1a6938 feat: add within
function
99ad410 feat: add date_add
& date_sub
functions
86c1c10 feat: add hour
, minute
& second
granularities
c030437 feat: add filter widget on dashboards
a60787c feat: use default dragging config from grid-layout-plus
bb8c686 feat: add text widget to dashboard
7429657 feat: support window operations in aggregate functions
368366c feat: support 'quarter' in get_retention_data
00f8c1f feat: add download button to dashboard
9c4b550 feat: add expand chart button to dashboard
6f06125 feat: add rotate labels feature for bar chart
Fixes
707855c fix: cannot join script query results with another query
4b48553 fix: keyerror team_restrictions
6d1a77a fix: only restore local changes if the upstream doc has not been modified
622db31 fix (v2): filter out zero values and sort tooltip data
94c0e32 fix: filter out zero values and sort tooltip data
5494136 fix: update onSort to fetch total row count after sorting
f06795f fix: enhance drill-down dialog with 'Load All Rows' functionality
9c92446 fix: display correct total row count in drill-down dialog
90a4b23 fix: overlapping data labels for line chart
dbca9ff fix: rename operation duplication (#373)
210bdf7 fix: avoid unnecesary decimals when formatting numbers
Full Changelog: v3.0.14...v3.0.15
v3.0.14
Features
fc39273 feat: improve funnel chart
3aae34b feat: Add persistent sidebar state using localStorage (#416)
f3914d2 feat: better code completions (#414)
1719c63 feat: Add data labels support for row charts (#413)
a96593d feat: add export option to DrillDown component
Fixes
227138f fix: use a namespaced key
5b0a588 fix: inline-expression css
fcd8b5b fix: resolve sorting issue in DataTable within query section
553b12f fix: enable pagination in Query Editor DataTable to view all rows efficiently (#415)
1f70169 fix: remove 'hide sidebar' option
3732642 fix: uploaded file data stays even after import
99301d0 fix: before request hook might not be executed (#412)
ac368f0 fix: /insights/dashboards
redirects to 404
dbcc757 fix: data source connection error message
681ff26 fix: correct spelling of DonutChartConfig (#407)
d9a6638 fix: preserve trailing zeros in number formatting
e983655 feat: add export and fix sorting issues in DrillDown component
b8e9772 fix: force execute chart query on dashboard refresh/filter
270b811 fix: resolve sorting issues in drilldown table
b7a7115 fix: changes on chart builder are saved twice when autosave is enabled
3175591 fix: refresh on dashboard list redirects to 404
Full Changelog: v3.0.12...v3.0.14