From 8915d5c843f4d31c28a57b45f79864aff4b82772 Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Wed, 17 Feb 2021 13:21:57 +0300 Subject: [PATCH] Last changes for v0.4.0 release --- CHANGELOG.md | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11aa0e..a6fec44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## v0.4.0 -- Fix to work with Grafana 7.4.x +- Add __y_label_trim variable for tooltip items. +- Add y-label splitter for tooltip items. +- Add custom content for toolip. +- Fix to work with Grafana 7.4.x. - Migrate to grafana-toolkit and yarn to build and sign. -- Cleanup dist directory, reduce compiled plugin size. -- Code cleanup: fix linter errors and warnings +- Cleanup dist directory content, reduce compiled plugin size, remove dist from repository. +- Code cleanup: fix huge amount of linter errors and warnings. - Add Github Actions configuration to automate release process. - Add unobtrusive branding. diff --git a/package.json b/package.json index f65420c..5c07098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flant-statusmap-panel", - "version": "0.4.0-pre", + "version": "0.4.0", "description": "Grafana panel plugin to visualize status of multiple objects over time", "main": "README.md", "scripts": {