Skip to content

Commit e01b59b

Browse files
authored
Release grafana-image-renderer v2.0.0-beta1 (#131)
1 parent 69a6261 commit e01b59b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.0-beta1 (2020-04-22)
2+
3+
- Adds support for Grafana v2 backend plugins [#128](https://github.com/grafana/grafana-image-renderer/pull/128), [marefr](https://github.com/marefr)
4+
- Browser: Adds support for setting viewport device scale factor [#128](https://github.com/grafana/grafana-image-renderer/pull/128), [marefr](https://github.com/marefr)
5+
- Browser: Adds support for attaching Accept-Language header to support render is name locale as Grafana user [#128](https://github.com/grafana/grafana-image-renderer/pull/128), [marefr](https://github.com/marefr)
6+
- Browser: Fail render if the URL has socket protocol [#127](https://github.com/grafana/grafana-image-renderer/pull/127), [aknuds1](https://github.com/aknuds1)
7+
- Chore: Upgrade typescript dependencies [#129](https://github.com/grafana/grafana-image-renderer/pull/129), [marefr](https://github.com/marefr)
8+
19
## 1.0.12 (2020-03-31)
210

311
- Remote rendering: Delete temporary file after serving it to client [#120](https://github.com/grafana/grafana-image-renderer/pull/120), [marefr](https://github.com/marefr)

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1919
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2020
],
21-
"version": "1.0.12",
22-
"updated": "2020-03-31"
21+
"version": "2.0.0-beta1",
22+
"updated": "2020-04-22"
2323
},
2424
"dependencies": {
25-
"grafanaVersion": "5.x 6.x"
25+
"grafanaVersion": "5.x.x 6.x.x 7.x.x"
2626
}
2727
}

0 commit comments

Comments
 (0)