chore(deps): update dependency just-the-docs to "~>0.10.0" #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"~>0.5.0"->"~>0.10.0"Release Notes
just-the-docs/just-the-docs (just-the-docs)
v0.10.1Compare 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
back_to_topnot displaying when no other footer variables are set by [@mattxwang] in #1461Documentation
New Contributors
v0.10.0Compare 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.0Users who have not pinned the theme version will be automatically upgraded to
v0.9.0the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.10.0with the desired release tag.New Features
Documentation
jekyll-sitemapplugin) by [@mattxwang] in #1530v0.9.0Compare Source
Hi folks! This minor release adds a
nav_enabledset of variables to enable/disable the navigation at a site, layout, and page level --- and uses that to add search and auxilary links to theminimallayout. In addition, it fixessearch-data.jsoncorruption 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.0Users who have not pinned the theme version will be automatically upgraded to
v0.9.0the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.9.0with the desired release tag.New Features
nav_enabledsite, layout, and page-level variable to selectively show or hide the side/mobile menu by [@kevinlin1] in #1441minimallayout by [@kevinlin1] in #1441Bugfixes
search-data.jsonfile from front matter default for layout by [@mattxwang] in #1468monospaceinpre,code,kbd,sampreset by [@mattxwang] in #1508Documentation
nav_enabledvariables as an alternative to using the minimal layout [@kevinlin1] in #1441.New Contributors
v0.8.2Compare 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 unrestrictedscopeshould 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.1Compare Source
Hi folks! This patch release fixes a bug introduced in
0.8.0that 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
stripinstead oftrim) by @Zarthus in #1434Documentation
strict_filtersby @Zarthus in #1435New Contributors
v0.8.0Compare 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
.htmlomitted) 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.0Users who have not pinned the theme version will be automatically upgraded to
v0.8.0the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.8.0with the desired release tag.New Features
Bugfixes
.htmlomitted from URL by [@pdmosses] in #1374Documentation
New Contributors
v0.7.0Compare 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.0Migration: users will need to migrate if:
_includes/nav.html, which has moved to_includes/components/nav.htmljtd-nav-activationorjtd-head-nav-stylesheetFor more, refer to the migration guide.
Using Release
v0.7.0Users who have not pinned the theme version will be automatically upgraded to
v0.7.0the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.7.0with the desired release tag.New Features
Bugfixes
site_navconditional by [@mattxwang] in #1366{: .warning }
#1358 moved
_includes/nav.htmlto the_includes/componentsdirectory,Users who were overriding that file will need to adjust their sites accordingly.
Documentation:
CHANGELOGandMIGRATIONby @thapasusheel in #1377New Contributors
v0.6.2Compare 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
.passivetoggle in navigation by [@pdmosses] in #1335New Contributors
v0.6.1Compare Source
Hi all, this is a small patch release that only includes one change: resolving a bug introduced in 0.6.0 that causes a JS error for pages excluded from navigation.
Bugfixes
v0.6.0Compare Source
Hi all, this is a minor release that introduces performance improvements for build times on large sites, correctly sets the
color-schemeproperty, and fixes invalid HTML. However, it introduces some potentially-breaking internal changes to undocumented features of the theme.Migrating to
v0.6.0Migration: users will need to migrate if:
_includesfile namedfavicon.html,head_nav.html, orcss/activation.scss.liquid#main-content-wraplighttheme's code, or the theme-loading logicFor more, refer to the migration guide.
Using Release
v0.6.0Users who have not pinned the theme version will be automatically upgraded to
v0.6.0the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.6.0with the desired release tag.New Features and Bugfixes
$color-schemetheme variable to specifycolor-schemefor:rootby @sigv in #1280</button>tag insidebar.htmlby [@mattxwang] in #1304#main-content-wrapminimal and default layouts by [@mattxwang] in #1305Documentation
{: .warning }
The theme docs are unversioned, and already reflect the above changes.
Docs changes:
New Contributors
v0.5.4Compare Source
Hi all, this is a small patch release that only includes one change: fixing a style clash between Mermaid's labels and Just the Docs' labels.
Note: for subsequent patch releases, we will omit migration instructions (for brevity). In all cases, immediate migration should be backwards-compatible. Refer to previous major or minor update instructions for more information.
Bugfixes
.labelstyling by [@mattxwang] in #1278v0.5.3Compare Source
Hi all, this is a minor patch release that only includes one change: changing all text-based CSS properties to use
reminstead of hard-codedpxvalues. This has two effects:jekyll build.$root-font-sizeSCSS variable. We will remove it in an upcoming release of the theme.If you use the stock Just the Docs theme, this release should have no impact on your final built site. If you change the
$root-font-sizeSCSS variable, you might experience light layout shifts.Using Release
v0.5.3Users who have not pinned the theme version will be automatically upgraded to
v0.5.3the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.5.3with the desired release tag.Bugfixes
reminstead of fixedpxvalues; deprecate$root-font-sizeby [@mattxwang] in #1169v0.5.2Compare Source
Hi all, this is a minor patch release that mostly focuses on accessibility. Since we follow semantic versioning, this should be a smooth upgrade with no breaking changes.
In addition, the theme docs website has a new canonical URL: https://just-the-docs.com. We've also retroactively published the theme docs website for version
v0.3.3at https://v0-3-3-docs.just-the-docs.com/. Thank you to our GitHub sponsors for funding our domain name!Using Release
v0.5.2Users who have not pinned the theme version will be automatically upgraded to
v0.5.2the next time they build their site.To use this release explicitly as a remote theme:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfileand re-runbundle installorbundle update just-the-docs:To use and pin a previous version of the theme, replace the
0.5.2with the desired release tag.Bugfixes
href="#"; addsaria-pressedinformation for toggles by [@mattxwang] in #1262New 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.