Merge branch 'unsaved_changes_warning' (Closes #324)

This commit is contained in:
Torkel Ödegaard
2014-04-27 12:28:23 +02:00
9 changed files with 153 additions and 26 deletions

View File

@@ -5,6 +5,8 @@
- Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. (Closes #5)
- Improvement to influxdb query editor, can now add where clause and alias (Issue #331, thanks @mavimo)
- New config setting for graphite datasource to control if json render request is POST or GET (Issue #345)
- Unsaved changes warning feature (Issue #324)
# 1.5.3 (2014-04-17)
- Add support for async scripted dashboards (Issue #274)