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

chore(deps): update dependency just-the-docs to "~>0.10.0" #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
just-the-docs (changelog) "~>0.5.0" -> "~>0.10.0" age adoption passing confidence

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:

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

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:

  • they have an existing _includes file named favicon.html, head_nav.html, or css/activation.scss.liquid
  • they have code that refers to #main-content-wrap
  • they override the default light theme's code, or the theme-loading logic
  • they have different favicons for different pages

For 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:

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.6.0"

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

New Features and Bugfixes
Documentation

{: .warning }
The theme docs are unversioned, and already reflect the above changes.

Docs changes:

  • A [footnote]({% link docs/configuration.md %}#fn:js-disabled) in the configuration docs explains how disabling JavaScript affects the display of navigation links when browsing folded collections.
  • Invalid HTML has been removed from most documentation examples.
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

v0.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-coded px values. This has two effects:

  1. All deprecation warnings are now fixed on build; you should now get a clean build with jekyll build.
  2. We have deprecated the $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:

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.5.3"

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

Bugfixes
  • Fixed: font-size scaling for text-related CSS properties by using rem instead of fixed px values; deprecate $root-font-size by [@​mattxwang] in #​1169

v0.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:

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.5.2"

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

Bugfixes
  • Fixed: liquid variable leakage in navigation components by [@​pdmosses] in #​1243
  • Fixed: ARIA roles and labels for search, header, logo, mobile menu button, and main content by @​joelhawksley in #​1259
  • Fixed: ARIA labels for all anchors with href="#"; adds aria-pressed information for toggles by [@​mattxwang] in #​1262
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 becomes conflicted, 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 branch from fdf7a1d to 52b3543 Compare October 25, 2023 19:30
@renovate renovate bot changed the title chore(deps): update dependency just-the-docs to "~>0.6.0" chore(deps): update dependency just-the-docs to "~>0.7.0" Oct 25, 2023
@renovate renovate bot force-pushed the renovate/just-the-docs-0.x branch from 52b3543 to acbc314 Compare February 23, 2024 10:28
@renovate renovate bot changed the title chore(deps): update dependency just-the-docs to "~>0.7.0" chore(deps): update dependency just-the-docs to "~>0.8.0" Feb 23, 2024
@renovate renovate bot force-pushed the renovate/just-the-docs-0.x branch from acbc314 to d9c2d87 Compare February 29, 2024 21:33
@renovate renovate bot force-pushed the renovate/just-the-docs-0.x branch from d9c2d87 to 1a4c8fd Compare August 12, 2024 19:56
@renovate renovate bot changed the title chore(deps): update dependency just-the-docs to "~>0.8.0" chore(deps): update dependency just-the-docs to "~>0.9.0" Aug 12, 2024
@renovate renovate bot force-pushed the renovate/just-the-docs-0.x branch from 1a4c8fd to 7f6eee6 Compare September 9, 2024 21:20
@renovate renovate bot changed the title chore(deps): update dependency just-the-docs to "~>0.9.0" chore(deps): update dependency just-the-docs to "~>0.10.0" Sep 9, 2024
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.

0 participants