We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf96ba commit 95708bdCopy full SHA for 95708bd
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 1.1.1 (2021-04-17)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.1.0...v1.1.1)
6
7
+### Enhancements
8
9
+- Improve editor styling
10
11
+### Bug fixes
12
13
+- Fix issue where wrong fields were used when grouping
14
+- Add variable support for aliases
15
16
## 1.1.0 (2021-04-15)
17
18
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.0.1...v1.1.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments