Releases: Dalvany/dalvany-image-panel
Releases · Dalvany/dalvany-image-panel
v4.0.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #92
- Bump ws from 7.5.9 to 7.5.10 by @dependabot in #93
- Update dependencies by @Dalvany in #94
- Bump fast-loops from 1.1.3 to 1.1.4 by @dependabot in #95
- chore: update dependencies by @Dalvany in #97
- chore: update dependencies by @Dalvany in #98
- feat: Auto fit serie by @Dalvany in #99
- fix: fix release warnings by @Dalvany in #100
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #88
- Add fallback image by @Dalvany in #90
- Update CI scripts by @Dalvany in #91
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Fix license link by @Dalvany in #72
- Upgrade minimum grafana version by @Dalvany in #73
- Bump webpack from 5.75.0 to 5.76.1 by @dependabot in #75
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #76
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #77
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #78
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #79
- Update dependencies by @Dalvany in #81
- Fix #80 by @Dalvany in #82
- Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #83
- Grafana 10 by @Dalvany in #85
Full Changelog: v2.8.0...v3.0.0
v2.8.0
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #66
- Display "No data" by @Dalvany in #69
- Replace all Alert with PanelDataErrorView by @Dalvany in #70
- Fix license by @Dalvany in #71
Full Changelog: v2.7.0...v2.8.0
Release v2.7.0
Release v2.6.0
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
Release v2.4.0
Release v2.3.0
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
andImage 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)