Skip to content

Releases: VolkovLabs/business-input

Static Data Source 2.1.0

29 Dec 16:54
3b98d48
Compare
Choose a tag to compare

Breaking changes

Refactoring may introduce breaking changes. Please test before upgrading in Production.

Features / Enhancements

  • Update CI to upload signed artifacts (#23)
  • Add the "Static data source for Grafana | Mimic any data source | Tutorial and examples" video in README (#23)
  • Update to Grafana 9.3.2 (#24)
  • Refactoring and improving Test Coverage for the data source (#25)
  • Update Field and Values Editors to labels and fields structure (#27)
  • Remove Frame Reducer to simplify code (#28)
  • Refactoring frame, field utilities (#29)
  • Add Date, Time Picker, Number, and Text Area Inputs (#30)
  • Update Value Input component (#31)

Static Data Source 2.0.0

02 Nov 03:27
Compare
Choose a tag to compare

Features / Enhancements

  • Maintained by Volkov Labs (#19)
  • Updated based on Volkov Labs Panel Template (#19)
  • Update CI to Node 16 and Synchronize with Release workflow (#20)
  • Update to Grafana 9.2.2 (#21)
  • Refactor Components and update Theme (#22)

Release v1.4.4

05 Jul 09:34
709a40a
Compare
Choose a tag to compare

1.4.4 (2022-08-28)

Full changelog

Update to Grafana 9.

Release v1.4.3

03 Sep 09:31
b0e5fee
Compare
Choose a tag to compare

1.4.3 (2021-09-03)

Full changelog

Enhancements

  • Update dependencies

Bug fixes

  • Fix an issue where an fields and rows are added twice in development

Release v1.4.2

08 Jul 19:49
7012995
Compare
Choose a tag to compare

1.4.2 (2021-07-08)

Full changelog

Enhancements

  • Update metadata, docs, and dependencies

Bug fixes

  • Frame changes aren't being synced correctly

Release v1.4.1

12 Jun 21:11
f3c453a
Compare
Choose a tag to compare

1.4.1 (2021-06-12)

Full changelog

Enhancements

  • Minor docs and metadata updates
  • Changed from useState to useReducer for manipulating form model
  • Replace custom input component with Input from @grafana/ui

Release v1.4.0

11 Jun 18:09
b9d5df8
Compare
Choose a tag to compare

1.4.0 (2021-06-10)

Full changelog

Enhancements

  • Add support for annotations
  • Add button for duplicating value rows
  • Add option to set preferred visualisation type for Explore

Release v1.3.1

29 Jan 15:39
53c650a
Compare
Choose a tag to compare

1.3.1 (2021-01-29)

Full changelog

Bug fixes

  • Set reference id on data frames

Release v1.3.0

29 Jan 15:10
2d9a106
Compare
Choose a tag to compare

1.3.0 (2021-01-29)

Full changelog

Enhancements

  • Update to new form styles. Bumps the minimum required Grafana version to 7.3.

Release v1.2.1

27 Nov 17:03
ed73d27
Compare
Choose a tag to compare

1.2.1 (2020-11-27)

Full changelog

Enhancements

  • Updated @grafana dependencies from ^7.0.0 to ^7.3.0
  • Improved release process using the new GitHub workflows for Grafana plugins