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
Fixed: erroneous parentheses in site_nav conditional by [@mattxwang] in #1366
Fixed: navigation scroll to active link regression by [@pdmosses] in #1367
Fixed: invalid CSS rules in head elements by [@pdmosses] in #1368
Fixed: accidental disabling of forward-declared stylesheets by [@mattxwang] in #1373
Warning#1358 moved _includes/nav.html to the _includes/components directory,
Users who were overriding that file will need to adjust their sites accordingly.
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
Fixed: erroneous parentheses in site_nav conditional by [@mattxwang] in #1366
Fixed: navigation scroll to active link regression by [@pdmosses] in #1367
Fixed: invalid CSS rules in head elements by [@pdmosses] in #1368
Fixed: accidental disabling of forward-declared stylesheets by [@mattxwang] in #1373
{: .warning }
#1358 moved _includes/nav.html to the _includes/components directory,
Users who were overriding that file will need to adjust their sites accordingly.
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 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 from 0.6.2 to 0.7.0.
Release notes
Sourced from just-the-docs's releases.
... (truncated)
Changelog
Sourced from just-the-docs's changelog.
... (truncated)
Commits
2ed7a7d
Version 0.7.0a387ea1
Prep 0.7.080bd7bf
Fix accidental disabling of forward-declared stylesheets (#1373)56e0f1c
Fix invalid CSS rules in head elements (#1368)fad3712
Update Changelogcdae4f6
docs: fix typos inCHANGELOG
andMIGRATION
(#1377)b75fd5e
Bump stylelint from 15.10.3 to 15.11.0 (#1375)ae52352
Fixed: navigation scroll to active link regression (#1367)3d01bc9
Bump postcss from 8.4.28 to 8.4.31 (#1369)66b84a0
Fixes erroneous parentheses insite_nav
conditional (#1366)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