Releases: leoswing/comparequeries-datasource-rc
Releases · leoswing/comparequeries-datasource-rc
2.0.3 (2024-11-20)
2.0.2 (2024-07-10)
Bug fixes
- Fix
Amount
field validation issue when using with variable support
2.0.1 (2024-07-04)
Features and enhancements
- Add MANIFEST generator in github workflow
- Upgrade README tutorial
- Upgrade plugin grafanaDependency version
2.0.0 (2024-07-03)
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)
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)
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)
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