just-the-docs 0.8.0 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8593eb0f4214116b46db9b1904d2585e794db893633690a78e5d77ad12c2b4f
4
- data.tar.gz: dc7aa12e6092af9eabe4a5fd5509df6270fb197abcadff2bb4c4cb0a23993b25
3
+ metadata.gz: a15da004d049b86d15dd69e15b26b4fdc3f89648f18c10a0887dcd74e11bbd33
4
+ data.tar.gz: d6f522be1bd83f83c47d58da5a741742c041d145acf386a79d8df5b665128f71
5
5
  SHA512:
6
- metadata.gz: c7673a1920061a093328ab384a5a23b25f5e7ec0a1759d09280aa89d07fe63e4df66ce343cd27265d7774ebf431cf45bd45b8ef44f91656371a9e121efd22d41
7
- data.tar.gz: 39cf8e32b64c2973e9b463c52799c7d56ef57b42d06e46d97d3b92034ccfb131826f6e502e24528051dd067f926cbe5a8373af16a28f1bb0993c960a62e30c7e
6
+ metadata.gz: 02c386ac5304ac727920556e0e35fe779f9a4420e01621353415f01ff55ac3550c3de08e4b41fdc76096b3639ad89d03bac9b65b3017b16acc2e99f257750383
7
+ data.tar.gz: 63f6eea9e2b23b5d16da9314ba740b41c6be7f02aef860934c6b4c7935f43db2ca149b620f10dbdafa4c2cd7b18393de84ec03359266f313dcf2ce5dd2466cbf
data/CHANGELOG.md CHANGED
@@ -23,6 +23,37 @@ Docs changes made since the latest release:
23
23
 
24
24
  - N/A
25
25
 
26
+ ## Release v0.8.2
27
+
28
+ 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!
29
+
30
+ ### Bugfixes
31
+
32
+ - Fixed: Protect theme JS file from front matter default for layout by [@pdmosses] in [#1447]
33
+
34
+ [#1447]: https://github.com/just-the-docs/just-the-docs/pull/1447
35
+
36
+ ## Release v0.8.1
37
+
38
+ 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!
39
+
40
+ ### Bugfixes
41
+
42
+ - Fixed: Liquid filter typo in breadcrumb component (`strip` instead of `trim`) by [@Zarthus] in [#1434]
43
+
44
+ ### Documentation
45
+
46
+ - Build docs site using strict mode and `strict_filters` by [@Zarthus] in [#1435]
47
+
48
+ ### New Contributors
49
+
50
+ - [@Zarthus] made their first contribution in [#1434]
51
+
52
+ [@Zarthus]: https://github.com/Zarthus
53
+
54
+ [#1434]: https://github.com/just-the-docs/just-the-docs/pull/1434
55
+ [#1435]: https://github.com/just-the-docs/just-the-docs/pull/1435
56
+
26
57
  ## Release v0.8.0
27
58
 
28
59
  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.
@@ -56,7 +56,7 @@
56
56
  {%- for nav_split in nav_anchor_splits -%}
57
57
  {%- unless forloop.last -%}
58
58
 
59
- {%- assign nav_split_next = nav_anchor_splits[forloop.index] | trim -%}
59
+ {%- assign nav_split_next = nav_anchor_splits[forloop.index] | strip -%}
60
60
 
61
61
  {%- assign nav_split_test =
62
62
  nav_split_next | remove_first: nav_list_simple | prepend: nav_list_simple -%}
@@ -1,4 +1,5 @@
1
1
  ---
2
+ layout: null
2
3
  ---
3
4
  (function (jtd, undefined) {
4
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-the-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Marsceill
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-02-23 00:00:00.000000000 Z
12
+ date: 2024-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler