@grafana/scenes 5.13.0--canary.878.10702174754.0 β 5.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1
|
+
# v5.13.0 (Wed Sep 04 2024)
|
2
|
+
|
3
|
+
### Release Notes
|
4
|
+
|
5
|
+
#### UrlSync: Support browser history steps, remove singleton ([#878](https://github.com/grafana/scenes/pull/878))
|
6
|
+
|
7
|
+
getUrlSyncManager is no longer exported as UrlSyncManager is now no longer global singleton but local to the UrlSyncContextProvider.
|
8
|
+
If you called getUrlSyncManager().getUrlState that util function is available via the exported object sceneUtils.
|
9
|
+
|
10
|
+
---
|
11
|
+
|
12
|
+
#### π Enhancement
|
13
|
+
|
14
|
+
- UrlSync: Support browser history steps, remove singleton [#878](https://github.com/grafana/scenes/pull/878) ([@torkelo](https://github.com/torkelo))
|
15
|
+
|
16
|
+
#### π Bug Fix
|
17
|
+
|
18
|
+
- chore: export SceneDataTransformerState [#888](https://github.com/grafana/scenes/pull/888) ([@jewbetcha](https://github.com/jewbetcha))
|
19
|
+
|
20
|
+
#### Authors: 2
|
21
|
+
|
22
|
+
- Coleman Rollins ([@jewbetcha](https://github.com/jewbetcha))
|
23
|
+
- Torkel Γdegaard ([@torkelo](https://github.com/torkelo))
|
24
|
+
|
25
|
+
---
|
26
|
+
|
1
27
|
# v5.12.0 (Tue Sep 03 2024)
|
2
28
|
|
3
29
|
#### π Enhancement
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.13.0
|
3
|
+
"version": "5.13.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": "2c213f7c022e6dec009f7f98895b941c5a8b23f2"
|
119
119
|
}
|