Skip to content

Releases: Dalvany/dalvany-image-panel

v4.0.0

09 Sep 10:22
f005688
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

16 Apr 19:26
bd60fdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

29 Oct 07:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v3.0.0

v2.8.0

27 Jan 19:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

Release v2.7.0

16 Oct 07:48
Compare
Choose a tag to compare

2.7.0

  • Add a toogle to enable/disable infinite slideshow (#65 thanks to @dpooley)

Release v2.6.0

23 Aug 18:24
Compare
Choose a tag to compare

2.6.0

  • Support for "shared crosshair". Image background and border will according to
    the configured colores (default to #FFFFFF10 for background and #FFFFFF20 for border)
    (#16 #51).
  • Support for shared tooltip (#52).
  • Use grafana tooltip instead of title attribute when slideshow is disabled (to make shared tooltip working).
  • Hoovering over an image will now use "Shared crosshair" options.
  • Require at least Grafana 8.5.0.
  • Errors are shown in the panel instead of throwing an error, this avoids to refresh while configuring panels
    (#57).
  • When adding a new binding, it will get focus (#60).
  • Can now choose to open link in new tab or not. (#62)

Release v2.5.0

23 Jul 20:35
Compare
Choose a tag to compare

2.5.0

  • Allow to choose underline horizontal alignment (#46).
  • Allow to map underline text color based on metric value (#46).

Release v2.4.0

09 Nov 15:54
7fa101d
Compare
Choose a tag to compare

2.4.0

  • Allow to open an URL by clicking on the image #33.
  • Multiple image can now see with a slideshow #35.

Release v2.3.0

06 Jul 18:11
6abaf62
Compare
Choose a tag to compare

2.3.0

  • Add a gap between image.
  • Add an underline.
  • Fix tooltip #15.
  • Fix image size when single fill enable
  • Allow using variable for base URL, Suffix, Image width and Image height #14.
  • Now when something is wrong an error is thrown instead of displaying a div. This will cause grafana to display the
    error in the top left corner of the panel.
  • When an image fail to load, a warning is logged containing the url
    see #11.
  • Possibility to add a square as overlay over pictures. Color can be chosen with a mapping for field values #19.
  • Fix gap #31

Note : if new options doesn't show up or plugin seems in an older version, please uninstall, reinstall and then restart
grafana (or if using docker, run a new container using the latest version of the plugin in GF_INSTALL_PLUGINS env
variable)

v2.2.0

30 Aug 09:03
Compare
Choose a tag to compare
  • Base URL and suffix are now optional in case the full URL is stored in the database
  • Upgrade dependencies
  • Fix screenshot from plugin.json