Skip to content

Commit

Permalink
Update to Grafana 9.1.4 (#91)
Browse files Browse the repository at this point in the history
* Update to Grafana 9.1.4

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Sep 11, 2022
1 parent 22240e4 commit 444dde0
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 438 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## 2.5.0 (IN PROGRESS)
## 2.5.0 (2022-09-10)

### Features / Enhancements

- Add Request Header check (#85)
- Expose `initialRequest()` in Custom Code to reload panel (#89)
- Set `json` as response data from Initial Request (#90)
- Update to Grafana 9.1.4 (#91)

## 2.4.0 (2022-08-31)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Form Panel](https://raw.githubusercontent.com/volkovlabs/volkovlabs-form-panel/main/src/img/panel.png)

[![Grafana 9](https://img.shields.io/badge/Grafana-9.1.1-orange)](https://www.grafana.com)
[![Grafana 9](https://img.shields.io/badge/Grafana-9.1.4-orange)](https://www.grafana.com)
![CI](https://github.com/volkovlabs/volkovlabs-form-panel/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-form-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-form-panel)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/VolkovLabs/volkovlabs-form-panel.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/VolkovLabs/volkovlabs-form-panel/context:javascript)
Expand Down Expand Up @@ -67,7 +67,7 @@ Available Parameters:
- `json` - Parsed JSON from the Initial Request.
- `elements` - Form Elements.
- `locationService` - Grafana's `locationService` to work with browser location and history.
- `templateService` - Grafana's `templateService` provides access to variables and allows to up Time Range.
- `templateService` - Grafana's `templateService` provides access to variables and allows to update Time Range.
- `onOptionsChange()` - Panel options Change handler to refresh panel.
- `initialRequest()` - Perform the Initial Request to reload panel.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"author": "Volkov Labs",
"description": "Data Manipulation Panel",
"devDependencies": {
"@grafana/data": "9.1.1",
"@grafana/runtime": "9.1.1",
"@grafana/toolkit": "9.1.1",
"@grafana/ui": "9.1.1",
"@grafana/data": "9.1.4",
"@grafana/runtime": "9.1.4",
"@grafana/toolkit": "9.1.4",
"@grafana/ui": "9.1.4",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
Expand Down
Loading

0 comments on commit 444dde0

Please sign in to comment.