just-the-docs 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a6a0d3f3fd03d3844e9c5eb64e40cc773eb262d0510602a788251969a1cabc
4
- data.tar.gz: 61a7948dfe5194edd3fa9d687627609bd09d7f60d53b537cd8a3648cc3f6b010
3
+ metadata.gz: a15da004d049b86d15dd69e15b26b4fdc3f89648f18c10a0887dcd74e11bbd33
4
+ data.tar.gz: d6f522be1bd83f83c47d58da5a741742c041d145acf386a79d8df5b665128f71
5
5
  SHA512:
6
- metadata.gz: 7bd3dfc0ed486b513da4dda7ed173afd9c88f0e0d91613ee461a6bd5d4fba2fca0fe2629c62d352eaf939ddfaebbf1e25e25143ce25984ac4b924f4822bd21aa
7
- data.tar.gz: 2b91896bdb283283afd9144463962e9f21128f212e92b70755fe2c718d58e4711fd6a3be102f4df9cab73d0c8b1ab3b709c0fbbcd784fd74ee548396299ebfcd
6
+ metadata.gz: 02c386ac5304ac727920556e0e35fe779f9a4420e01621353415f01ff55ac3550c3de08e4b41fdc76096b3639ad89d03bac9b65b3017b16acc2e99f257750383
7
+ data.tar.gz: 63f6eea9e2b23b5d16da9314ba740b41c6be7f02aef860934c6b4c7935f43db2ca149b620f10dbdafa4c2cd7b18393de84ec03359266f313dcf2ce5dd2466cbf
data/CHANGELOG.md CHANGED
@@ -23,6 +23,16 @@ 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
+
26
36
  ## Release v0.8.1
27
37
 
28
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!
@@ -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.1
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-03-06 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