Merge pull request #182 from flant/prepare_v0_4_0

Last changes for v0.4.0 release
This commit is contained in:
Ivan Mikheykin
2021-02-17 18:56:37 +03:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -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.
+1 -1
View File
@@ -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": {