Releases: jenkinsci/collapsing-console-sections-plugin
Releases Β· jenkinsci/collapsing-console-sections-plugin
1.10.0
π New features and improvements
- The UI has been modernized (#35 by @hashar) to match Jenkins core and catch up with nowadays browsers capabilities:
- The side-bar panel has been replaced by a pane issued by Jenkins (
<l:pane>
) - In the console, the collapsible sections now use the
<details>
HTML element which has been available in all modern browsers since early 2020. The style is made to match modern Jenkins. - The panel is made to always be in the last position, this was made to avoid masking the Timestamper side panel which would not be visible when added after a long series of sections.
- The panel is now using CSS to stick to the top (
position:sticky
). Note: with the Timestamper plugin, the two panels would have overlapping text. Jenkins 2.463/2.479.1 addresses that by making the panel background solid which would mask the panel beneath.
- The side-bar panel has been replaced by a pane issued by Jenkins (
π» Maintenance
β Other changes
1.9.0
π» Maintenance
- Drop dependency on jQuery 1.x (#32) @basil
- Refresh plugin for October 2024 (#29) @basil
- Update parent pom (#27) @hashar
β Other changes
- Introduce ESLint and enforce it (#33) @hashar
- Example of wildcard references for section title (#22) @mikepsinn
- JENKINS-70906 - Remove PrototypeJS Ajax.Updater (#26) @hashar
- [INFRA-1310] Update Jquery plugin dependency (#25) @hashar
π¦ Dependency updates
- Bump org.jenkins-ci.plugins:jquery from 1.11.2-1 to 1.12.4-1 (#30) @dependabot
What's Changed
- [INFRA-1310] Update Jquery plugin dependency by @hashar in #25
- [JENKINS-70906] Remove PrototypeJS Ajax.Updater by @hashar in #26
- Example of wildcard references for section title by @mikepsinn in #22
- Update parent pom by @hashar in #27
New Contributors
- @mikepsinn made their first contribution in #22
Full Changelog: collapsing-console-sections-1.8.0...collapsing-console-sections-1.9.0
1.8.0
π New features and improvements
- Reduce the priority of the Collapsing Console Sections annotator so that it runs after other annotators and takes data injected by them into account (#18) @hashar
π¦ Dependency updates
π Documentation updates
- Move the plugin documentation from Wiki to GitHub (#19) @oleg-nenashev
π» Maintenance
- Enable Release Drafter in the repository (#20) @oleg-nenashev
- Create Jenkinsfile (#17) @oleg-nenashev