mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 14:23:31 -06:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e92afffb9c | ||
|
e434f916ce | ||
|
328893dd30 |
10
CHANGELOG.md
10
CHANGELOG.md
@@ -23,6 +23,16 @@ Docs changes made since the latest release:
|
||||
|
||||
- N/A
|
||||
|
||||
## Release v0.8.2
|
||||
|
||||
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
|
||||
|
||||
- Fixed: Protect theme JS file from front matter default for layout by [@pdmosses] in [#1447]
|
||||
|
||||
[#1447]: https://github.com/just-the-docs/just-the-docs/pull/1447
|
||||
|
||||
## Release v0.8.1
|
||||
|
||||
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,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
just-the-docs (0.8.1)
|
||||
just-the-docs (0.8.2)
|
||||
jekyll (>= 3.8.5)
|
||||
jekyll-include-cache
|
||||
jekyll-seo-tag (>= 2.0)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---
|
||||
layout: null
|
||||
---
|
||||
(function (jtd, undefined) {
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "just-the-docs"
|
||||
spec.version = "0.8.1"
|
||||
spec.version = "0.8.2"
|
||||
spec.authors = ["Patrick Marsceill", "Matthew Wang"]
|
||||
spec.email = ["patrick.marsceill@gmail.com", "matt@matthewwang.me"]
|
||||
|
||||
|
Reference in New Issue
Block a user