Skip to content

Releases: nicfv/Psychart

Release v3.2.1

14 Jul 01:12
Compare
Choose a tag to compare

3.2.1

  • Update to the latest version of @grafana/create-plugin (1.9.0)
  • Remove references to npm in build script
  • Store series value in label named field.config.displayNameFromDS

Release v3.2.0

16 Jun 17:31
Compare
Choose a tag to compare

3.2.0

  • Update to the latest version of @grafana/create-plugin (1.6.3)
    • Grafana version required: >=9.5.3
  • Automatically build and validate plugin in validation script

Release v3.1.3

12 May 18:44
Compare
Choose a tag to compare

3.1.3

  • Update to the latest version of @grafana/create-plugin (1.3.0)
  • Change yarn commands to npm run

Release v3.1.2

28 Mar 17:51
Compare
Choose a tag to compare

3.1.2

  • Move README.md from base folder to src/
  • Update dependencies

Release v3.1.1

23 Mar 17:52
Compare
Choose a tag to compare

3.1.1

  • Screenshots are moved to README.md

Release v3.1.0

16 Mar 22:15
Compare
Choose a tag to compare

3.1.0

  • Screenshots are no longer packaged with the plugin
  • Add more and new screenshots with better descriptions
  • Fix bug that prevented the default gradient from being set
  • Don't attempt to plot data if no field names are selected
  • Show an error if field is not found or otherwise invalid
  • Show an error if maximum dew point > maximum dry bulb
  • Add author contact information in plugin.json
  • Publishing script now ensures changelog matches published version number

Release v3.0.1

14 Mar 19:27
Compare
Choose a tag to compare

3.0.1

  • Set Viridis as the default color gradient
  • Add a short blurb in README.md in Troubleshooting to explain how to fix errors when upgrading to major versions

Release v3.0.0

03 Mar 04:15
Compare
Choose a tag to compare

3.0.0

  • Migrate from a JavaScript to a TypeScript code base
  • Dynamically generate region & gradient selections in both the standalone app and the Grafana plugin
    • This means, less code duplication, so it will be much easier to add additional regions or gradients in the future
  • Regions are now rendered in a blue gradient instead of a violet gradient
  • Tooltips now follow the mouse instead of being in predefined calculated positions
  • Regions, chart axes, and points are no longer rendered outside of chart boundaries
  • Rebuild with npx @grafana/create-plugin@1.0.0 to make sure source files and dependencies are up-to-date
  • Better support for long and multi-frame time series (wide time series still not implemented)
    • For now, if you are using a wide time series, use the Grafana transform to convert to the long or multi-frame format
  • Standalone app now adds timestamps to data points by default
  • Minor updates in README.md to explain new ASHRAE guidelines and to update badges
  • Add link to official Grafana blog post in plugin.json
  • Add more relevant search keywords in plugin.json

Release v2.0.1

13 Jan 20:41
Compare
Choose a tag to compare

2.0.1

  • Fixed broken badges in README.md
  • Fixed link to copyright notice in README.md
  • Removed references to plugin signing
  • Minor improvements to build pipeline

Release v2.0.0

02 Dec 02:12
Compare
Choose a tag to compare

2.0.0

  • Use the new Grafana plugin builder from
    npx @grafana/create-plugin
  • Added additional workflows for compatibility and testing the build