Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2017-10-04 22:48:12 +0300
committerGitHub <noreply@github.com>2017-10-04 22:48:12 +0300
commitfc0f1e73937f26438f3953a646f15bc788d7aedf (patch)
treebf4e6046bfaa2b1cda2731388de92bdcb474f999 /CHANGELOG.md
parent6ec19d16c4fd4a36649420b9efa12f3e469eaba6 (diff)
Make it possible to show a header message for datatables (#12146)
* Make it possible to show a header message for datatables * update changelog * add comment that messages will be printed raw
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9973af9365..c11a4e1334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ The Product Changelog at **[piwik.org/changelog](https://piwik.org/changelog)**
### New APIs
* Reports and visualizations can now hide the export icons with a new property `$view->config->show_export`.
+* Reports and visualizations can now show a message above the report with a new property `$view->config->show_header_message`.
* The following events have been added:
* `Metric.addMetrics` Triggered to add new metrics that cannot be picked up automatically by the platform.
* `Metric.addComputedMetrics` Triggered to add computed metrics that are not generated automatically