You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added extra option (standalone dashboard by URL to build config
* WIP on dockerfile
* Reverted back to old Docker config
* Fixed import for react-color-picker, clean up Dockerfile
* Updated material-ui-color-picker dependency
* Report updates base on global params (#114)
* Report updates base on global params
Disable refresh when a global parameter is changed that is not used in the report
* Update CardView.tsx
Removing extra logs
* Optimized dockerfile, removed unused imports
* Added edge case to dictionary based parameter handling
* Added option to deeplink global dashboard parameters in the URL
* Added configurable timeout for parameter selection updates
* Increased the default row limit for pie/bar/line reports. Added option to disable row limiting
* Resolved bug where map chart crashes on undefined point values
* Added CSV download button to tables
* Replace dashboard parameter in graph drilldown link
* Added replacement of global parameters to iFrame URLs
* Bumped suggested npm version to 8.6
* Added option to overwrite existing dashboards with the same name
* Added option to load standalone dashboards from URL
* Added release notes for 2.0.14, bumped version in relevant files
* Fixed broken link in README
Co-authored-by: BennuFire <[email protected]>
Copy file name to clipboardExpand all lines: release-notes.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## NeoDash 2.0.14
2
+
Report features:
3
+
- Added optional "Download as CSV" button to table reports.
4
+
- Dashboard parameters can now be used in iFrames/Graph drilldown links, and they are automatically replaced when parameters get updated.
5
+
- Updating a dashboard parameter now only refreshes the reports that use the parameter.
6
+
7
+
Standalone mode:
8
+
- Enabled deploying standalone dashboards with a direct URL to the dashboard.
9
+
- Added functionality to deep link into a NeoDash dashboard with dashboard parameters (use ?neodash_variable_name=value in the URL).
10
+
11
+
12
+
Miscellaneous Bug fixes and improvements:
13
+
- Resolved crash caused by invalid geospatial properties in a Map visualization.
14
+
- Saving a dashboard now lets users override an existing dashboard with the same name (enabled by default).
15
+
- Increased the default row limits for line/bar/pie charts to 250. Added option to override the row limiter in the dashboard settings.
16
+
- Updated project README file to refer to the correct port number on Docker deployments.
17
+
- Enabled a configurable timeout for parameter selection reports, both a timeout for the suggestion retrieval and a timeout for updating the parameters.
18
+
- Fixed dependency issues when installing the application on Windows systems. Bumped suggested npm version to 8.6.
0 commit comments