K-Phoen / backstage-plugin-grafana

Grafana plugin for Backstage
Apache License 2.0
53 stars 28 forks source link

isDashboardSelectorAvailable as Boolean instead of String #70

Open Vity01 opened 1 year ago

Vity01 commented 1 year ago

Related to issue #69

Vity01 commented 1 year ago

@K-Phoen please review&merge&release

Shandur commented 1 year ago

It might result in breaking changes who rely on String type for their checks.

Vity01 commented 1 year ago

@Shandur I don't think it's a big deal. People are usually converting it into that boolean, so they simplify their code.. Just a minor warning in release notes...