Skip to content

Releases: jenkinsci/collapsing-console-sections-plugin

1.10.0

07 Nov 14:47
Compare
Choose a tag to compare

πŸš€ 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.

πŸ‘» Maintenance

✍ Other changes

1.9.0

28 Oct 22:51
Compare
Choose a tag to compare

πŸ‘» Maintenance

✍ Other changes

πŸ“¦ 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

Full Changelog: collapsing-console-sections-1.8.0...collapsing-console-sections-1.9.0

1.8.0

15 Dec 05:03
Compare
Choose a tag to compare

πŸš€ 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

  • Update the Jenkins core requirement to 2.150.3, use the latest Plugin POM (#16) @hashar

πŸ“ Documentation updates

πŸ‘» Maintenance