Closed ashharrison90 closed 4 months ago
Thank you for letting me know in advance. I understand that it is available until Grafana 11, and I will update it until 12.
Thank you.
yep you've got plenty of time, and should be a very quick replacement 👍
Hi from the Grafana team 👋
In Grafana 12, we'll be removing Angular support. As part of that, we'll also be removing a lot of legacy CSS classes. It looks like this plugin relies on one of these classes:
grafana-info-box
alert
alert-error
The CSS class names that Grafana provides can change at any time and should not be relied on as a stable external API. The recommendation would be to either:
@grafana/ui
<Alert severity="info" />
component directlyThanks again for your contributions and support! 🙌