Skip to content

Releases: VolkovLabs/business-text

Business Text 5.4.0

12 Sep 19:05
0178b1e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Dynamic Text Panel 4.5.0

14 Mar 04:03
7d8fa59
Compare
Choose a tag to compare

Features / Enhancements

  • Add Info message if sanitize enabled (#290)
  • Update CSS styles responsive and supporting themes (#281)
  • Update to Grafana 10.4.0 (#291)

Dynamic Text Panel 4.4.0

07 Mar 02:53
9deb5ff
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 9.2 and Grafana 10

Features / Enhancements

  • Updated context parameter (#270)
  • Added theme object, notifySuccess & notifyError (#270)
  • Updated dependencies and Actions (#271)
  • Updated custom code parameters with Code Parameters Builder (#285)
  • Updated CSS class for the Panel instead of a Row (#272)
  • Updated Editor auto height from fixed value (#278)
  • Disabled unitScale and fieldMinMax standard panel options (#286)

Bug fixes

  • Fixed statusColor for Row (#280)

Dynamic Text Panel 4.3.0

25 Dec 17:04
a1a159d
Compare
Choose a tag to compare

Features / Enhancements

  • Update ESLint configuration and refactor (#239)
  • Update Collapse from @volkovlabs/components (#239)
  • Update Introduction video in README (#240)
  • Add data render mode and passing selected data frame (#246)
  • Update to Grafana 10.2.2 and Volkov labs packages (#247)
  • Add variableValue helper (#252)
  • Add re-render on dashboard refresh (#252)

Bug fixes

  • Fix draggable icon in Grafana 10.3 (#249)

Dynamic Text Panel 4.2.0

21 Nov 04:17
031ee23
Compare
Choose a tag to compare

Features / Enhancements

  • Add ESLint deprecation check (#203)
  • Add custom code option which is called after content is ready (#231)
  • Add option to enabled/disable wrapping to support empty lines in HTML (#235)
  • Add handlebars (startsWith, endsWith, match) (#211)
  • Update ESLint configuration and sort imports (#236)
  • Update to Plugin Tools 2.1.1 (#236)
  • Use Grafana Access Policy to sign plugin (#236)
  • Update to Grafana 10.2.1 (#237)

Dynamic Text Panel 4.1.0

17 Jul 00:55
c87b75d
Compare
Choose a tag to compare

Features / Enhancements

  • Update ESLint configuration (#192)
  • Increase Tests Coverage (#194)
  • Add status field (#196)
  • Add External JavaScript, CSS Resources (#197)
  • Update to Grafana 10.0.2 dependencies (#201)