Skip to content

Bump @jothepro/doxygen-awesome-css from v2.3.4 to v2.4.1#924

Merged
marcoroth merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jothepro/doxygen-awesome-css-v2.4.1
Dec 3, 2025
Merged

Bump @jothepro/doxygen-awesome-css from v2.3.4 to v2.4.1#924
marcoroth merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jothepro/doxygen-awesome-css-v2.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown
Contributor

Bumps @jothepro/doxygen-awesome-css from v2.3.4 to v2.4.1.

Release notes

Sourced from @​jothepro/doxygen-awesome-css's releases.

v2.4.1

Patch Release 🩹

Fixed

  • The first element of each group in the Treeview on the left cannot be expanded (#196). Thanks to @​parmi93 for reporting!

Full Changelog: jothepro/doxygen-awesome-css@v2.4.0...v2.4.1

v2.4.0

Adding Doxygen 1.14.0 compatibility ✨

This release adds the long overdue adjustments to support Doxygen 1.14.0. The new release of Doxygen introduced many changes that made updating the theme challenging. Nonetheless, this new version of doxygen-awesome.css aims to be fully backwards compatible with older versions of Doxygen! If you find any artifacts in older versions of Doxygen that have been introduced by this release, please open an issue!

Added

  • New helper classes are available in doxygen-awesome.css by default:
    • primary-button helps to add simple buttons in the documentation. (d9625b17b11c0217ce4cbcfe357d8d819aad5212)
    • bordered-image adds a rounded border to images. (5383b160a66c9ed99e174d4b48125e84221e6534)
    • darkmode_inverted_image allows images to automatically switch to dark mode with a CSS filter. (5383b160a66c9ed99e174d4b48125e84221e6534)
  • The new variable --on-primary-color can be used to customize text on top of a primary color background. (98dd024a650e71d8afd1215c27134aa779bdbbd7)
  • The new variable --link-color allows you to customize the color of hyperlinks independently from --primary-color. (cda456db3ff5286b7e4d3919b70ec2732bbbae84)
  • The new page outline panel introduced in Doxygen 1.14.0 is now supported. If you still want to use the Interactive TOC extension instead, PAGE_OUTLINE_PANEL=NO must be set in the Doxyfile. (48bc38ad0836ccb040c915ddb21d206f9c962fc3)

Changed

  • The icons for the code copy button have been updated. (03d60e3ad6e2efb78525e8a49e68df1cbf319d99)
  • Border radii have been slightly increased in the default theme. (fca7f3db7c192fdf69d0181855a855aad11c4e54)
  • Hyperlinks are now underlined on hover. (0ead5e64a51e2a46df763a07e84456ccc34b2990)

Fixed

  • Many issues with Doxygen 1.14.0 have been fixed. Among them are:
    • Visual errors in the nav-path breadcrumbs. (461ab33d15db33608d6725176aa86c2f3dc77294)
    • Missing subtree arrows in the sidebar. (29798c82408e3c48e5c35675305df25b0a4d4312)
    • Issues with the class member documentation. (45a13f0639d713da05fa3764c3ac432f576562b0)
    • A slight offset in the new search icon. (6503794065a7f153d30c59e5c6bd9f071b1e9419)
    • Broken inline code blocks. (a414cd622e46fac2df1bb102ae8be2025b9aaa4b)
    • and many more...

New Contributors

Full Changelog: jothepro/doxygen-awesome-css@v2.3.4...v2.4.0

Commits
  • 1f36200 chore: prepare patch release
  • 0467b05 fix: treeview first element expansion
  • d83219b fix: github actions runner
  • 1bc44da docs: update supported browser versions
  • ee7dcc2 docs: improve documentation
  • c2482ae docs: update documentation
  • 4179a38 docs: prepare for next release v2.4.0
  • bee4461 feat: add theme switcher to showcase theming capabilities
  • d85fd09 fix: formatting
  • 0ead5e6 feat: underline links by default
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Nov 24, 2025
Bumps [@jothepro/doxygen-awesome-css](https://github.com/jothepro/doxygen-awesome-css) from v2.3.4 to v2.4.1.
- [Release notes](https://github.com/jothepro/doxygen-awesome-css/releases)
- [Commits](jothepro/doxygen-awesome-css@568f56c...1f36200)

---
updated-dependencies:
- dependency-name: "@jothepro/doxygen-awesome-css"
  dependency-version: 1f3620084ff75734ed192101acf40e9dff01d848
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/jothepro/doxygen-awesome-css-v2.4.1 branch from ec0a384 to c5d5d26 Compare December 2, 2025 00:00
@marcoroth marcoroth merged commit 89534a6 into main Dec 3, 2025
13 checks passed
@marcoroth marcoroth deleted the dependabot/npm_and_yarn/jothepro/doxygen-awesome-css-v2.4.1 branch December 3, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant