Skip to content

Releases: VolkovLabs/business-text

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)

Dynamic Text Panel 4.0.0

26 Jun 23:39
d24554c
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 9 and Grafana 10

Features / Enhancements

  • Increase Test Coverage and update to testing-library/react (#177)
  • Add Event Bus object to JavaScript function (#179)
  • Migrate to Plugin Tools 1.5.2 (#183)
  • Update to Grafana 10.0.0 (#166, #178, #183)
  • Update to Node 18 and npm (#183)
  • Remove Grafana 8.5 support (#183)
  • Add E2E Cypress testing (#184)
  • Support Variables in CSS styles editor (#185)

Dynamic Text Panel 3.1.0

12 Mar 21:00
8de6ecc
Compare
Choose a tag to compare

Features / Enhancements

  • Add Time Zone and Range parameters for Javascript Code (#155)
  • Update to Grafana 9.4.3 (#156)
  • Add Magic (JavaScript) Trio tutorial in README (#157)
  • Update replace variables handler with scoped function (#160)
  • Add Replace variables and Location service parameters for Javascript Code (#160)

Dynamic Text Panel 3.0.0

19 Feb 21:48
f295b8e
Compare
Choose a tag to compare

Breaking changes

The default Content and JavaScript editors are not displayed by default unless values were modified.
To display required editors, including the new Styles, they should be selected in the list.

Features / Enhancements

  • Update README features with new JavaScript Code Editor tutorial (#141)
  • Update to Grafana 9.3.6 (#147)
  • Update CI and Release workflows (#147)
  • Update README to include JavaScript tutorial (#148)
  • Add custom styles (#149)
  • Add option to display optional editors (#149)
  • Remove Panel Padding (#150)
  • Add Code Syntax Highlight (#151)
  • Add Breaking Changes for displaying optional editors (#152)

Dynamic Text Panel 2.2.0

10 Jan 02:31
c8cca3e
Compare
Choose a tag to compare

Features / Enhancements

  • Add JSON helper to show objects and arrays (#121)
  • Update to Grafana 9.3.1 (#122)
  • Update Documentation links (#130, #131)
  • Add Split Helper (#132)
  • Refactor Text Component and Styles (#133)
  • Add JavaScript Code to add Handlebars helpers and Event handlers (#134)
  • Update default Content to {{json @root}} and Code Editor height to 200px (#134)
  • Update CSS to fit images to screen (#135)
  • Add getLocale() parameter to JavaScript Code (#137)

Dynamic Text Panel 2.1.0

27 Nov 14:44
0f1ea41
Compare
Choose a tag to compare

Breaking changes

Major refactoring may introduce breaking changes. Please test before upgrading in Production.

Features / Enhancements

  • Fix broken link in README (#111)
  • Update CI to upload signed artifacts (#113)
  • Add feature of parsing time formatting syntax (#86)
  • Fix data rendering when using transformations (#98)
  • Update Panel Options to Monaco Code Editor (#114)
  • Increase Test Coverage (#114)
  • Refactor and update images (#116)
  • Refactor Alert Message and Text Options (#117)
  • Add Support for Disable Sanitize HTML configuration (#118)

Dynamic Text Panel 2.0.0

03 Nov 03:30
630d42d
Compare
Choose a tag to compare

Breaking changes

This release bumps the minimum required Grafana to >=8.5.

Features / Enhancements

  • Maintained by Volkov Labs (#100)
  • Updated based on Volkov Labs Panel Template (#100)
  • Update to Grafana 9.1.6 (#104)
  • Add "Dynamic Text Plugin for Grafana" video in README (#106)
  • Update CI to Node 16 and Synchronize with Release workflow (#107)
  • Update to Grafana 9.2.2 (#108)
  • Update screenshot and provisioning (#109)

Release v1.9.0

08 Jan 23:32
d7a191a
Compare
Choose a tag to compare

1.9.0 (2022-01-09)

Full changelog

Enhancements

  • Add an option to render template for each row or as a single template. Useful for when you want to create tables from the query result. #53 (thanks @andykingking!)

Bug fixes

  • The dropdown for selecting between multiple frames wasn't visible due to overflow. #65

Release v1.8.0

19 Nov 12:34
087ce4e
Compare
Choose a tag to compare

1.8.0 (2021-11-19)

Full changelog

Enhancements

  • Add contains helper (#48)
  • Upgrade dependencies