Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency just-the-docs to v0.10.1 #414

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
just-the-docs (changelog) 0.6.1 -> 0.10.1 age adoption passing confidence

Release Notes

just-the-docs/just-the-docs (just-the-docs)

v0.10.1

Compare Source

Hi folks! This patch fixes two bugs related to generated navigation elements and improves our docs.

This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support!

Bugfixes
Documentation
New Contributors

v0.10.0

Compare Source

Hi folks! This minor release adds one of our most-requested features: unlimited multi-level navigation (also known as recursive navigation). Huge thanks to [@​pdmosses] for his wonderful work in implementing this feature!

This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support!

Using Release v0.10.0

Users who have not pinned the theme version will be automatically upgraded to v0.9.0 the next time they build their site.

To use this release explicitly as a remote theme:

remote_theme: just-the-docs/[email protected]

To use this version explicitly as a gem-based theme, pin the version in your Gemfile and re-run bundle install or bundle update just-the-docs:

gem "just-the-docs", "0.10.0"

To use and pin a previous version of the theme, replace the 0.10.0 with the desired release tag.

New Features
Documentation

v0.9.0

Compare Source

Hi folks! This minor release adds a nav_enabled set of variables to enable/disable the navigation at a site, layout, and page level --- and uses that to add search and auxilary links to the minimal layout. In addition, it fixes search-data.json corruption with default layouts and some minor CSS/SCSS issues.

This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support!

Using Release v0.9.0

Users who have not pinned the theme version will be automatically upgraded to v0.9.0 the next time they build their site.

To use this release explicitly as a remote theme:

remote_theme: just-the-docs/[email protected]

To use this version explicitly as a gem-based theme, pin the version in your Gemfile and re-run bundle install or bundle update just-the-docs:

gem "just-the-docs", "0.9.0"

To use and pin a previous version of the theme, replace the 0.9.0 with the desired release tag.

New Features
  • Added: nav_enabled site, layout, and page-level variable to selectively show or hide the side/mobile menu by [@​kevinlin1] in #​1441
  • Added: site-wide search bar and auxiliary links to the minimal layout by [@​kevinlin1] in #​1441
Bugfixes
Documentation
  • Docs: Explained the nav_enabled variables as an alternative to using the minimal layout [@​kevinlin1] in #​1441.
New Contributors

v0.8.2

Compare Source

Hi everyone! This patch release fixes a bug where a default layout with unrestricted scope (path: "") breaks JavaScript functionality. Users who do not use a default layout with unrestricted scope should not be affected. This should be a straightforward upgrade for all users. Thank you to [@​pdmosses] for triaging and fixing the bug!

Bugfixes

v0.8.1

Compare Source

Hi folks! This patch release fixes a bug introduced in 0.8.0 that affects users who build their sites in strict mode. It is a straightforward upgrade that should require no manual migration changes. Thank you to @​Zarthus for quickly catching and fixing this bug!

Bugfixes
  • Fixed: Liquid filter typo in breadcrumb component (strip instead of trim) by @​Zarthus in #​1434
Documentation
New Contributors

v0.8.0

Compare Source

Hi folks! This first minor release of 2024 has a short number of changes: a large improvement of build times for large sites, a new keyboard shortcut to focus the search bar, and sidebar navigation bugfixes for "pretty" URLs (with .html omitted) and the clickable area on Safari. This release has no explicit breaking changes and should be a straightforward upgrade for most (if not all) users.

Using Release v0.8.0

Users who have not pinned the theme version will be automatically upgraded to v0.8.0 the next time they build their site.

To use this release explicitly as a remote theme:

remote_theme: just-the-docs/[email protected]

To use this version explicitly as a gem-based theme, pin the version in your Gemfile and re-run bundle install or bundle update just-the-docs:

gem "just-the-docs", "0.8.0"

To use and pin a previous version of the theme, replace the 0.8.0 with the desired release tag.

New Features
Bugfixes
Documentation
New Contributors

v0.7.0

Compare Source

Hi folks! This is a minor release that adds a new configuration option for opening external links in a new tab and provides many bugfixes (in both correctness and performance) for Just the Docs users with large sites. We anticipate that for most users, this is a straightforward upgrade. However, it introduces some potentially-breaking internal changes to undocumented features of the theme.

Migrating to v0.7.0

Migration: users will need to migrate if:

  • they overrode _includes/nav.html, which has moved to _includes/components/nav.html
  • they have an element with the IDs jtd-nav-activation or jtd-head-nav-stylesheet

For more, refer to the migration guide.

Using Release v0.7.0

Users who have not pinned the theme version will be automatically upgraded to v0.7.0 the next time they build their site.

To use this release explicitly as a remote theme:

remote_theme: just-the-docs/[email protected]

To use this version explicitly as a gem-based theme, pin the version in your Gemfile and re-run bundle install or bundle update just-the-docs:

gem "just-the-docs", "0.7.0"

To use and pin a previous version of the theme, replace the 0.7.0 with the desired release tag.

New Features
Bugfixes

{: .warning }
#​1358 moved _includes/nav.html to the _includes/components directory,
Users who were overriding that file will need to adjust their sites accordingly.

Documentation:
New Contributors

v0.6.2

Compare Source

Hi all, this is a small patch release that includes two changes: adding a missing Windows emoji font fallback, and removing some (now-unused) code introduced in 0.6.

Bugfixes
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/just-the-docs-0.x-lockfile branch from 3077f69 to 2869809 Compare January 14, 2025 11:15
@willeastcott willeastcott merged commit ac180cb into main Jan 14, 2025
6 checks passed
@willeastcott willeastcott deleted the renovate/just-the-docs-0.x-lockfile branch January 14, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant