Skip to content

Releases: leoswing/comparequeries-datasource-rc

2.0.3 (2024-11-20)

20 Nov 09:53
f82cd9c
Compare
Choose a tag to compare

Bug fixes

  • Fix comparison output field display name when in absolute mode, and fix some styles settings, close #11

2.0.2 (2024-07-10)

10 Jul 07:20
Compare
Choose a tag to compare

Bug fixes

  • Fix Amount field validation issue when using with variable support

2.0.1 (2024-07-04)

04 Jul 00:30
Compare
Choose a tag to compare

Features and enhancements

  • Add MANIFEST generator in github workflow
  • Upgrade README tutorial
  • Upgrade plugin grafanaDependency version

2.0.0 (2024-07-03)

03 Jul 09:54
833dda8
Compare
Choose a tag to compare

Breaking change

  • Refactor the plugin id with leoswing-comparequeries-datasource.
  • Repo name refactor to comparequeries-datasource-rc
  • Package.json name refactor to leoswing-comparequeries-datasource
  • Release workflow publish the zip name to formate ${{ env.NAME }}-${{ env.TAG }}.zip
  • Using Grafana ui components to replace normal input and select

Fix

  • Fix data query ref unchange issue

1.2.0 (2024-06-24)

24 Jun 10:34
531241e
Compare
Choose a tag to compare

Features and enhancements

  • Upgrade QueryEditor data binding logics from query property

Bug fixes

  • Fix QueryEditor data model timeShifts lost when refresh issue #2

1.1.0 (2024-06-20)

20 Jun 08:48
fdc2927
Compare
Choose a tag to compare

Suit with Grafana 11.0.0

Features and enhancements

  • Datasource: Remove filterQuery method as it's upgraded in Grafana 11, and should do some migration to suit. PR

1.0.0 (2024-06-18)

18 Jun 09:20
Compare
Choose a tag to compare

This datasource plugin allows you to query source with compare ability support, and restructure with React-based codes.

Restructure repo with React based framework support