Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2026

Bumps just-the-docs from 0.10.1 to 0.11.0.

Release notes

Sourced from just-the-docs's releases.

v0.11.0

Release v0.11.0

Happy new year folks! As promised, this is a very quick release following 0.10.2 that makes some bigger changes to the theme to improve its accessibility. In some corner cases, these are breaking changes, though I do not anticipate that this will affect most users. Separately, there are some styling changes that will look different -- but should also generally improve the accessibility of the theme for its users.

I'm also immensely grateful to @​cycomachead, who submitted a PR in 2024 to run automated accessibility tests (via aXe) over our entire site. I have been chipping away at various accessibility issues surfaced by this PR over the past two years. After fixing the majority of them, we have added his suite as part of our light scheme CI pipeline. This should help theme users better meet the WCAG 2.1 AA accessibility standards (and others). Outside of reverse-footnotes, the majority of our docs site (and test sites) pass WAVE with no errors!

I plan to continue improving the accessibility of the theme - particularly in dark mode - in future PRs. I also hope to be more active in theme maintenance in 2026. Thank you everybody for your support!

Migrating to v0.11.0

Migration: users may need to migrate if:

  • they have custom code that imports OneLightJekyll and OneDarkJekyll
  • they have theme: legacy_light in their _config.yml
  • they have a custom _includes/components/sidebar.html and/or _includes/components/footer.html`
  • have custom code or logic that relies on .site-footer outside of _includes/nav_footer_custom.html

For more, refer to POTENTIALLY-BREAKING CHANGES IN v0.11.0 in the migration guide..

Theme

Documentation

New Contributors

v0.10.2

Release v0.10.2

Hi folks! I'm coming back after a long hiatus to start to make some accessibility updates to the theme. Thank you for your patience as I get back up to speed on all things JtD.

This release mostly contains accessibility fixes. None are breaking, though the ones that resolve contrast and focus issues do induce a (minor) visual change to the site. Upgrading should be straightforward.

Separately, the CHANGELOG has now become significantly slimmer and easier to read. Thank you to the other maintainers for suggesting this!

I plan on following up this release with another v0.11.0 that incorporates some semi-breaking changes to resolve larger layout issues. Thanks everyone for your support, and hope that you have a lovely end to your 2025 (or a start to your 2026)!

... (truncated)

Changelog

Sourced from just-the-docs's changelog.

v0.11.0 - 2026-01-01

Theme

Documentation

v0.10.2 - 2025-12-31

Theme

  • Fixed: margin-top and margin-bottom for <hr> elements in print styles by @​jacksonj04 in #1677
  • Fixed: sidenav footer (.site-footer) color contrast by @​mattxwang in #1746
  • Fixed: use aria-expanded instead of aria-pressed for buttons connected to expandable content by @​rianrietveld in #1679
  • Fixed: accessibility issues with search bar (color contrast, focus indicator, decorative icons) by @​mattxwang in #1747

Documentation

Commits
  • ef2875d 0.11.0
  • 96643b2 Prep 0.11.0
  • 7c23948 README/year updates!
  • fe8e64c Add aXe accessibility tests (#1756)
  • 3b0c952 Fix footer_content/footer_custom color contrast (#1755)
  • c81843c Fix sidebar ARIA role (by including navigation) (#1754)
  • 4d79f8f Fixes color contrast for selected .nav-list-link (light mode) (#1753)
  • 8ba57b4 Fix color contrast between dark mode background and $link-color (#1752)
  • 1235035 Fix .site-footer focus order on sm viewport (mobile) (#1751)
  • 0ce1669 Fix inability to focus on scrollable code blocks via keyboard navigation (#1533)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/just-the-docs/just-the-docs/releases)
- [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md)
- [Commits](just-the-docs/just-the-docs@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: just-the-docs
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jan 2, 2026
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant