@grafana/scenes 5.29.0--canary.992.12182926395.0 β 5.29.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
# v5.29.0 (Thu Dec 05 2024)
|
2
|
+
|
3
|
+
#### π Enhancement
|
4
|
+
|
5
|
+
- AdHocFiltersCombobox - Improve filter editing behaviour when pre-filling value on edit [#992](https://github.com/grafana/scenes/pull/992) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
|
6
|
+
- Variables: Fixes issue when variable value was null [#985](https://github.com/grafana/scenes/pull/985) ([@torkelo](https://github.com/torkelo))
|
7
|
+
|
8
|
+
#### π Bug Fix
|
9
|
+
|
10
|
+
- Prettier/lint: Add prettier and lint check to CI , format all files with prettier [#988](https://github.com/grafana/scenes/pull/988) ([@torkelo](https://github.com/torkelo))
|
11
|
+
|
12
|
+
#### Authors: 2
|
13
|
+
|
14
|
+
- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
|
15
|
+
- Torkel Γdegaard ([@torkelo](https://github.com/torkelo))
|
16
|
+
|
17
|
+
---
|
18
|
+
|
1
19
|
# v5.28.1 (Fri Nov 29 2024)
|
2
20
|
|
3
21
|
#### π Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.29.0
|
3
|
+
"version": "5.29.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"prettier --write"
|
116
116
|
]
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "f63d5ca9628626f8c9cf62e833f58287ae7c71ee"
|
119
119
|
}
|