Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Releases: VolkovLabs/business-text

Business Text 6.1.0

31 Aug 23:43
3484770

Choose a tag to compare

Changed

  • Updated styles using theme object (#427).
  • Updated ESLint configuration (#428).
  • Removed Default content editor if value is empty (#429).

This build has been attested. You can view the attestation details here.

Business Text 6.0.0

21 Jul 16:39
c078a1d

Choose a tag to compare

Breaking Changes

  • Now requires Grafana 11 or 12.

Added

  • Added User Preferences functionality (#425).

Changed

  • Enhanced Decimals setting support in panel options (#422).
  • Updated to Grafana 12 with dependency upgrades (#424).
  • Fixed status color settings to avoid rendering extra columns (#421).

This build has been attested. You can view the attestation details here.

Business Text 5.7.0

05 Mar 21:55
0ae3325

Choose a tag to compare

Features / Enhancements

  • Added context.grafana.refresh (#387)
  • Updated external resources usage (#384)
  • Updated to Grafana 11.5 and dependencies (#402)
  • Updated release workflow to include attestation (#402)

This build has been attested. You can view the attestation details here.

Business Text 5.6.0

16 Dec 02:34
e8126ad

Choose a tag to compare

Features / Enhancements

  • Updated packages for Code Editor (#380)

Business Text 5.5.0

09 Dec 16:47
8037ca0

Choose a tag to compare

Features / Enhancements

  • Updated Autosize Code Editor toolbar (#362)
  • Added helper statusColor from specific field (#375)
  • Updated E2E tests (#377)
  • Updated to Grafana 11.4 and dependencies (#378)
  • Added replace variables in URLs (#376)

Business Text 5.4.0

12 Sep 19:05
0178b1e

Choose a tag to compare

Features / Enhancements

  • Updated panel render if first data source does not have data (#353)
  • Added wrap button in the code editor (#359)
  • Updated Partials loading (#358)
  • Updated hyperlinks style (#358)

Business Text 5.3.0

22 Aug 14:48
583faa4

Choose a tag to compare

Features / Enhancements

  • Updated Provisioned Dashboard (#346)
  • Added partials to load external HTML (#345)
  • Added Expandable Editors (#348)

Business Text 5.2.0

26 Jul 00:06
9030085

Choose a tag to compare

Features / Enhancements

  • Updated helpers migration (#338)
  • Updated to Grafana 11.1 and dependencies (#339)

Business Text 5.1.0

01 Jul 21:54
02746c3

Choose a tag to compare

Features / Enhancements

  • Updated before render code async and pass markdown instance (#322)
  • Added running e2e tests in docker (#323)
  • Updated Video tutorial (#330)

Business Text 5.0.0

06 Jun 03:45
165ecbf

Choose a tag to compare

Breaking changes

  • Requires Grafana 10 and Grafana 11.
  • Removed external scripts deprecated in Grafana 11. Use import instead.
  • Removed non-context code parameters. Please update parameters to use context.

Code parameters migration guide

  • data -> context.data
  • dataFrame -> context.dataFrame
  • eventBus -> context.grafana.eventBus
  • getLocale -> context.grafana.getLocale
  • handlebars -> context.handlebars
  • locationService -> context.grafana.locationService
  • panelData -> context.panelData
  • replaceVariables -> context.grafana.replaceVariables
  • timeRange -> context.grafana.timeRange
  • timezone -> context.grafana.timezone

Features / Enhancements

  • Added plugin e2e tests and remove cypress (#301)
  • Updated name to Business Text Panel (#304)
  • Prepared for Grafana 11 (#304)
  • Added ES6 Modules Support (#312)
  • Added Units and Decimal in panel options (#311)
  • Updated to Grafana 11.0 and dependencies (#315)