Skip to content

v0.3.0

Compare
Choose a tag to compare
@dmitryk-dk dmitryk-dk released this 11 Aug 11:26
· 224 commits to main since this release
f8e4889

What's Changed

  • FEATURE: Improvements to WITH Templates (see #35 (comment)):
    • The management of WITH templates has been transferred from datasource settings to the panel editing page;
    • Improved display of templates in auto-complete hints;
    • Enabled auto-complete within curly braces for filters defined in templates;
    • Added support for Grafana variables such as $__interval, $__rate_interval, etc. in WITH expression validation;
    • Fixed the link to vmui when using WITH templates.