From 1cc13ca4ac5a976a2e0e1cccb688bfc17082e643 Mon Sep 17 00:00:00 2001 From: Marcus Andersson Date: Fri, 10 Jan 2025 10:09:03 +0100 Subject: [PATCH] Updated version to 1.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0ea2c..cd4217f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.0 + +Feature: It is now possible to configure how to sort the bars in the funnel panel. +Bugfix: Added a FAQ to highlight that you might need to set `min:0` in standard options if your data is normalized by minium value. + ## 1.1.2 Improved accessability and fixed issue with white text on light background. Big thanks to https://github.com/negrel for help fixing this. diff --git a/package.json b/package.json index e23ac97..0f3e02c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "funnel-panel", - "version": "1.1.2", + "version": "1.2.0", "description": "Grafana panel to create funnel charts", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",