github just-the-docs/just-the-docs v0.7.0

latest releases: v0.8.2, v0.8.1, v0.8.0...
6 months ago

Release v0.7.0

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/just-the-docs@v0.7.0

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

  • Added: configuration options for opening external links in new tab by [@CarbonNeuron] in [#1360]

Bugfixes

  • Fixed: remove href from the navigation link to the current page by [@pdmosses] in [#1356]
  • Fixed: improve build time by [@pdmosses] in [#1358]
  • 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.

Documentation:

New Contributors

Don't miss a new just-the-docs release

NewReleases is sending notifications on new releases.