Releases: jenkinsci/dashboard-view-plugin
Releases · jenkinsci/dashboard-view-plugin
2.12
Fix for SECURITY-1489 (CVE-2019-10396): Stored XSS vulnerability
2.11
- This release requires Jenkins 2.89.4 and Java 8
New features
- JENKINS-10457: Predictable URLs for full-screen portlets
Bug fixes
- JENKINS-21048: Image portlet is now collapsible
- JENKINS-23644: Sort jobs in job grid by display name
- Reworked build buttons so they all work with enabled CSRF protection
Housekeeping
- Modernize many Jelly code to use macros from Jenkins core.
Internal
- Test against Java 11 and build recommended configurations in CI
- Move most documentation from Wiki to README
- Activate Release-Drafter - Now I just need to put it to good use ;)
2.10
(Released 2018-11-11, needs Jenkins 1.625.3 and Java 7)
- Modernizes dependencies, update joda-time to latest version
- Don't depend on maven-plugin anymore
- Fix fullscreen view on newer Jenkins versions (Thanks to eva-mueller-coremedia, NeverOddOrEven and szhem for providing pull-requests fixing this issue, fixes JENKINS-39941)
- Fix health percentage cutoff (Thanks to zizizach for noticing this)
- Alternate percentages when near 0/100% (Provided by Arnaud TAMAILLON)
- Apply full screen style to maximized portlets
- Based on JENKINS-13687: Add config button to full screen (fixes JENKINS-52170, thanks to jjasper for the inspiration)
- JENKINS-49745: Better JavaScript error handling in "Agent statistics" portlet