Skip to content

Commit cc86071

Browse files
authored
Update to Grafana 11.4 and dependencies (#214)
* Update to Grafana 11.4 and dependencies * Update README.md
1 parent a9e92b4 commit cc86071

File tree

5 files changed

+1705
-1414
lines changed

5 files changed

+1705
-1414
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Change Log
22

3-
## 2.0.0 (IN PROGRESS)
3+
## 2.0.0 (2025-01-07)
44

55
### Features / Enhancements
66

77
- Updated wrap column text by word (#195)
88
- Updated packages for Code Editor (#194)
99
- Added normalize for boolean type (#198)
1010
- Added number of rows inside group (#199)
11+
- Added error message for data source requests (#213)
12+
- Updated to Grafana 11.4 and dependencies (#214)
1113

1214
## 1.9.0 (2024-12-01)
1315

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Volkov Labs
189+
Copyright 2024-2025 Volkov Labs
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Table](https://github.com/VolkovLabs/business-table/raw/main/src/img/dashboard.png)
44

5-
![Grafana](https://img.shields.io/badge/Grafana-11.3-orange)
5+
![Grafana](https://img.shields.io/badge/Grafana-11.4-orange)
66
![CI](https://github.com/volkovlabs/business-table/workflows/CI/badge.svg)
77
![E2E](https://github.com/volkovlabs/business-table/workflows/E2E/badge.svg)
88
[![codecov](https://codecov.io/gh/VolkovLabs/business-table/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/business-table)
@@ -16,7 +16,7 @@ The Business Table panel is a Grafana plugin that allows to simplify data visual
1616

1717
## Requirements
1818

19-
- Business Table panel 1.X requires **Grafana 10.3** or **Grafana 11**.
19+
- Business Table panel 1.X, 2.X requires **Grafana 10.3** or **Grafana 11**.
2020

2121
## Getting Started
2222

0 commit comments

Comments
 (0)