scenes

Build Grafana dashboards directly in your Grafana app plugins.

APACHE-2.0 License

Downloads
87.4K
Stars
116
Committers
45

Bot releases are visible (Hide)

scenes - v4.1.2

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes
    • Fix issue where curly braces are always added to IntervalMacro. #666 (@oscarkilhed)
    • AdHocFiltersVariable/GroupByVariable: Pass time range to getTagKeys calls #665 (@bfmatei)

Authors: 2

scenes - v4.1.1

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes

Authors: 1

scenes - v4.1.0

Published by grafanabot 7 months ago

🚀 Enhancement

  • @grafana/scenes
    • AdHocFiltersVariable: Pass scene queries to getTagValues calls #664 (@bfmatei)

Authors: 1

scenes - v4.0.4

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes
    • Check if target datasource is matching the panel ds, if not set the target ds to panel ds. #660 (@oscarkilhed)

Authors: 1

scenes - v4.0.3

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes
    • MultiValueVariable: Fixes issue with initial url sync when using old All url value #656 (@torkelo)

Authors: 1

scenes - v4.0.2

Published by grafanabot 7 months ago

🐛 Bug Fix

Authors: 2

scenes - v4.0.1

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes

Authors: 1

scenes - v4.0.0

Published by grafanabot 7 months ago

💥 Breaking Change

  • @grafana/scenes
    • DataLayers: Unifiy DataLayers (group of data layers) and a single data layer #640 (@torkelo)

Authors: 1

scenes - v3.14.0

Published by grafanabot 7 months ago

🚀 Enhancement

  • @grafana/scenes
    • Add transformations to annotations dataframes #651 (@javiruiz01)
    • Add ability to opt out specifc queries from time window comparison #650 (@domasx2)

Authors: 2

scenes - v3.13.3

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes

Authors: 1

scenes - v3.13.2

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes
    • SceneGridLayout: Fixes moving panels when opening dashboards #644 (@torkelo)

Authors: 1

scenes - v3.13.1

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes

Authors: 1

scenes - v3.13.0

Published by grafanabot 7 months ago

🚀 Enhancement

  • @grafana/scenes

🐛 Bug Fix

  • @grafana/scenes
    • LiveNow: Fixes activation/deactivation issue and logic error with getTimeRange #641 (@kaydelaney)

Authors: 1

scenes - v3.12.0

Published by grafanabot 7 months ago

🚀 Enhancement

  • @grafana/scenes
    • PanelMigrations: Fixes incorrect panel.id in migration handler #638 (@torkelo)

Authors: 1

scenes - v3.11.0

Published by grafanabot 7 months ago

🚀 Enhancement

  • @grafana/scenes

Authors: 1

scenes - v3.10.1

Published by grafanabot 7 months ago

🐛 Bug Fix

  • @grafana/scenes
    • Variables: Fixes issue with url sync and key value variables #639 (@torkelo)

Authors: 1

scenes - v3.10.0

Published by grafanabot 8 months ago

🚀 Enhancement

  • @grafana/scenes
    • Variables: Maintain custom (invalid) variable values set via URL on initial load #632 (@torkelo)

🐛 Bug Fix

Authors: 2

scenes - v3.9.2

Published by grafanabot 8 months ago

🐛 Bug Fix

  • @grafana/scenes
    • VizPanel: Fixes issue updating field config #636 (@torkelo)

Authors: 1

scenes - v3.9.1

Published by grafanabot 8 months ago

🐛 Bug Fix

  • @grafana/scenes
    • VariableDependencyConfig: Fixes support for explicit dependencies and scanned dependencies #630 (@torkelo)

Authors: 1

scenes - v3.9.0

Published by grafanabot 8 months ago

Release Notes

SceneObjectBase: Call self activation handlers before child data, time range and variable handlers (#628)

Activation handlers are for a scene object is now called before any direct child activation handlers. Before this release the activation handlers of direction $data, $timeRange, $variables and $behaviors was called before the SceneObjects own activation handlers.


🚀 Enhancement

  • @grafana/scenes
    • SceneObjectBase: Call self activation handlers before child data, time range and variable handlers #628 (@torkelo)

Authors: 1