File tree Expand file tree Collapse file tree 5 files changed +1705
-1414
lines changed Expand file tree Collapse file tree 5 files changed +1705
-1414
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 2.0.0 (IN PROGRESS )
3
+ ## 2.0.0 (2025-01-07 )
4
4
5
5
### Features / Enhancements
6
6
7
7
- Updated wrap column text by word (#195 )
8
8
- Updated packages for Code Editor (#194 )
9
9
- Added normalize for boolean type (#198 )
10
10
- 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 )
11
13
12
14
## 1.9.0 (2024-12-01)
13
15
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2024 Volkov Labs
189
+ Copyright 2024-2025 Volkov Labs
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
3
3
![ Table] ( https://github.com/VolkovLabs/business-table/raw/main/src/img/dashboard.png )
4
4
5
- ![ Grafana] ( https://img.shields.io/badge/Grafana-11.3 -orange )
5
+ ![ Grafana] ( https://img.shields.io/badge/Grafana-11.4 -orange )
6
6
![ CI] ( https://github.com/volkovlabs/business-table/workflows/CI/badge.svg )
7
7
![ E2E] ( https://github.com/volkovlabs/business-table/workflows/E2E/badge.svg )
8
8
[ ![ 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
16
16
17
17
## Requirements
18
18
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** .
20
20
21
21
## Getting Started
22
22
You can’t perform that action at this time.
0 commit comments