From 528141d30ced253ae847c51b27d18cec792e704a Mon Sep 17 00:00:00 2001 From: Peter Mosses <18308236+pdmosses@users.noreply.github.com> Date: Wed, 3 Aug 2022 07:24:16 +0200 Subject: [PATCH] Added: Combination PRs (#910) Enumerate Combination PRs Some items are already listed separately, and some have no PRs. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a7ecc..17f5081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,18 @@ Major work in progress. Please see [PR #892](https://github.com/just-the-docs/ju ### Features * Added: Combination by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/578 - * TODO: enumerate Combination PRs + - Added: dark highlighting in https://github.com/just-the-docs/just-the-docs/pull/463 + - Added: pages and collections in https://github.com/just-the-docs/just-the-docs/pull/448 + - Added: callouts in https://github.com/just-the-docs/just-the-docs/pull/466 + - Fixed: breadcrumb behaviour … by @AdityaTiwari2102 in https://github.com/just-the-docs/just-the-docs/pull/477 + - Fixed: prevent rake command corrupting search data in https://github.com/just-the-docs/just-the-docs/pull/495 (also listed below) + - Fixed: nested lists in https://github.com/just-the-docs/just-the-docs/pull/496 + - Fixed: set color for search input in https://github.com/just-the-docs/just-the-docs/pull/498 (also listed below) + - Fixed: sites with no child pages (no PR) + - Fixed: TOC/breadcrumbs for multiple collections in https://github.com/just-the-docs/just-the-docs/pull/494 + - Added: collection configuration option `nav_fold` (no PR) + - Fixed: indentation and color for folded collection navigation (no PR) + - Fixed: scroll navigation to show the link to the current page https://github.com/just-the-docs/just-the-docs/pull/639 * Added: custom favicon `_includes` by @burner1024 in https://github.com/just-the-docs/just-the-docs/pull/364 * Added: set color for search input by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/498 * Added: search placeholder configuration by @mattxwang in https://github.com/just-the-docs/just-the-docs/pull/613