Skip to content

Releases: VolkovLabs/business-forms

Business Forms 4.7.0

08 Oct 20:07
d07a532
Compare
Choose a tag to compare

Features / Enhancements

  • Updated Autosize Code Editor toolbar (#506)
  • Added custom input for Select, Multi select (#507)
  • Added support for frames in initial fields support (#508)
  • Updated behavior for disabled text area element (#514)

Business Forms 4.6.0

29 Sep 01:39
3831b5b
Compare
Choose a tag to compare

Features / Enhancements

  • Updated initial values for elements from data source (#490)
  • Added wrap button in the code editor (#491)
  • Updated loading bar for Initial Request (#492)
  • Added Label Background and Label Color for element with type Button (#502)

Business Forms 4.5.0

06 Sep 16:35
6d2a544
Compare
Choose a tag to compare

Features / Enhancements

  • Updated date and time input timezone (#452)
  • Added dashboard variables support in button titles (#479)
  • Updated suggestions position in Code elements (#483)
  • Added variable support in sections and labels (#485)

Business Forms 4.4.0

29 Aug 16:02
20a8fdc
Compare
Choose a tag to compare

Features / Enhancements

  • Added Expandable Editors (#472)
  • Updated Pre-Selection for multi selection elements (#474)
  • Updated data source query display error (#477)

Business Forms 4.3.1

16 Aug 13:19
3f8185a
Compare
Choose a tag to compare

Bugfixes

  • Fixed migration helper if nested object properties are not defined (#468)

Business Forms 4.3.0

13 Aug 01:25
4833196
Compare
Choose a tag to compare

Features / Enhancements

  • Added helpers for form elements (#460)
  • Updated payload options migration (#464)
  • Added element custom button (#463)
  • Refactoring form elements (#463)

Business Forms 4.2.0

18 Jul 16:40
d546ecf
Compare
Choose a tag to compare

Features / Enhancements

  • Updated Docker Compose and E2E pipeline (#446, #447)
  • Improved unit tests (#447)
  • Updated Business Forms tutorial (#451)
  • Updated logic for comparing form values with the initial values (#454)
  • Updated position of Query fields and Field names for initial values (#455)

Business Forms 4.1.0

09 Jul 18:04
710f6df
Compare
Choose a tag to compare

Features / Enhancements

  • Updated context parameters migration (#433)
  • Updated provisioning files (#433)
  • Updated Checkbox list with custom options (#435)
  • Updated code defaults to use context properties (#438)
  • Updated E2E workflow using Docker (#441)

Business Forms 4.0.0

02 Jul 15:03
eb8de59
Compare
Choose a tag to compare

Breaking changes

  • Requires Grafana 10 and Grafana 11.
  • Data Source requests were updated to use Query Editor.
  • Removed non-context code parameters. Please update parameters to use context.

Code parameters migration guide

  • data -> context.panel.data
  • elements -> context.panel.elements
  • initial -> context.panel.initial
  • initialRequest -> context.panel.initialRequest
  • locationService -> context.grafana.locationService
  • notifyError -> context.grafana.notifyError
  • notifySuccess -> context.grafana.notifySuccess
  • notifyWarning -> context.grafana.notifyWarning
  • onChange -> context.panel.onChange
  • onOptionsChange -> context.panel.onOptionsChange
  • options -> context.panel.options
  • replaceVariables -> context.grafana.replaceVariables
  • response -> context.panel.response
  • setInitial -> context.panel.setInitial
  • templateService -> context.grafana.templateService
  • toDataQueryResponse -> context.utils.toDataQueryResponse

Features / Enhancements

  • Updated name to Business Forms Panel (#361)
  • Added support frontend data sources (#361)
  • Updated elected type for a new option (#402)
  • Prepared for Grafana 11 (#399)
  • Updated Reset button handler (#422)
  • Updated Confirmation Window (#420)
  • Updated Error handling in code editors showIf, disableIf, getOptions (#410)
  • Updated description for Get Options Code (#404)
  • Added custom color/background color for elements (#386)
  • Added Collapsable Sections (#409)
  • Updated to Grafana 11.1 and dependencies (#426)
  • Update Date Time query field (#429)

Data Manipulation Panel 3.8.0

31 May 02:26
68da8a6
Compare
Choose a tag to compare

Features / Enhancements

  • Added Checkbox List element (#382)
  • Updated syntax support in Code Editor (#383)
  • Added plugin e2e tests and remove cypress (#390)
  • Added server-based form elements example (#392)
  • Added input type time (#385)
  • Updated hiding/show multi-select element (#389)
  • Updated allowed files for file type (#388)
  • Added Form validation provisioning dashboard (#411)