grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

Add support for new getTagKeys/getTagValues interface #790

Closed kaydelaney closed 5 months ago

kaydelaney commented 5 months ago

Sets variable error state if getTagKeys/getTagValues returns an error. Lots of @ts-expect-error since 11.1.x isn't out yet 😬

📦 Published PR as canary version: 5.1.0--canary.790.9497828604.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.1.0--canary.790.9497828604.0 npm install @grafana/scenes@5.1.0--canary.790.9497828604.0 # or yarn add @grafana/scenes-react@5.1.0--canary.790.9497828604.0 yarn add @grafana/scenes@5.1.0--canary.790.9497828604.0 ```
kaydelaney commented 5 months ago

Gonna merge now as issues with linking scenes/grafana is making writing tests hard atm. :( Will make a follow-up PR when that issue is fixed.

grafanabot commented 5 months ago

:rocket: PR was released in v5.1.0 :rocket: