Releases: VolkovLabs/business-text
Releases · VolkovLabs/business-text
Business Text 5.7.0
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
Features / Enhancements
- Updated packages for Code Editor (#380)
Business Text 5.5.0
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
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
Features / Enhancements
- Updated Provisioned Dashboard (#346)
- Added partials to load external HTML (#345)
- Added Expandable Editors (#348)
Business Text 5.2.0
Features / Enhancements
- Updated helpers migration (#338)
- Updated to Grafana 11.1 and dependencies (#339)
Business Text 5.1.0
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
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
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
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)