Releases: VolkovLabs/business-text
Releases · VolkovLabs/business-text
Business Text 5.4.0
Business Text 5.3.0
Business Text 5.2.0
Business Text 5.1.0
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
Dynamic Text Panel 4.5.0
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)
Dynamic Text Panel 4.3.0
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
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)