@grafana/scenes 4.26.1--canary.771.9386870862.0 → 4.26.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
# v4.26.1 (Wed Jun 05 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- PlainReact: Expose scene features through contexts and hooks and normal react components [#734](https://github.com/grafana/scenes/pull/734) ([@torkelo](https://github.com/torkelo) [@oscarkilhed](https://github.com/oscarkilhed))
|
6
|
+
- SceneQueryRunner: decouple time range comparisons [#587](https://github.com/grafana/scenes/pull/587) ([@sd2k](https://github.com/sd2k))
|
7
|
+
|
8
|
+
#### Authors: 3
|
9
|
+
|
10
|
+
- Ben Sully ([@sd2k](https://github.com/sd2k))
|
11
|
+
- Oscar Kilhed ([@oscarkilhed](https://github.com/oscarkilhed))
|
12
|
+
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
|
13
|
+
|
14
|
+
---
|
15
|
+
|
1
16
|
# v4.26.0 (Tue Jun 04 2024)
|
2
17
|
|
3
18
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "4.26.1
|
3
|
+
"version": "4.26.1",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "48918085b5366b4507c0d090915cb1ff28a2bb97"
|
117
117
|
}
|