Skip to content

Releases: grafana/scenes

v5.15.1

25 Sep 13:44
Compare
Choose a tag to compare

🐛 Bug Fix

  • @grafana/scenes
    • SceneTimeRange: Fixes inconsistent representation of time range #907 (@torkelo)
    • Use locationService from context in UrlSyncManager #899 (@aocenas)

Authors: 2

v5.15.0

25 Sep 07:57
Compare
Choose a tag to compare

🚀 Enhancement

  • @grafana/scenes
    • SceneTimeRange: Use new weekStart prop on TimeRangePicker #910 (@torkelo)

🐛 Bug Fix

  • fix: docs builds in CI #829 (@sd2k)
  • @grafana/scenes-react, @grafana/scenes
    • DataProviderProxy: Rename and fix imports #911 (@torkelo)
    • DataProvideSharer: Add and export DataProviderSharer #903 (@torkelo)

Authors: 2

v5.14.7

13 Sep 11:55
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v5.14.6

13 Sep 11:49
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 3

v5.14.3

11 Sep 06:19
Compare
Choose a tag to compare

🐛 Bug Fix

  • @grafana/scenes

Authors: 1

v5.14.2

09 Sep 14:18
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 3

v5.14.1

05 Sep 18:41
Compare
Choose a tag to compare

🐛 Bug Fix

  • @grafana/scenes
    • TextBoxVariable: fixes issues with TextBox variable when being updated by URL #890 (@torkelo)

Authors: 1

v5.14.0

05 Sep 14:07
Compare
Choose a tag to compare

🚀 Enhancement

  • @grafana/scenes
    • SceneObjectBase: Support rendering a child out of context #887 (@torkelo)

Authors: 1

v5.13.0

04 Sep 13:41
Compare
Choose a tag to compare

Release Notes

UrlSync: Support browser history steps, remove singleton (#878)

getUrlSyncManager is no longer exported as UrlSyncManager is now no longer global singleton but local to the UrlSyncContextProvider.
If you called getUrlSyncManager().getUrlState that util function is available via the exported object sceneUtils.


🚀 Enhancement

  • @grafana/scenes-react, @grafana/scenes
    • UrlSync: Support browser history steps, remove singleton #878 (@torkelo)

🐛 Bug Fix

  • @grafana/scenes

Authors: 2

v5.12.0

03 Sep 12:10
Compare
Choose a tag to compare

🚀 Enhancement

  • @grafana/scenes
    • SceneTimeRange: Support initialize time range with time and time.window #886 (@ivanortegaalba)

Authors: 1