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.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:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.10.0
with the desired release tag.New Features
Documentation
jekyll-sitemap
plugin) by [@mattxwang] in #1530v0.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 theminimal
layout. In addition, it fixessearch-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:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.9.0
with the desired release tag.New Features
nav_enabled
site, layout, and page-level variable to selectively show or hide the side/mobile menu by [@kevinlin1] in #1441minimal
layout by [@kevinlin1] in #1441Bugfixes
search-data.json
file from front matter default for layout by [@mattxwang] in #1468monospace
inpre
,code
,kbd
,samp
reset by [@mattxwang] in #1508Documentation
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 unrestrictedscope
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
strip
instead oftrim
) by @Zarthus in #1434Documentation
strict_filters
by @Zarthus in #1435New 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:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.8.0
with the desired release tag.New Features
Bugfixes
.html
omitted from URL by [@pdmosses] in #1374Documentation
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:
_includes/nav.html
, which has moved to_includes/components/nav.html
jtd-nav-activation
orjtd-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:
To use this version explicitly as a gem-based theme, pin the version in your
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.7.0
with the desired release tag.New Features
Bugfixes
site_nav
conditional by [@mattxwang] in #1366{: .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:
CHANGELOG
andMIGRATION
by @thapasusheel in #1377New 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
.passive
toggle in navigation by [@pdmosses] in #1335New Contributors
v0.6.1
Compare 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.0
Compare Source
Hi all, this is a minor release that introduces performance improvements for build times on large sites, correctly sets the
color-scheme
property, and fixes invalid HTML. However, it introduces some potentially-breaking internal changes to undocumented features of the theme.Migrating to
v0.6.0
Migration: users will need to migrate if:
_includes
file namedfavicon.html
,head_nav.html
, orcss/activation.scss.liquid
#main-content-wrap
light
theme's code, or the theme-loading logicFor more, refer to the migration guide.
Using Release
v0.6.0
Users who have not pinned the theme version will be automatically upgraded to
v0.6.0
the 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
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.6.0
with the desired release tag.New Features and Bugfixes
$color-scheme
theme variable to specifycolor-scheme
for:root
by @sigv in #1280</button>
tag insidebar.html
by [@mattxwang] in #1304#main-content-wrap
minimal 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.4
Compare 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
.label
styling by [@mattxwang] in #1278v0.5.3
Compare Source
Hi all, this is a minor patch release that only includes one change: changing all text-based CSS properties to use
rem
instead of hard-codedpx
values. This has two effects:jekyll build
.$root-font-size
SCSS 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-size
SCSS variable, you might experience light layout shifts.Using Release
v0.5.3
Users who have not pinned the theme version will be automatically upgraded to
v0.5.3
the 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
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.5.3
with the desired release tag.Bugfixes
rem
instead of fixedpx
values; deprecate$root-font-size
by [@mattxwang] in #1169v0.5.2
Compare 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.3
at https://v0-3-3-docs.just-the-docs.com/. Thank you to our GitHub sponsors for funding our domain name!Using Release
v0.5.2
Users who have not pinned the theme version will be automatically upgraded to
v0.5.2
the 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
Gemfile
and re-runbundle install
orbundle update just-the-docs
:To use and pin a previous version of the theme, replace the
0.5.2
with the desired release tag.Bugfixes
href="#"
; addsaria-pressed
information 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.