Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #41

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Changelog

## 1.0.0
## 1.1.2

Initial release.
Improved accessability and fixed issue with white text on light background. Big thanks to https://github.com/negrel for help fixing this.

## 1.0.1
## 1.1.1

Bugfix: Funnel plugin shows drop numbers as the wrong percentage #21
Bugfix: Text contrast improved for light/dark backgrounds #19
Bugfix: Data will not be repeated weirdly when refreshing dashboard #20
Making sure to keep backwards compatability with older Grafana version when using the new Stack component.

## 1.1.0

Upgrade github workflows to latest version and switched to npm instead of yarn.

## 1.1.1
## 1.0.1

Making sure to keep backwards compatability with older Grafana version when using the new Stack component.
Bugfix: Funnel plugin shows drop numbers as the wrong percentage #21
Bugfix: Text contrast improved for light/dark backgrounds #19
Bugfix: Data will not be repeated weirdly when refreshing dashboard #20

## 1.0.0

Initial release.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funnel-panel",
"version": "1.1.1",
"version": "1.1.2",
"description": "Grafana panel to create funnel charts",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
Loading