mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Merge pull request #182 from flant/prepare_v0_4_0
Last changes for v0.4.0 release
This commit is contained in:
+6
-3
@@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
## v0.4.0
|
## 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.
|
- Migrate to grafana-toolkit and yarn to build and sign.
|
||||||
- Cleanup dist directory, reduce compiled plugin size.
|
- Cleanup dist directory content, reduce compiled plugin size, remove dist from repository.
|
||||||
- Code cleanup: fix linter errors and warnings
|
- Code cleanup: fix huge amount of linter errors and warnings.
|
||||||
- Add Github Actions configuration to automate release process.
|
- Add Github Actions configuration to automate release process.
|
||||||
- Add unobtrusive branding.
|
- Add unobtrusive branding.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "flant-statusmap-panel",
|
"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",
|
"description": "Grafana panel plugin to visualize status of multiple objects over time",
|
||||||
"main": "README.md",
|
"main": "README.md",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user