just-the-docs 0.10.0 → 0.10.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.
data/CHANGELOG.md CHANGED
@@ -7,8 +7,9 @@ layout: default
7
7
 
8
8
  All notable user-facing changes to this project are documented in this file.
9
9
 
10
- {: .highlight }
11
- The project underwent a major maintenance shift in March 2022.
10
+ For information on upgrading to a new version (including resolving breaking changes), see the [Migration and Upgrading Guide](https://just-the-docs.com/MIGRATION).
11
+
12
+ For more detailed explanations for each release, see [the GitHub Releases page](https://github.com/just-the-docs/just-the-docs/releases).
12
13
 
13
14
  ## HEAD
14
15
 
@@ -23,1516 +24,476 @@ Docs changes made since the latest release:
23
24
 
24
25
  - N/A
25
26
 
26
- ## Release v0.10.0
27
-
28
- 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!
29
-
30
- This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support!
31
-
32
- ### Using Release `v0.10.0`
33
-
34
- Users who have not pinned the theme version will be **automatically upgraded to `v0.9.0` the next time they build their site**.
35
-
36
- To use this release explicitly as a remote theme:
37
-
38
- ```yml
39
- remote_theme: just-the-docs/just-the-docs@v0.10.0
40
- ```
41
-
42
- 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`:
43
-
44
- ```ruby
45
- gem "just-the-docs", "0.10.0"
46
- ```
47
-
48
- To use and pin a previous version of the theme, replace the `0.10.0` with the desired release tag.
27
+ ## v0.10.2 - 2025-12-31
49
28
 
50
- ### New Features
29
+ ### Theme
51
30
 
52
- - Added: Allow unlimited multi-level navigation by [@pdmosses] in [#1431]
31
+ - Fixed: `margin-top` and `margin-bottom` for `<hr>` elements in print styles by [@jacksonj04](https://github.com/jacksonj04) in [#1677](https://github.com/just-the-docs/just-the-docs/pull/1677)
32
+ - Fixed: sidenav footer (`.site-footer`) color contrast by [@mattxwang](https://github.com/mattxwang) in [#1746](https://github.com/just-the-docs/just-the-docs/pull/1746)
33
+ - Fixed: use `aria-expanded` instead of `aria-pressed` for buttons connected to expandable content by [@rianrietveld](https://github.com/rianrietveld) in [#1679](https://github.com/just-the-docs/just-the-docs/pull/1679)
34
+ - Fixed: accessibility issues with search bar (color contrast, focus indicator, decorative icons) by [@mattxwang](https://github.com/mattxwang) in [#1747](https://github.com/just-the-docs/just-the-docs/pull/1747)
53
35
 
54
36
  ### Documentation
55
37
 
56
- - Added: Allow unlimited multi-level navigation by [@pdmosses] in [#1440]
57
- - Added: sitemap (via `jekyll-sitemap` plugin) by [@mattxwang] in [#1530]
58
- - Fixed: (non-systemic) accessibility issues flagged by aXe by [@mattxwang] in [#1531]
59
-
60
- [#1431]: https://github.com/just-the-docs/just-the-docs/pull/1431
61
- [#1440]: https://github.com/just-the-docs/just-the-docs/pull/1440
62
- [#1530]: https://github.com/just-the-docs/just-the-docs/pull/1530
63
- [#1530]: https://github.com/just-the-docs/just-the-docs/pull/1531
64
-
65
- ## Release v0.9.0
66
-
67
- 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.
68
-
69
- This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support!
70
-
71
- ### Using Release `v0.9.0`
72
-
73
- Users who have not pinned the theme version will be **automatically upgraded to `v0.9.0` the next time they build their site**.
74
-
75
- To use this release explicitly as a remote theme:
76
-
77
- ```yml
78
- remote_theme: just-the-docs/just-the-docs@v0.9.0
79
- ```
80
-
81
- 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`:
38
+ - Remove non-essential CHANGELOG information by [@mattxwang](https://github.com/mattxwang) in [#1745](https://github.com/just-the-docs/just-the-docs/pull/1745)
82
39
 
83
- ```ruby
84
- gem "just-the-docs", "0.9.0"
85
- ```
40
+ ## v0.10.1 - 2025-01-06
86
41
 
87
- To use and pin a previous version of the theme, replace the `0.9.0` with the desired release tag.
42
+ ### Theme
88
43
 
89
- ### New Features
90
-
91
- - Added: `nav_enabled` site, layout, and page-level variable to selectively show or hide the side/mobile menu by [@kevinlin1] in [#1441]
92
- - Added: site-wide search bar and auxiliary links to the `minimal` layout by [@kevinlin1] in [#1441]
93
-
94
- ### Bugfixes
95
-
96
- - Fixed: protect `search-data.json` file from front matter default for layout by [@mattxwang] in [#1468]
97
- - Fixed: Sass mixed declarations by [@bobvandevijver] in [#1495]
98
- - Fixed: redundant `monospace` in `pre`, `code`, `kbd`, `samp` reset by [@mattxwang] in [#1508]
44
+ - Fixed: `back_to_top` not displaying when no other footer variables are set by [@mattxwang](https://github.com/mattxwang) in [#1461](https://github.com/just-the-docs/just-the-docs/pull/1461)
45
+ - Fixed: auto-generated child navigation (TOC) by [@pdmosses](https://github.com/pdmosses) in [#1590](https://github.com/just-the-docs/just-the-docs/pull/1590)
99
46
 
100
47
  ### Documentation
101
48
 
102
- - Docs: Explained the `nav_enabled` variables as an alternative to using the minimal layout [@kevinlin1] in [#1441].
103
-
104
- ### New Contributors
105
-
106
- - [@bobvandevijver] made their first contribution in [#1495]
107
-
108
- [@bobvandevijver]: https://github.com/bobvandevijver
49
+ - Fixed: incorrect docs for example with minimal layout parent, default layout child by [@janbrasna](https://github.com/janbrasna) in [#1540](https://github.com/just-the-docs/just-the-docs/pull/1540)
50
+ - Fixed: unclear docs on using in-page table of contents by [@sebjameswml](https://github.com/sebjameswml) in [#1551](https://github.com/just-the-docs/just-the-docs/pull/1551)
109
51
 
110
- [#1441]: https://github.com/just-the-docs/just-the-docs/pull/1441
111
- [#1468]: https://github.com/just-the-docs/just-the-docs/pull/1468
112
- [#1495]: https://github.com/just-the-docs/just-the-docs/pull/1495
113
- [#1508]: https://github.com/just-the-docs/just-the-docs/pull/1508
52
+ ## v0.10.0 - 2024-09-09
114
53
 
115
- ## Release v0.8.2
54
+ ### Theme
116
55
 
117
- 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!
118
-
119
- ### Bugfixes
120
-
121
- - Fixed: Protect theme JS file from front matter default for layout by [@pdmosses] in [#1447]
122
-
123
- [#1447]: https://github.com/just-the-docs/just-the-docs/pull/1447
124
-
125
- ## Release v0.8.1
126
-
127
- 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!
128
-
129
- ### Bugfixes
130
-
131
- - Fixed: Liquid filter typo in breadcrumb component (`strip` instead of `trim`) by [@Zarthus] in [#1434]
56
+ - Added: Allow unlimited multi-level navigation by [@pdmosses](https://github.com/pdmosses) in [#1431](https://github.com/just-the-docs/just-the-docs/pull/1431)
132
57
 
133
58
  ### Documentation
134
59
 
135
- - Build docs site using strict mode and `strict_filters` by [@Zarthus] in [#1435]
136
-
137
- ### New Contributors
60
+ - Added: Allow unlimited multi-level navigation by [@pdmosses](https://github.com/pdmosses) in [#1440](https://github.com/just-the-docs/just-the-docs/pull/1440)
61
+ - Added: sitemap (via `jekyll-sitemap` plugin) by [@mattxwang](https://github.com/mattxwang) in [#1530](https://github.com/just-the-docs/just-the-docs/pull/1530)
62
+ - Fixed: (non-systemic) accessibility issues flagged by aXe by [@mattxwang](https://github.com/mattxwang) in [#1531](https://github.com/just-the-docs/just-the-docs/pull/1531)
138
63
 
139
- - [@Zarthus] made their first contribution in [#1434]
64
+ ## v0.9.0 - 2024-08-12
140
65
 
141
- [@Zarthus]: https://github.com/Zarthus
66
+ ### Theme
142
67
 
143
- [#1434]: https://github.com/just-the-docs/just-the-docs/pull/1434
144
- [#1435]: https://github.com/just-the-docs/just-the-docs/pull/1435
145
-
146
- ## Release v0.8.0
147
-
148
- 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.
149
-
150
- ### Using Release `v0.8.0`
151
-
152
- Users who have not pinned the theme version will be **automatically upgraded to `v0.8.0` the next time they build their site**.
153
-
154
- To use this release explicitly as a remote theme:
155
-
156
- ```yml
157
- remote_theme: just-the-docs/just-the-docs@v0.8.0
158
- ```
159
-
160
- 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`:
161
-
162
- ```ruby
163
- gem "just-the-docs", "0.8.0"
164
- ```
165
-
166
- To use and pin a previous version of the theme, replace the `0.8.0` with the desired release tag.
167
-
168
- ### New Features
169
-
170
- - Added: configurable keyboard shortcut to focus search input by [@kcromanpl-bajra] in [#1411]
171
-
172
- ### Bugfixes
173
-
174
- - Fixed: quicker build by [@pdmosses] in [#1397]
175
- - Fixed: incorrect navigation when `.html` omitted from URL by [@pdmosses] in [#1374]
176
- - Fixed: incorrect positioning of clickable area for navigation links on Safari by [@mattxwang] in [#1403]
68
+ - Added: `nav_enabled` site, layout, and page-level variable to selectively show or hide the side/mobile menu by [@kevinlin1](https://github.com/kevinlin1) in [#1441](https://github.com/just-the-docs/just-the-docs/pull/1441)
69
+ - Added: site-wide search bar and auxiliary links to the `minimal` layout by [@kevinlin1](https://github.com/kevinlin1) in [#1441](https://github.com/just-the-docs/just-the-docs/pull/1441)
70
+ - Fixed: protect `search-data.json` file from front matter default for layout by [@mattxwang](https://github.com/mattxwang) in [#1468](https://github.com/just-the-docs/just-the-docs/pull/1468)
71
+ - Fixed: Sass mixed declarations by [@bobvandevijver](https://github.com/bobvandevijver) in [#1495](https://github.com/just-the-docs/just-the-docs/pull/1495)
72
+ - Fixed: redundant `monospace` in `pre`, `code`, `kbd`, `samp` reset by [@mattxwang](https://github.com/mattxwang) in [#1508](https://github.com/just-the-docs/just-the-docs/pull/1508)
177
73
 
178
74
  ### Documentation
179
75
 
180
- - Add documentation to "Navigation Structure" on grouping pages with collections by [@mitchnemirov] in [#1390]
181
-
182
- ### New Contributors
183
-
184
- - [@mitchnemirov] made their first contribution in [#1390]
185
- - [@kcromanpl-bajra] made their first contribution in [#1411]
186
-
187
- [@mitchnemirov]: https://github.com/mitchnemirov
188
- [@kcromanpl-bajra]: https://github.com/kcromanpl-bajra
189
-
190
- [#1374]: https://github.com/just-the-docs/just-the-docs/pull/1374
191
- [#1390]: https://github.com/just-the-docs/just-the-docs/pull/1390
192
- [#1397]: https://github.com/just-the-docs/just-the-docs/pull/1397
193
- [#1403]: https://github.com/just-the-docs/just-the-docs/pull/1403
194
- [#1411]: https://github.com/just-the-docs/just-the-docs/pull/1411
76
+ - Docs: Explained the `nav_enabled` variables as an alternative to using the minimal layout [@kevinlin1](https://github.com/kevinlin1) in [#1441](https://github.com/just-the-docs/just-the-docs/pull/1441).
195
77
 
196
- ## Release v0.7.0
78
+ ## v0.8.2 - 2024-05-15
197
79
 
198
- 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.
80
+ ### Theme
199
81
 
200
- ### Migrating to `v0.7.0`
82
+ - Fixed: Protect theme JS file from front matter default for layout by [@pdmosses](https://github.com/pdmosses) in [#1447](https://github.com/just-the-docs/just-the-docs/pull/1447)
201
83
 
202
- **Migration**: users will need to migrate if:
84
+ ## v0.8.1 - 2024-03-06
203
85
 
204
- - they overrode `_includes/nav.html`, which has moved to `_includes/components/nav.html`
205
- - they have an element with the IDs `jtd-nav-activation` or `jtd-head-nav-stylesheet`
86
+ ### Theme
206
87
 
207
- For more, refer to the [migration guide](https://just-the-docs.com/MIGRATION/).
88
+ - Fixed: Liquid filter typo in breadcrumb component (`strip` instead of `trim`) by [@Zarthus](https://github.com/Zarthus) in [#1434](https://github.com/just-the-docs/just-the-docs/pull/1434)
208
89
 
209
- ### Using Release `v0.7.0`
210
-
211
- Users who have not pinned the theme version will be **automatically upgraded to `v0.7.0` the next time they build their site**.
212
-
213
- To use this release explicitly as a remote theme:
90
+ ### Documentation
214
91
 
215
- ```yml
216
- remote_theme: just-the-docs/just-the-docs@v0.7.0
217
- ```
92
+ - Build docs site using strict mode and `strict_filters` by [@Zarthus](https://github.com/Zarthus) in [#1435](https://github.com/just-the-docs/just-the-docs/pull/1435)
218
93
 
219
- 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`:
94
+ ## v0.8.0 - 2024-02-22
220
95
 
221
- ```ruby
222
- gem "just-the-docs", "0.7.0"
223
- ```
96
+ ### Theme
224
97
 
225
- To use and pin a previous version of the theme, replace the `0.7.0` with the desired release tag.
98
+ - Added: configurable keyboard shortcut to focus search input by [@kcromanpl-bajra](https://github.com/kcromanpl-bajra) in [#1411](https://github.com/just-the-docs/just-the-docs/pull/1411)
99
+ - Fixed: quicker build by [@pdmosses](https://github.com/pdmosses) in [#1397](https://github.com/just-the-docs/just-the-docs/pull/1397)
100
+ - Fixed: incorrect navigation when `.html` omitted from URL by [@pdmosses](https://github.com/pdmosses) in [#1374](https://github.com/just-the-docs/just-the-docs/pull/1374)
101
+ - Fixed: incorrect positioning of clickable area for navigation links on Safari by [@mattxwang](https://github.com/mattxwang) in [#1403](https://github.com/just-the-docs/just-the-docs/pull/1403)
226
102
 
227
- ### New Features
103
+ ### Documentation
228
104
 
229
- - Added: configuration options for opening external links in new tab by [@CarbonNeuron] in [#1360]
105
+ - Add documentation to "Navigation Structure" on grouping pages with collections by [@mitchnemirov](https://github.com/mitchnemirov) in [#1390](https://github.com/just-the-docs/just-the-docs/pull/1390)
230
106
 
231
- ### Bugfixes
232
-
233
- - Fixed: remove href from the navigation link to the current page by [@pdmosses] in [#1356]
234
- - Fixed: improve build time by [@pdmosses] in [#1358]
235
- - Fixed: erroneous parentheses in `site_nav` conditional by [@mattxwang] in [#1366]
236
- - Fixed: navigation scroll to active link regression by [@pdmosses] in [#1367]
237
- - Fixed: invalid CSS rules in head elements by [@pdmosses] in [#1368]
238
- - Fixed: accidental disabling of forward-declared stylesheets by [@mattxwang] in [#1373]
107
+ ## v0.7.0 - 2023-10-25
239
108
 
240
109
  {: .warning }
241
- [#1358] moved `_includes/nav.html` to the `_includes/components` directory,
242
- Users who were overriding that file will need to adjust their sites accordingly.
243
-
244
- ### Documentation:
245
-
246
- - Docs: fix typos in `CHANGELOG` and `MIGRATION` by [@thapasusheel] in [#1377]
110
+ **Potentially Breaking Changes**: this version contains **potentially breaking changes** for a small set of users. For more information, refer to the [Migrating to v0.7.0 guide](https://just-the-docs.com/migration/#potentially-breaking-changes-in-v070).
247
111
 
248
- ### New Contributors
249
-
250
- - [@CarbonNeuron] made their first contribution in [#1360]
251
- - [@thapasusheel] made their first contribution in [#1377]
252
-
253
- [@CarbonNeuron]: https://github.com/CarbonNeuron
254
- [@thapasusheel]: https://github.com/thapasusheel
112
+ ### Theme
255
113
 
256
- [#1356]: https://github.com/just-the-docs/just-the-docs/pull/1356
257
- [#1358]: https://github.com/just-the-docs/just-the-docs/pull/1358
258
- [#1360]: https://github.com/just-the-docs/just-the-docs/pull/1360
259
- [#1366]: https://github.com/just-the-docs/just-the-docs/pull/1366
260
- [#1367]: https://github.com/just-the-docs/just-the-docs/pull/1367
261
- [#1368]: https://github.com/just-the-docs/just-the-docs/pull/1368
262
- [#1373]: https://github.com/just-the-docs/just-the-docs/pull/1373
263
- [#1377]: https://github.com/just-the-docs/just-the-docs/pull/1377
114
+ - Added: configuration options for opening external links in new tab by [@CarbonNeuron](https://github.com/CarbonNeuron) in [#1360](https://github.com/just-the-docs/just-the-docs/pull/1360)
115
+ - Fixed: remove href from the navigation link to the current page by [@pdmosses](https://github.com/pdmosses) in [#1356](https://github.com/just-the-docs/just-the-docs/pull/1356)
116
+ - Fixed: improve build time by [@pdmosses](https://github.com/pdmosses) in [#1358](https://github.com/just-the-docs/just-the-docs/pull/1358)
117
+ - Fixed: erroneous parentheses in `site_nav` conditional by [@mattxwang](https://github.com/mattxwang) in [#1366](https://github.com/just-the-docs/just-the-docs/pull/1366)
118
+ - Fixed: navigation scroll to active link regression by [@pdmosses](https://github.com/pdmosses) in [#1367](https://github.com/just-the-docs/just-the-docs/pull/1367)
119
+ - Fixed: invalid CSS rules in head elements by [@pdmosses](https://github.com/pdmosses) in [#1368](https://github.com/just-the-docs/just-the-docs/pull/1368)
120
+ - Fixed: accidental disabling of forward-declared stylesheets by [@mattxwang](https://github.com/mattxwang) in [#1373](https://github.com/just-the-docs/just-the-docs/pull/1373)
264
121
 
265
- ## Release v0.6.2
122
+ ### Documentation:
266
123
 
267
- 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.
124
+ - Docs: fix typos in `CHANGELOG` and `MIGRATION` by [@thapasusheel](https://github.com/thapasusheel) in [#1377](https://github.com/just-the-docs/just-the-docs/pull/1377)
268
125
 
269
- ### Bugfixes
126
+ ## v0.6.2 - 2023-09-19
270
127
 
271
- - Fixed: Windows emoji font fallback by [@flanakin] in [#1337]
272
- - Removed: unused `.passive` toggle in navigation by [@pdmosses] in [#1335]
128
+ ### Theme
273
129
 
274
- [#1335]: https://github.com/just-the-docs/just-the-docs/pull/1335
275
- [#1337]: https://github.com/just-the-docs/just-the-docs/pull/1337
130
+ - Fixed: Windows emoji font fallback by [@flanakin](https://github.com/flanakin) in [#1337](https://github.com/just-the-docs/just-the-docs/pull/1337)
131
+ - Removed: unused `.passive` toggle in navigation by [@pdmosses](https://github.com/pdmosses) in [#1335](https://github.com/just-the-docs/just-the-docs/pull/1335)
276
132
 
277
133
  ### New Contributors
278
134
 
279
- - [@flanakin] made their first contribution in [#1337]
135
+ - [@flanakin](https://github.com/flanakin) made their first contribution in [#1337](https://github.com/just-the-docs/just-the-docs/pull/1337)
280
136
 
281
- [@flanakin]: https://github.com/flanakin
282
-
283
- ## Release v0.6.1
284
-
285
- 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.
286
-
287
- ### Bugfixes
137
+ ## v0.6.1 - 2023-08-26
288
138
 
289
- - Fixed: JS error for pages excluded from navigation by [@pdmosses] in [#1332]
139
+ ### Theme
290
140
 
291
- [#1332]: https://github.com/just-the-docs/just-the-docs/pull/1332
141
+ - Fixed: JS error for pages excluded from navigation by [@pdmosses](https://github.com/pdmosses) in [#1332](https://github.com/just-the-docs/just-the-docs/pull/1332)
292
142
 
293
- ## Release v0.6.0
143
+ ## v0.6.0 - 2023-08-19
294
144
 
295
- 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.
296
-
297
- ### Migrating to `v0.6.0`
298
-
299
- **Migration**: users will need to migrate if:
300
-
301
- - they have an existing `_includes` file named `favicon.html`, `head_nav.html`, or `css/activation.scss.liquid`
302
- - they have code that refers to `#main-content-wrap`
303
- - they override the default `light` theme's code, or the theme-loading logic
304
- - they have different favicons for different pages
305
-
306
- For more, refer to the [migration guide](https://just-the-docs.com/MIGRATION/).
307
-
308
- ### Using Release `v0.6.0`
309
-
310
- Users who have not pinned the theme version will be **automatically upgraded to `v0.6.0` the next time they build their site**.
311
-
312
- To use this release explicitly as a remote theme:
313
-
314
- ```yml
315
- remote_theme: just-the-docs/just-the-docs@v0.6.0
316
- ```
317
-
318
- 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`:
319
-
320
- ```ruby
321
- gem "just-the-docs", "0.6.0"
322
- ```
323
-
324
- To use and pin a previous version of the theme, replace the `0.6.0` with the desired release tag.
145
+ {: .warning }
146
+ **Potentially Breaking Changes**: this version contains **potentially breaking changes** for a small set of users. For more information, refer to the [Migrating to v0.6.0 guide](https://just-the-docs.com/migration/#potentially-breaking-changes-in-v060).
325
147
 
326
- ### New Features and Bugfixes
148
+ ### Theme
327
149
 
328
- - Added: `$color-scheme` theme variable to specify `color-scheme` for `:root` by [@sigv] in [#1280]
329
- - Fixed: build times for large sites by [@pdmosses] in [#1244]
330
- - Fixed: missing closing `</button>` tag in `sidebar.html` by [@mattxwang] in [#1304]
331
- - Fixed: removed duplicate `#main-content-wrap` minimal and default layouts by [@mattxwang] in [#1305]
150
+ - Added: `$color-scheme` theme variable to specify `color-scheme` for `:root` by [@sigv](https://github.com/sigv) in [#1280](https://github.com/just-the-docs/just-the-docs/pull/1280)
151
+ - Fixed: build times for large sites by [@pdmosses](https://github.com/pdmosses) in [#1244](https://github.com/just-the-docs/just-the-docs/pull/1244)
152
+ - Fixed: missing closing `</button>` tag in `sidebar.html` by [@mattxwang](https://github.com/mattxwang) in [#1304](https://github.com/just-the-docs/just-the-docs/pull/1304)
153
+ - Fixed: removed duplicate `#main-content-wrap` minimal and default layouts by [@mattxwang](https://github.com/mattxwang) in [#1305](https://github.com/just-the-docs/just-the-docs/pull/1305)
332
154
 
333
155
  ### Documentation
334
156
 
335
- {: .warning }
336
- The theme docs are unversioned, and already reflect the above changes.
337
-
338
- Docs changes:
339
-
340
157
  - 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.
341
158
  - Invalid HTML has been removed from most documentation examples.
342
159
 
343
- ### New Contributors
344
-
345
- - [@sigv] made their first contribution in [#1280]
346
-
347
- [@sigv]: https://github.com/sigv
348
- [#1244]: https://github.com/just-the-docs/just-the-docs/pull/1244
349
- [#1280]: https://github.com/just-the-docs/just-the-docs/pull/1280
350
- [#1304]: https://github.com/just-the-docs/just-the-docs/pull/1304
351
- [#1305]: https://github.com/just-the-docs/just-the-docs/pull/1305
352
-
353
- ## Release v0.5.4
354
-
355
- 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.
356
-
357
- *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.*
358
-
359
- ### Bugfixes
360
-
361
- - Fixed: Mermaid labels inheriting theme `.label` styling by [@mattxwang] in [#1278]
362
-
363
- [#1278]: https://github.com/just-the-docs/just-the-docs/pull/1278
364
-
365
- ## Release v0.5.3
366
-
367
- 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:
368
-
369
- 1. All deprecation warnings are now fixed on build; you should now get a clean build with `jekyll build`.
370
- 2. We have **deprecated the `$root-font-size` SCSS variable**. We will remove it in an upcoming release of the theme.
371
-
372
- 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.
373
-
374
- ### Using Release `v0.5.3`
375
-
376
- Users who have not pinned the theme version will be **automatically upgraded to `v0.5.3` the next time they build their site**.
377
-
378
- To use this release explicitly as a remote theme:
379
-
380
- ```yml
381
- remote_theme: just-the-docs/just-the-docs@v0.5.3
382
- ```
383
-
384
- 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`:
385
-
386
- ```ruby
387
- gem "just-the-docs", "0.5.3"
388
- ```
389
-
390
- To use and pin a previous version of the theme, replace the `0.5.3` with the desired release tag.
391
-
392
- ### Bugfixes
393
-
394
- - 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]
395
-
396
- [#1169]: https://github.com/just-the-docs/just-the-docs/pull/1169
397
-
398
- ## Release v0.5.2
399
-
400
- 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.
401
-
402
- 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!
403
-
404
- ### Using Release `v0.5.2`
405
-
406
- Users who have not pinned the theme version will be **automatically upgraded to `v0.5.2` the next time they build their site**.
407
-
408
- To use this release explicitly as a remote theme:
409
-
410
- ```yml
411
- remote_theme: just-the-docs/just-the-docs@v0.5.2
412
- ```
413
-
414
- 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`:
415
-
416
- ```ruby
417
- gem "just-the-docs", "0.5.2"
418
- ```
419
-
420
- To use and pin a previous version of the theme, replace the `0.5.2` with the desired release tag.
421
-
422
- ### Bugfixes
423
-
424
- - Fixed: liquid variable leakage in navigation components by [@pdmosses] in [#1243]
425
- - Fixed: ARIA roles and labels for search, header, logo, mobile menu button, and main content by [@joelhawksley] in [#1259]
426
- - Fixed: ARIA labels for all anchors with `href="#"`; adds `aria-pressed` information for toggles by [@mattxwang] in [#1262]
427
-
428
- ### New Contributors
429
-
430
- - [@joelhawksley] made their first contribution in [#1259]
160
+ ## v0.5.4 - 2023-07-04
431
161
 
432
- [@joelhawksley]: https://github.com/joelhawksley
162
+ ### Theme
433
163
 
434
- [#1243]: https://github.com/just-the-docs/just-the-docs/pull/1243
435
- [#1259]: https://github.com/just-the-docs/just-the-docs/pull/1259
436
- [#1262]: https://github.com/just-the-docs/just-the-docs/pull/1262
164
+ - Fixed: Mermaid labels inheriting theme `.label` styling by [@mattxwang](https://github.com/mattxwang) in [#1278](https://github.com/just-the-docs/just-the-docs/pull/1278)
437
165
 
438
- ## Release v0.5.1
166
+ ## v0.5.3 - 2023-06-17
439
167
 
440
- Hi all, this is a very small minor patch release that has two small behavioral bugfixes: fixing a regression introduced in `v0.5.0` on Safari versions `<16.4` (broken media query), and the copy code button providing incorrect feedback in insecure browser contexts. This should be a smooth upgrade with no breaking changes.
168
+ ### Theme
441
169
 
442
- As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
170
+ - Fixed: font-size scaling for text-related CSS properties by using `rem` instead of fixed `px` values; deprecate `$root-font-size` by [@mattxwang](https://github.com/mattxwang) in [#1169](https://github.com/just-the-docs/just-the-docs/pull/1169)
443
171
 
444
- ### Using Release `v0.5.1`
172
+ ## v0.5.2 - 2023-06-07
445
173
 
446
- Users who have not pinned the theme version will be **automatically upgraded to `v0.5.1` the next time they build their site**.
174
+ ### Theme
447
175
 
448
- To use this release explicitly as a remote theme:
176
+ - Fixed: liquid variable leakage in navigation components by [@pdmosses](https://github.com/pdmosses) in [#1243](https://github.com/just-the-docs/just-the-docs/pull/1243)
177
+ - Fixed: ARIA roles and labels for search, header, logo, mobile menu button, and main content by [@joelhawksley](https://github.com/joelhawksley) in [#1259](https://github.com/just-the-docs/just-the-docs/pull/1259)
178
+ - Fixed: ARIA labels for all anchors with `href="#"`; adds `aria-pressed` information for toggles by [@mattxwang](https://github.com/mattxwang) in [#1262](https://github.com/just-the-docs/just-the-docs/pull/1262)
449
179
 
450
- ```yml
451
- remote_theme: just-the-docs/just-the-docs@v0.5.1
452
- ```
180
+ ## v0.5.1 - 2023-04-25
453
181
 
454
- 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`:
182
+ ### Theme
455
183
 
456
- ```ruby
457
- gem "just-the-docs", "0.5.1"
458
- ```
459
-
460
- To use and pin a previous version of the theme, replace the `0.5.1` with the desired release tag.
461
-
462
- ### Bugfixes
463
-
464
-
465
- - Fixed: disable copy code button in insecure contexts [@rmoff] in [#1226]
466
- - Fixed: context-based media feature not supported by Safari `<16.4` by [@mattxwang] in [#1240]
184
+ - Fixed: disable copy code button in insecure contexts [@rmoff](https://github.com/rmoff) in [#1226](https://github.com/just-the-docs/just-the-docs/pull/1226)
185
+ - Fixed: context-based media feature not supported by Safari `<16.4` by [@mattxwang](https://github.com/mattxwang) in [#1240](https://github.com/just-the-docs/just-the-docs/pull/1240)
467
186
 
468
187
  ### Documentation
469
188
 
470
- - Added: document copy code button requiring secure context by [@rmoff] in [#1225]
471
- - Fixed: typo ("them" → "theme") in MIGRATION.md by [@waldyrious] in [#1219]
472
- - Fixed: `font-weight` typo (Utilities > Typography) by [@mattxwang] in [#1229]
473
- - Fixed: `just the docs` typo in migration guide by [@mattxwang] in [#1230]
474
-
475
- ### New Contributors
476
- - [@rmoff] made their first contribution in [#1225]
477
-
478
- [#1219]: https://github.com/just-the-docs/just-the-docs/pull/1219
479
- [#1225]: https://github.com/just-the-docs/just-the-docs/pull/1225
480
- [#1226]: https://github.com/just-the-docs/just-the-docs/pull/1226
481
- [#1229]: https://github.com/just-the-docs/just-the-docs/pull/1229
482
- [#1230]: https://github.com/just-the-docs/just-the-docs/pull/1230
483
- [#1240]: https://github.com/just-the-docs/just-the-docs/pull/1240
484
-
485
- [@rmoff]: https://github.com/rmoff
486
-
487
- ## Release v0.5.0
488
-
489
- Hope your April is going well! This new release of Just the Docs is relatively minor. It has one **breaking change**: we've reverted the import order of `setup.scss` to be *before* color schemes. In addition, we include two requested fixes: color contrast issues with `::selection` and using Just the Docs with mermaid versions `>=10`.
490
-
491
- We've marked this as a minor version bump due to the breaking change. In the next section, we briefly outline what migration steps should be. Users who did not migrate to `v0.4.2` or who do not have a custom `setup.scss` are guaranteed no breaking changes.
492
-
493
- As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
494
-
495
- ### Migrating to `v0.5.0`
496
-
497
- **Migration**: users with a custom `setup.scss` cannot rely on variables or functions defined in `color_scheme`. This reverts to the behaviour in `v0.4.1`. Users should instead move those variables or functions to the `color_scheme` files themselves.
498
-
499
- For more, refer to the [migration guide](https://just-the-docs.com/MIGRATION/).
500
-
501
- ### Using Release `v0.5.0`
502
-
503
- Users who have not pinned the theme version will be **automatically upgraded to `v0.5.0` the next time they build their site**.
189
+ - Added: document copy code button requiring secure context by [@rmoff](https://github.com/rmoff) in [#1225](https://github.com/just-the-docs/just-the-docs/pull/1225)
190
+ - Fixed: typo ("them" → "theme") in MIGRATION.md by [@waldyrious](https://github.com/waldyrious) in [#1219](https://github.com/just-the-docs/just-the-docs/pull/1219)
191
+ - Fixed: `font-weight` typo (Utilities > Typography) by [@mattxwang](https://github.com/mattxwang) in [#1229](https://github.com/just-the-docs/just-the-docs/pull/1229)
192
+ - Fixed: `just the docs` typo in migration guide by [@mattxwang](https://github.com/mattxwang) in [#1230](https://github.com/just-the-docs/just-the-docs/pull/1230)
504
193
 
505
- To use this release explicitly as a remote theme:
194
+ ## v0.5.0 - 2023-04-12
506
195
 
507
- ```yml
508
- remote_theme: just-the-docs/just-the-docs@v0.5.0
509
- ```
510
-
511
- 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`:
512
-
513
- ```ruby
514
- gem "just-the-docs", "0.5.0"
515
- ```
516
-
517
- To use and pin a previous version of the theme, replace the `0.5.0` with the desired release tag.
518
-
519
- ### Bugfixes
520
-
521
- - **Reverted (breaking)**: "Fix import order for `setup.scss` (#1184)" by [@mattxwang] in [#1209]
522
- - Fixed: color contrast issues with `::selection` (reverting to browser defaults) [@mattxwang] in [#1208]
523
- - Fixed: mermaid `v10`, bundle all mermaid code in component by [@mattxwang] in [#1190]
524
- - Removed: unused images (`just-the-docs.png`, `search.svg`) by [@mattxwang] in [#1107]
525
- - Removed: `CODE_OF_CONDUCT`, `docker-compose`, and `Dockerfile` files from site by [@mattxwang] in [#1187]
526
-
527
- **Full Changelog**: [https://github.com/just-the-docs/just-the-docs/compare/v0.4.2...v0.5.0](https://github.com/just-the-docs/just-the-docs/compare/v0.4.2...v0.5.0)
528
-
529
- [#1107]: https://github.com/just-the-docs/just-the-docs/pull/1107
530
- [#1187]: https://github.com/just-the-docs/just-the-docs/pull/1187
531
- [#1190]: https://github.com/just-the-docs/just-the-docs/pull/1190
532
- [#1208]: https://github.com/just-the-docs/just-the-docs/pull/1208
533
- [#1209]: https://github.com/just-the-docs/just-the-docs/pull/1209
534
-
535
- ## Release v0.4.2
536
-
537
- Hello! We're back again with another small release. Like `v0.4.1`, this release is a [semver patch](https://semver.org/): it only includes bugfixes, and is fully backwards-compatible.
538
-
539
- The big highlight of this theme is fixing our light scheme code highlighting contrast issues; this was one of our most-requested features! This change is fully backwards-compatible; users can [opt-in to our old highlighting theme](https://just-the-docs.com/docs/customization/#deprecated-legacy_light) by using `legacy_light` instead of `light`.
540
-
541
- As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
542
-
543
- ### Using Release `v0.4.2`
544
-
545
- Users who have not pinned the theme version will be **automatically upgraded to `v0.4.2` the next time they build their site**.
546
-
547
- To use this release explicitly as a remote theme:
548
-
549
- ```yml
550
- remote_theme: just-the-docs/just-the-docs@v0.4.2
551
- ```
196
+ {: .warning }
197
+ **Potentially Breaking Changes**: this version contains **potentially breaking changes** for a small set of users. For more information, refer to the [Migrating to v0.5.0 guide](https://just-the-docs.com/migration/#potentially-breaking-changes-in-v050).
552
198
 
553
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
199
+ ### Theme
554
200
 
555
- ```ruby
556
- gem "just-the-docs", "0.4.2"
557
- ```
201
+ - **Reverted (breaking)**: "Fix import order for `setup.scss` (#1184)" by [@mattxwang](https://github.com/mattxwang) in [#1209](https://github.com/just-the-docs/just-the-docs/pull/1209)
202
+ - Fixed: color contrast issues with `::selection` (reverting to browser defaults) [@mattxwang](https://github.com/mattxwang) in [#1208](https://github.com/just-the-docs/just-the-docs/pull/1208)
203
+ - Fixed: mermaid `v10`, bundle all mermaid code in component by [@mattxwang](https://github.com/mattxwang) in [#1190](https://github.com/just-the-docs/just-the-docs/pull/1190)
204
+ - Removed: unused images (`just-the-docs.png`, `search.svg`) by [@mattxwang](https://github.com/mattxwang) in [#1107](https://github.com/just-the-docs/just-the-docs/pull/1107)
205
+ - Removed: `CODE_OF_CONDUCT`, `docker-compose`, and `Dockerfile` files from site by [@mattxwang](https://github.com/mattxwang) in [#1187](https://github.com/just-the-docs/just-the-docs/pull/1187)
558
206
 
559
- To use and pin a previous version of the theme, replace the `0.4.2` with the desired release tag.
207
+ ## v0.4.2 - 2023-03-14
560
208
 
561
- ### Bugfixes
209
+ ### Theme
562
210
 
563
- - Fixed: light scheme code highlighting contrast issues; updated to use Atom's One Light colors, consolidate theme variables by [@mattxwang] in [#1166]
564
- - Fixed: duplicate import of `color_schemes` by [@mattxwang] in [#1173]
565
- - Fixed: import order for `setup.scss` by [@mattxwang] in [#1184]
566
- - Removed: unused dark syntax themes by [@mattxwang] in [#1192]
211
+ - Fixed: light scheme code highlighting contrast issues; updated to use Atom's One Light colors, consolidate theme variables by [@mattxwang](https://github.com/mattxwang) in [#1166](https://github.com/just-the-docs/just-the-docs/pull/1166)
212
+ - Fixed: duplicate import of `color_schemes` by [@mattxwang](https://github.com/mattxwang) in [#1173](https://github.com/just-the-docs/just-the-docs/pull/1173)
213
+ - Fixed: import order for `setup.scss` by [@mattxwang](https://github.com/mattxwang) in [#1184](https://github.com/just-the-docs/just-the-docs/pull/1184)
214
+ - Removed: unused dark syntax themes by [@mattxwang](https://github.com/mattxwang) in [#1192](https://github.com/just-the-docs/just-the-docs/pull/1192)
567
215
 
568
216
  ### Documentation
569
217
 
570
- - Added: docs for using mermaid with AsciiDoc by [@flyx] in [#1182]
571
-
572
- **Full Changelog**: [https://github.com/just-the-docs/just-the-docs/compare/v0.4.1...v0.4.2](https://github.com/just-the-docs/just-the-docs/compare/v0.4.1...v0.4.2)
218
+ - Added: docs for using mermaid with AsciiDoc by [@flyx](https://github.com/flyx) in [#1182](https://github.com/just-the-docs/just-the-docs/pull/1182)
573
219
 
574
- [#1166]: https://github.com/just-the-docs/just-the-docs/pull/1166
575
- [#1173]: https://github.com/just-the-docs/just-the-docs/pull/1173
576
- [#1182]: https://github.com/just-the-docs/just-the-docs/pull/1182
577
- [#1184]: https://github.com/just-the-docs/just-the-docs/pull/1184
578
- [#1192]: https://github.com/just-the-docs/just-the-docs/pull/1192
220
+ ## v0.4.1 - 2023-02-23
579
221
 
580
- ## Release v0.4.1
222
+ ### Theme
581
223
 
582
- Hello! We hope you've been enjoying the new `v0.4.0`; we appreciate all the feedback we've gotten already! As promised, future releases will be small with simple steps to upgrade. This is one of them! `v0.4.1` is a [semver patch](https://semver.org/): it only includes bugfixes, and is fully backwards-compatible.
583
-
584
- As always, we'd love your feedback. [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!
585
-
586
- ### Using Release `v0.4.1`
587
-
588
- Users who have not pinned the theme version will be **automatically upgraded to `v0.4.1` the next time they build their site**.
589
-
590
- To use this release explicitly as a remote theme:
591
-
592
- ```yml
593
- remote_theme: just-the-docs/just-the-docs@v0.4.1
594
- ```
595
-
596
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
597
-
598
- ```ruby
599
- gem "just-the-docs", "0.4.1"
600
- ```
601
-
602
- To use and pin a previous version of the theme, replace the `0.4.1` with the desired release tag.
603
-
604
- ### Bugfixes
605
-
606
- - Fixed: allow later versions of `bundler` by [@mattxwang] in [#1165]
607
- - Fixed: AsciiDoc code block styling by [@flyx] in [#1168]
608
- - Fixed: main content negative margin for viewports in `[$md, $nav-width + $content-width]` by [@Dima-369] in [#1177]
609
- - Removed: unused `OneDarkJekyll` files by [@mattxwang] in [#1167]
224
+ - Fixed: allow later versions of `bundler` by [@mattxwang](https://github.com/mattxwang) in [#1165](https://github.com/just-the-docs/just-the-docs/pull/1165)
225
+ - Fixed: AsciiDoc code block styling by [@flyx](https://github.com/flyx) in [#1168](https://github.com/just-the-docs/just-the-docs/pull/1168)
226
+ - Fixed: main content negative margin for viewports in `[$md, $nav-width + $content-width]` by [@Dima-369](https://github.com/Dima-369) in [#1177](https://github.com/just-the-docs/just-the-docs/pull/1177)
227
+ - Removed: unused `OneDarkJekyll` files by [@mattxwang](https://github.com/mattxwang) in [#1167](https://github.com/just-the-docs/just-the-docs/pull/1167)
610
228
 
611
229
  ### Documentation
612
230
 
613
- - Fixed: re-add `jekyll-github-metadata` to docs site by [@mattxwang] in [#1108]
614
-
615
- ### New Contributors
616
-
617
- - [@flyx] made their first contribution in [#1168]
618
- - [@Dima-369] made their first contribution in [#1177]
619
-
620
- [#1108]: https://github.com/just-the-docs/just-the-docs/pull/1108
621
- [#1165]: https://github.com/just-the-docs/just-the-docs/pull/1165
622
- [#1167]: https://github.com/just-the-docs/just-the-docs/pull/1167
623
- [#1168]: https://github.com/just-the-docs/just-the-docs/pull/1168
624
- [#1177]: https://github.com/just-the-docs/just-the-docs/pull/1177
625
-
626
- [@flyx]: https://github.com/flyx
627
- [@Dima-369]: https://github.com/Dima-369
231
+ - Fixed: re-add `jekyll-github-metadata` to docs site by [@mattxwang](https://github.com/mattxwang) in [#1108](https://github.com/just-the-docs/just-the-docs/pull/1108)
628
232
 
629
233
  **Full Changelog**: [https://github.com/just-the-docs/just-the-docs/compare/v0.4.0...v0.4.1](https://github.com/just-the-docs/just-the-docs/compare/v0.4.0...v0.4.1)
630
234
 
631
- ## Release v0.4.0
632
-
633
- We're so excited to release Just the Docs `v0.4.0`. This release has been almost a year in the making - after our new maintenance team has taken over the project, we've added two years of backlogged features and bugfixes to modernize the theme. This CHANGELOG will summarize some of the key changes, discuss migrations strategies, and outline broad future plans for this theme.
634
-
635
- ### Brief Overview - Highlighted Changes
636
-
637
- `v0.4.0` contains many new features and bugfixes. We enumerate all of them in further sections in this changelog; however, we'd like to call out some of the most-requested changes:
235
+ ## v0.4.0 - 2023-02-05
638
236
 
639
- - better support for dark theme: dark highlighting, search input color
640
- - [callouts](https://just-the-docs.com/docs/ui-components/callouts/), a new design component to highlight content
641
- - [configuring mermaid.js](https://just-the-docs.com/docs/ui-components/code/#mermaid-diagram-code-blocks), a markdown-native diagram visualization library
642
- - [copy code button](https://just-the-docs.com/docs/ui-components/code/#copy-button) for code snippets
643
- - external navigation links
644
- - major improvements to nav generation efficiency and robustness
645
- - minor improvements to built-in accessibility (SVG icons, nav titles, skip to main content)
646
- - [modularized site components](https://just-the-docs.com/docs/customization/#custom-layouts-and-includes) (advanced feature)
647
- - [new custom includes](https://just-the-docs.com/docs/customization/#override-includes): table of contents heading, navigation panel footer, search placeholder, lunr search indices
648
- - bugfixes involving WEBrick and Ruby 3, Liquid processing in CSS comments, nested task lists, relative URLs, scroll navigation, corrupted search data from rake, breadcrumbs, and more!
649
- - more documentation for [custom includes](https://just-the-docs.com/docs/customization/#override-includes), this changelog, and the [migration guide](https://just-the-docs.com/MIGRATION/)
650
-
651
- *After usage instructions and the roadmap, we enumerate all changes from `v0.3.3`.*
652
-
653
- ### Using Release `v0.4.0`
654
-
655
- Unlike pre-releases, `v0.4.0` is a new semver minor release for the theme. That means that users who have not pinned the theme version will be **automatically upgraded to `v0.4.0` the next time they build their site**.
656
-
657
- To use this release explicitly as a remote theme:
658
-
659
- ```yml
660
- remote_theme: just-the-docs/just-the-docs@v0.4.0
661
- ```
662
-
663
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
664
-
665
- ```ruby
666
- gem "just-the-docs", "0.4.0"
667
- ```
668
-
669
- If you would prefer to not upgrade, you can enforce that explicitly:
670
-
671
- 1. pin your gem version in your `Gemfile`, like so
672
- ```ruby
673
- gem "just-the-docs", "0.3.3"
674
- ```
675
- 2. freeze the `remote_theme`, like so
676
- ```yml
677
- remote_theme: just-the-docs/just-the-docs@v0.3.3
678
- ```
679
-
680
- ### Migration Guide and Strategies
681
-
682
- We've developed a new [migration guide](https://just-the-docs.com/MIGRATION/) for users to migrate from version `v0.3.3` to `v0.4.0`. It outlines major changes in project maintenance (e.g. new repository link, team) as well as breaking changes that may break your site (and potential solutions). We suggest that all users refer to the guide before manually upgrading their site.
683
-
684
- **For the vast majority of users, we do not anticipate that this will be a breaking change.** The major touch points are surrounding new includes, navigation (ordering, pages, and collections), the favicon, and a shift to relative URLs. However, users who heavily customize the theme (primarily by overriding includes) will likely have to make minor changes.
685
-
686
- Given the length of features added in this release, users may want to incrementally upgrade through the pre-releases. To follow this approach, read this changelog from `v0.4.0.rc1` to `v0.4.0.rc5`; this breaks down the release into small chunks, each of which should be easier to upgrade. `v0.4.0.rc5` is identical to this release.
687
-
688
- For support with migrating to `v0.4.0`, [open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) and let us know!
689
-
690
- ### Roadmap (What's Next?)
691
-
692
- Moving forward, we plan to release more frequently with smaller, bite-sized changes. This should make it easier for users to upgrade in the future!
693
-
694
- Broadly, many features are still on the radar. We anticipate the rest of `v0.4.x` to be bugfixes surrounding this new release.
695
-
696
- For version `v0.5`, our roadmap includes:
697
-
698
- - a theme toggle (light/dark mode), with automatic theme switching based on browser preferences
699
- - better GDPR compliance for analytics
700
- - multi-level/recursive navigation (unlimited hierarchy of child pages)
701
-
702
- In future versions, we also plan on:
703
-
704
- - adding better dark theme defaults
705
- - adding better internationalization support
706
- - exploring offline PDF generation
707
- - improving accessibility within the theme
708
- - improving search functionality
709
- - refactoring and improving the robustness of our codebase
710
-
711
- Have ideas for what's next, or want to get involved? [Open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) and let us know! We're looking for more contributors and maintainers to help us develop the theme.
712
-
713
- ### New Features
237
+ {: .note }
238
+ The project underwent a large maintenance shift in 2022; `0.4.0` is the first release from the new team.
714
239
 
715
- - Added: Combination by [@pdmosses] in [#578]
716
- - Added: dark highlighting in [#463]
717
- - Added: pages and collections in [#448]
718
- - Added: callouts in [#466]
719
- - Fixed: breadcrumb behaviour … by [@AdityaTiwari2102] in [#477]
720
- - Fixed: prevent rake command corrupting search data in [#495] (also listed below)
721
- - Fixed: nested lists in [#496]
722
- - Fixed: set color for search input in [#498] (also listed below)
240
+ {: .note }
241
+ This PR combines the last 5 release candidates (from `0.4.0.rc1` to `0.4.0.rc5`).
242
+
243
+ - Added: Combination by [@pdmosses](https://github.com/pdmosses) in [#578](https://github.com/just-the-docs/just-the-docs/pull/578)
244
+ - Added: dark highlighting in [#463](https://github.com/just-the-docs/just-the-docs/pull/463)
245
+ - Added: pages and collections in [#448](https://github.com/just-the-docs/just-the-docs/pull/448)
246
+ - Added: callouts in [#466](https://github.com/just-the-docs/just-the-docs/pull/466)
247
+ - Fixed: breadcrumb behaviour by [@AdityaTiwari2102](https://github.com/AdityaTiwari2102) in [#477](https://github.com/just-the-docs/just-the-docs/pull/477)
248
+ - Fixed: prevent rake command corrupting search data in [#495](https://github.com/just-the-docs/just-the-docs/pull/495) (also listed below)
249
+ - Fixed: nested lists in [#496](https://github.com/just-the-docs/just-the-docs/pull/496)
250
+ - Fixed: set color for search input in [#498](https://github.com/just-the-docs/just-the-docs/pull/498) (also listed below)
723
251
  - Fixed: sites with no child pages (no PR)
724
- - Fixed: TOC/breadcrumbs for multiple collections in [#494]
252
+ - Fixed: TOC/breadcrumbs for multiple collections in [#494](https://github.com/just-the-docs/just-the-docs/pull/494)
725
253
  - Added: collection configuration option `nav_fold` (no PR)
726
254
  - Fixed: indentation and color for folded collection navigation (no PR)
727
- - Fixed: scroll navigation to show the link to the current page in [#639]
728
- - Fixed: Replace all uses of `absolute_url` by `relative_url`, by [@svrooij] in [#544]
729
- - Added: custom favicon `_includes` by [@burner1024] in [#364]
730
- - Added: set color for search input by [@pdmosses] in [#498]
731
- - Added: search placeholder configuration by [@mattxwang] in [#613]
732
- - Added: 'child_nav_order' front matter to be able to sort navigation pages in reverse by [@jmertic] in [#726]
733
- - Added: `nav_footer_custom` include by [@nathanjessen] in [#474]
734
- - Added: style fixes for jekyll-asciidoc by [@alyssais] in [#829]
735
- - Added: mermaid.js support by [@nascosto] in [#857]
736
- - Added: support for external navigation links by [@SPGoding] in [#876]
737
- - Added: refactor `mermaid` config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` by [@mattxwang] in [#909]
738
- - Added: accessible titles to nested page nav toggle by [@JPrevost] in [#950]
739
- - Added: better title styling for AsciiDoc examples by [@alyssais] in [#944]
740
- - Added: docs for custom search placeholder by [@mattxwang] in [#939]
741
- - Added: provide ability to skip to main content by [@JPrevost] in [#949]
742
- - Added: styling for `<blockquote>` by [@mattxwang] in [#965]
743
- - Added: custom include for TOC heading by [@pdmosses] in [#980]
744
- - Added: experimental nav optimization for simple cases by [@pdmosses] in [#992]
745
- - Added: support multiple Google Analytics tracking IDs, document UA -> GA4 switch by [@MichelleBlanchette] in [#1029]
746
- - Added: copy code button to code snippets by [@simonebortolin] in [#945]
747
- - Added: restore simple configuration of `favicon.ico` via `site.static_files` by [@pdmosses] in [#1095]
748
- - Added: modularize site components by [@mattxwang] in [#1058]
749
- - Added: includes for custom `lunr` Liquid and JS code by [@diablodale] in [#1068]
750
- - Added: new `_sass/custom/setup.scss` for variable definition by [@mattxwang] in [#1135]
751
- - Added: configuration key to load a local version of mermaid by [@fabrik42] in [#1153]
752
-
753
- ### Bugfixes
754
-
755
- - Fixed: prepend `site.collections_dir` if exists by [@alexsegura] in [#519]
756
- - Fixed: nested task lists (#517) by [@pdmosses] in [#855]
757
- - Fixed: suppress Liquid processing in CSS comments by [@pdmosses] in [#686]
758
- - Fixed: prevent rake command from corrupting search data by [@pdmosses] in [#495]
759
- - Fixed: anchor heading links should be visible on focus by [@jacobhq] in [#846]
760
- - Fixed: add `overflow-x: auto` to `figure.highlight` by [@iridazzle] in [#727]
761
- - Fixed: add `overflow-wrap: word-break` to `body` by [@iridazzle] in [#889]
762
- - Fixed: vertical alignment for consecutive labels by [@Eisverygoodletter] in [#893]
763
- - Fixed: allow links to wrap by [@pdmosses] in [#905]
764
- - Fixed: nav scroll feature and absolute/relative URLs by [@pdmosses] in [#898]
765
- - Fixed: exclude `vendor/` in Jekyll config by [@manuelhenke] in [#941]
766
- - Fixed: improve build time of navigation panel by [@pdmosses] in [#956]
767
- - Fixed: spacing issue when search is disabled by [@henryiii] in [#960]
768
- - Fixed: active grandchild link class by [@pdmosses] in [#962]
769
- - Fixed: HTML validation issues (W3C validator) by [@mattxwang] in [#964]
770
- - Fixed: link styling now uses `text-decoration` values by [@mattxwang] in [#967]
771
- - Fixed: cleaning up Jekyll excludes by [@pdmosses] in [#985]
772
- - Fixed: docs, narrow styling for code highlighting with line numbers by [@pdmosses] in [#974]
773
- - Fixed: default syntax highlighting in custom color schemes [@pdmosses] in [#986]
774
- - Fixed: incorrect disambiguation in generated TOCs by [@pdmosses] in [#999]
775
- - Fixed: duplicated external links in collections by [@pdmosses] in [#1001]
776
- - Fixed: import order of `custom.scss`; puts at end by [@deseo] in [#1010]
777
- - Fixed: top-level active link styling by [@pdmosses] in [#1015]
778
- - Fixed: external links for sites with no pages by [@pdmosses] in [#1021]
779
- - Fixed: duplicate `title` if `jekyll-seo-tag` not in users's plugins by [@Tom-Brouwer] in [#1040]
780
- - Fixed: removes (duplicate) `favicon.html`, shifts content to `head_custom.html` by [@mattxwang] in [#1027]
781
- - Fixed: add `reversed`, deprecate `desc` for nav `child_nav_order` by [@jmertic] in [#1061]
782
- - Fixed: `child.child_nav_order` to `node.child_nav_order` by [@mattxwang] in [#1065]
783
- - Fixed: remove all uses of `/` as SASS division by [@mattxwang] in [#1074]
784
- - note: this was originally merged as [#1074] with a bug; it was reverted in [#1076], and then reimplemented in [#1077]
785
- - Fixed: skip nav collection generation when site has no pages by [@pdmosses] in [#1092]
786
- - Fixed: standardize SCSS with `declaration-block-no-redundant-longhand-properties` by [@simonebortolin] in [#1102]
787
- - Fixed: incorrect `padding` property value pair in `labels.scss` by [@SConaway] in [#1104]
788
- - Fixed: various bugs with copy code button by [@simonebortolin] in [#1096]
789
- - Fixed: replace inline styling for `<svg>` icons by [@captn3m0] in [#1110]
790
- - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1] in [#1123]
791
- - Fixed: minor spacing and comment nits by [@EricFromCanada] in [#1128]
792
- - Fixed: exclude images from being bundled with gem by [@m-r-mccormick] in [#1142]
793
- - Fixed: dark theme code block background, line number colors by [@m-r-mccormick] in [#1124]
794
- - Fixed: copy code button interaction with kramdown line numbers by [@mattxwang] in [#1143]
795
-
796
- ### Maintenance
797
-
798
- - Added: VScode devcontainer by [@max06] in [#783]
799
- - Added: `webrick` to `Gemfile` by [@mattxwang] in [#799]
800
- - Added: 'This site is powered by Netlify.' to the footer by [@mattxwang] in [#797]
801
- - Updated: new repo path by [@pmarsceill] in [#775]
802
- - Updated: rename `master` -> `main` by [@pmarsceill] in [#776]
803
- - Updated: README by [@pmarsceill] in [#777]
804
- - Updated: Code of Conduct to Contributor Covenant v2.1 by [@mattxwang] in [#790]
805
- - Updated: CI files, Ruby & Node Versions by [@mattxwang] in [#820]
806
- - Updated: Stylelint to v14, extend SCSS plugins, remove primer-* configs, resolve issues by [@mattxwang] in [#821]
807
- - Deleted: unused script directory by [@mattxwang] in [#937]
808
- - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang] in [#1071]
809
-
810
- ### Documentation
811
-
812
- - Added: docs on how to break an `ol` by [@pdmosses] in [#856]
813
- - Added: docs for custom includes by [@nathanjessen] in [#806]
814
- - Added: document caveat about variable dependencies by [@waldyrious] in [#555]
815
- - Added: docs on how to use `custom_head` to add a custom favicon by [@UnclassedPenguin] in [#814]
816
- - Added: docs load mermaid.js by default by [@mattxwang] in [#935]
817
- - Added: warning about mandatory `_`-prefix for collections by [@max06] in [#1091]
818
- - Added: migration guide by [@pdmosses] in [#1059]
819
- - Added: label new features introduced in `v0.4` by [@mattxwang] in [#1138]
820
- - Fixed: `ol` on `index.md` by [@pmarsceill] in [#778]
821
- - Fixed: image link in Markdown kitchen sink by [@JeffGuKang] in [#221]
822
- - Fixed: images in Markdown kitchen sink by [@dougaitken] in [#782]
823
- - Fixed: clearer label of link to Jekyll quickstart by [@waldyrious] in [#549]
824
- - Fixed: remove extra spaces in component docs by [@MichelleBlanchette] in [#554]
825
- - Fixed: double "your" typo in `index.md` by [@sehilyi] in [#499]
826
- - Fixed: "you" -> "your" typo in `index.md` by [@nathanjessen] in [#473]
827
- - Fixed: spacing in toc example by [@henryiii] in [#835]
828
- - Fixed: typo in `README` on `_config.yml` by [@ivanskodje] in [#891]
829
- - Fixed: missing code fence in navigation structure docs by [@mattxwang] in [#906]
830
- - Fixed: table of contents on search docs by [@robinpokorny] in [#940]
831
- - Fixed: broken docs link (custom footer) by [@olgarithms] in [#951]
832
- - Fixed: clarify version docs by [@pdmosses] in [#955]
833
- - Fixed: typo in changelog links [@koppor] in [#1000]
834
- - Fixed: two bugs in "Customization" (custom favicon, new annotation) by [@mattxwang] in [#1090]
835
- - Fixed: "View Typography Utilities" link by [@agabrys] in [#1130]
836
- - Fixed: broken relative page links by [@mattxwang] in [#1106]
837
- - Fixed: clarify steps to add custom `lunr` index code by [@diablodale] in [#1139]
838
- - Updated: homepage (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1018]
839
- - Updated: README (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1019]
840
- - Updated: `README` demo video by [@codewithfan] in [#1097]
841
-
842
- ### New Contributors
843
-
844
- - [@AdityaTiwari2102] made their first contribution in [#477]
845
- - [@svrooij] made their first contribution in [#544]
846
- - [@alexsegura] made their first contribution in [#519]
847
- - [@burner1024] made their first contribution in [#364]
848
- - [@JeffGuKang] made their first contribution in [#221]
849
- - [@dougaitken] made their first contribution in [#782]
850
- - [@max06] made their first contribution in [#783]
851
- - [@sehilyi] made their first contribution in [#499]
852
- - [@nathanjessen] made their first contribution in [#473]
853
- - [@waldyrious] made their first contribution in [#549]
854
- - [@MichelleBlanchette] made their first contribution in [#554]
855
- - [@henryiii] made their first contribution in [#835]
856
- - [@jmertic] made their first contribution in [#726]
857
- - [@jacobhq] made their first contribution in [#846]
858
- - [@UnclassedPenguin] made their first contribution in [#814]
859
- - [@alyssais] made their first contribution in [#829]
860
- - [@nascosto] made their first contribution in [#857]
861
- - [@SPGoding] made their first contribution in [#876]
862
- - [@iridazzle] made their first contribution in [#727]
863
- - [@ivanskodje] made their first contribution in [#891]
864
- - [@Eisverygoodletter] made their first contribution in [#893]
865
- - [@robinpokorny] made their first contribution in [#940]
866
- - [@olgarithms] made their first contribution in [#951]
867
- - [@manuelhenke] made their first contribution in [#941]
868
- - [@JPrevost] made their first contribution in [#950]
869
- - [@koppor] made their first contribution in [#1000]
870
- - [@deseo] made their first contribution in [#1010]
871
- - [@Tom-Brouwer] made their first contribution in [#1040]
872
- - [@simonebortolin] made their first contribution in [#945]
873
- - [@SConaway] made their first contribution in [#1104]
874
- - [@captn3m0] made their first contribution in [#1110]
875
- - [@kevinlin1] made their first contribution in [#1123]
876
- - [@codewithfan] made their first contribution in [#1097]
877
- - [@agabrys] made their first contribution in [#1130]
878
- - [@diablodale] made their first contribution in [#1068]
879
- - [@m-r-mccormick] made their first contribution in [#1142]
880
- - [@fabrik42] made their first contribution in [#1153]
881
-
882
- ## Pre-release v0.4.0.rc5
883
-
884
- Hi everyone, we're so excited to finally release `v0.4.0`! For posterity's sake, we're going to release `v0.4.0.rc5` and then immediately re-release it as `v0.4.0`; this should make it more clear what changes were introduced in the lead up to the minor release.
885
-
886
- This RC does not introduce any major user-facing features. It adds more customizability for custom SCSS variables (fixing a bug with callout introduction order), `lunr` indexing, and loading `mermaid` locally. In addition, it fixes bugs introduced in `.rc4`: incorrect CSS, inconsistencies with code block backgrounds in dark theme, and the copy code button. It also adds a migration guide for users coming from `v0.3.3`.
887
-
888
- ### Trying out pre-release `v0.4.0.rc5`
889
-
890
- Similar to the prior release, `v0.4.0.rc5` is a **release candidate** for the theme (i.e., a pre-release) with release `v0.4.0` following immediately after. While we don't anticipate many users using this RC, it is still possible to opt-in.
891
-
892
- To use this RC explicitly as a remote theme:
893
-
894
- ```yml
895
- remote_theme: just-the-docs/just-the-docs@v0.4.0.rc5
896
- ```
897
-
898
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
899
-
900
- ```ruby
901
- gem "just-the-docs", "0.4.0.rc5"
902
- ```
903
-
904
- By default, **users will not be upgraded to `0.4.0.rc5`**. To enforce that explicitly, either:
905
-
906
- 1. pin your gem version in your `Gemfile`, like so
907
- ```ruby
908
- gem "just-the-docs", "0.3.3"
909
- ```
910
- 2. freeze the `remote_theme`, like so
911
- ```yml
912
- remote_theme: just-the-docs/just-the-docs@v0.3.3
913
- ```
914
-
915
- ### New Features
916
-
917
- - Added: includes for custom `lunr` Liquid and JS code by [@diablodale] in [#1068]
918
- - Added: new `_sass/custom/setup.scss` for variable definition by [@mattxwang] in [#1135]
919
- - Added: configuration key to load a local version of mermaid by [@fabrik42] in [#1153]
920
-
921
- ### Bugfixes and Maintenance
922
-
923
- - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1] in [#1123]
924
- - Fixed: minor spacing and comment nits by [@EricFromCanada] in [#1128]
925
- - Fixed: exclude images from being bundled with gem by [@m-r-mccormick] in [#1142]
926
- - Fixed: dark theme code block background, line number colors by [@m-r-mccormick] in [#1124]
927
- - Fixed: copy code button interaction with kramdown line numbers by [@mattxwang] in [#1143]
928
-
929
- ### Docs
930
-
931
- - Docs: add a migration guide by [@pdmosses] in [#1059]
932
- - Docs: update `README` demo video by [@codewithfan] in [#1097]
933
- - Docs: update "View Typography Utilities" link by [@agabrys] in [#1130]
934
- - Docs: fix broken relative page links by [@mattxwang] in [#1106]
935
- - Docs: clarify steps to add custom `lunr` index code by [@diablodale] in [#1139]
936
- - Docs: label new features introduced in `v0.4` by [@mattxwang] in [#1138]
937
-
938
- ### New Contributors
939
-
940
- - [@kevinlin1] made their first contribution in [#1123]
941
- - [@codewithfan] made their first contribution in [#1097]
942
- - [@agabrys] made their first contribution in [#1130]
943
- - [@diablodale] made their first contribution in [#1068]
944
- - [@m-r-mccormick] made their first contribution in [#1142]
945
- - [@fabrik42] made their first contribution in [#1153]
946
-
947
- [#1059]: https://github.com/just-the-docs/just-the-docs/pull/1059
948
- [#1068]: https://github.com/just-the-docs/just-the-docs/pull/1068
949
- [#1097]: https://github.com/just-the-docs/just-the-docs/pull/1097
950
- [#1106]: https://github.com/just-the-docs/just-the-docs/pull/1106
951
- [#1123]: https://github.com/just-the-docs/just-the-docs/pull/1123
952
- [#1124]: https://github.com/just-the-docs/just-the-docs/pull/1124
953
- [#1128]: https://github.com/just-the-docs/just-the-docs/pull/1128
954
- [#1130]: https://github.com/just-the-docs/just-the-docs/pull/1130
955
- [#1135]: https://github.com/just-the-docs/just-the-docs/pull/1135
956
- [#1138]: https://github.com/just-the-docs/just-the-docs/pull/1138
957
- [#1139]: https://github.com/just-the-docs/just-the-docs/pull/1139
958
- [#1142]: https://github.com/just-the-docs/just-the-docs/pull/1142
959
- [#1143]: https://github.com/just-the-docs/just-the-docs/pull/1143
960
- [#1153]: https://github.com/just-the-docs/just-the-docs/pull/1153
961
-
962
- [@agabrys]: https://github.com/agabrys
963
- [@codewithfan]: https://github.com/codewithfan
964
- [@diablodale]: https://github.com/diablodale
965
- [@fabrik42]: https://github.com/fabrik42
966
- [@kevinlin1]: https://github.com/kevinlin1
967
- [@EricFromCanada]: https://github.com/EricFromCanada
968
- [@m-r-mccormick]: https://github.com/m-r-mccormick
969
-
970
- ## Pre-release v0.4.0.rc4
971
-
972
- Happy new year! We're celebrating with another pre-release, with features that should help theme users better adapt to changes moving forward. **We aim to re-release this as `v0.4.0`, with only few changes**.
973
-
974
- Notable new additions include:
975
-
976
- - modular site components, which split up the site into smaller reusable components; advanced theme users can then remix layouts quickly without duplication
977
- - a "copy code" button to code blocks
978
- - fixing bugs in generated TOCs and navigation from previous prereleases
979
- - various cleanups of CSS and HTML markup
980
-
981
- The roadmap to `v0.4.0` is small. We are only looking to:
982
-
983
- - finish a migration guide, so users can easily upgrade from `v0.3.3` to `v0.4.0`
984
- - fix one last bug relating to callouts and custom colors
985
- - fix any new bugs introduced by this pre-release
986
-
987
- Have any questions, thoughts, or concerns? We'd love to hear from you! Please [open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) and let us know!
988
-
989
- ### Trying out pre-release `v0.4.0.rc4`
990
-
991
- Similar to the prior release, `v0.4.0.rc4` is a **release candidate** for the theme (i.e., a pre-release) with release `v0.4.0` coming soon. We want your help in testing the changes! As of now, the gem on RubyGems and the repository are updated to `v0.4.0.rc4`.
992
-
993
- To use this RC explicitly as a remote theme:
994
-
995
- ```yml
996
- remote_theme: just-the-docs/just-the-docs@v0.4.0.rc4
997
- ```
998
-
999
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
1000
-
1001
- ```ruby
1002
- gem "just-the-docs", "0.4.0.rc4"
1003
- ```
1004
-
1005
- By default, **users will not be upgraded to `0.4.0.rc4`**. To enforce that explicitly, either:
1006
-
1007
- 1. pin your gem version in your `Gemfile`, like so
1008
- ```ruby
1009
- gem "just-the-docs", "0.3.3"
1010
- ```
1011
- 2. freeze the `remote_theme`, like so
1012
- ```yml
1013
- remote_theme: just-the-docs/just-the-docs@v0.3.3
1014
- ```
1015
-
1016
- ### New Features
1017
-
1018
- - Added: support multiple Google Analytics tracking IDs, document UA -> GA4 switch by [@MichelleBlanchette] in [#1029]
1019
- - Added: copy code button to code snippets by [@simonebortolin] in [#945]
1020
- - Added: restore simple configuration of `favicon.ico` via `site.static_files` by [@pdmosses] in [#1095]
1021
- - Added: modularize site components by [@mattxwang] in [#1058]
1022
-
1023
- ### Bugfixes and Maintenance
1024
-
1025
- - Fixed: incorrect disambiguation in generated TOCs by [@pdmosses] in [#999]
1026
- - Fixed: duplicated external links in collections by [@pdmosses] in [#1001]
1027
- - Fixed: import order of `custom.scss`; puts at end by [@deseo] in [#1010]
1028
- - Fixed: top-level active link styling by [@pdmosses] in [#1015]
1029
- - Fixed: external links for sites with no pages by [@pdmosses] in [#1021]
1030
- - Fixed: duplicate `title` if `jekyll-seo-tag` not in users's plugins by [@Tom-Brouwer] in [#1040]
1031
- - Fixed: removes (duplicate) `favicon.html`, shifts content to `head_custom.html` by [@mattxwang] in [#1027]
1032
- - Fixed: add `reversed`, deprecate `desc` for nav `child_nav_order` by [@jmertic] in [#1061]
1033
- - Fixed: `child.child_nav_order` to `node.child_nav_order` by [@mattxwang] in [#1065]
1034
- - Fixed: remove all uses of `/` as SASS division by [@mattxwang] in [#1074]
1035
- - note: this was originally merged as [#1074] with a bug; it was reverted in [#1076], and then reimplemented in [#1077]
1036
- - Fixed: skip nav collection generation when site has no pages by [@pdmosses] in [#1092]
1037
- - Fixed: standardize SCSS with `declaration-block-no-redundant-longhand-properties` by [@simonebortolin] in [#1102]
1038
- - Fixed: incorrect `padding` property value pair in `labels.scss` by [@SConaway] in [#1104]
1039
- - Fixed: various bugs with copy code button by [@simonebortolin] in [#1096]
1040
- - Fixed: replace inline styling for `<svg>` icons by [@captn3m0] in [#1110]
1041
- - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang] in [#1071]
1042
-
1043
- ### Docs
1044
-
1045
- - Docs: fix typo in changelog links [@koppor] in [#1000]
1046
- - Docs: update homepage (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1018]
1047
- - Docs: update README (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1019]
1048
- - Docs: fix two bugs in "Customization" (custom favicon, new annotation) by [@mattxwang] in [#1090]
1049
- - Docs: Add warning about mandatory `_`-prefix for collections by [@max06] in [#1091]
1050
- - Docs: remove Google Analytics on main site by [@mattxwang] in [#1113]
1051
-
1052
- ### New Contributors
1053
-
1054
- - [@koppor] made their first contribution in [#1000]
1055
- - [@deseo] made their first contribution in [#1010]
1056
- - [@Tom-Brouwer] made their first contribution in [#1040]
1057
- - [@simonebortolin] made their first contribution in [#945]
1058
- - [@SConaway] made their first contribution in [#1104]
1059
- - [@captn3m0] made their first contribution in [#1110]
1060
-
1061
- **Full Changelog**: https://github.com/just-the-docs/just-the-docs/compare/v0.4.0.rc3...v0.4.0.rc4
1062
-
1063
- [#945]: https://github.com/just-the-docs/just-the-docs/pull/945
1064
- [#999]: https://github.com/just-the-docs/just-the-docs/pull/999
1065
- [#1000]: https://github.com/just-the-docs/just-the-docs/pull/1000
1066
- [#1001]: https://github.com/just-the-docs/just-the-docs/pull/1001
1067
- [#1010]: https://github.com/just-the-docs/just-the-docs/pull/1010
1068
- [#1015]: https://github.com/just-the-docs/just-the-docs/pull/1015
1069
- [#1018]: https://github.com/just-the-docs/just-the-docs/pull/1018
1070
- [#1019]: https://github.com/just-the-docs/just-the-docs/pull/1019
1071
- [#1021]: https://github.com/just-the-docs/just-the-docs/pull/1021
1072
- [#1027]: https://github.com/just-the-docs/just-the-docs/pull/1027
1073
- [#1029]: https://github.com/just-the-docs/just-the-docs/pull/1029
1074
- [#1040]: https://github.com/just-the-docs/just-the-docs/pull/1040
1075
- [#1058]: https://github.com/just-the-docs/just-the-docs/pull/1058
1076
- [#1061]: https://github.com/just-the-docs/just-the-docs/pull/1061
1077
- [#1065]: https://github.com/just-the-docs/just-the-docs/pull/1065
1078
- [#1071]: https://github.com/just-the-docs/just-the-docs/pull/1071
1079
- [#1074]: https://github.com/just-the-docs/just-the-docs/pull/1074
1080
- [#1076]: https://github.com/just-the-docs/just-the-docs/pull/1076
1081
- [#1077]: https://github.com/just-the-docs/just-the-docs/pull/1077
1082
- [#1090]: https://github.com/just-the-docs/just-the-docs/pull/1090
1083
- [#1091]: https://github.com/just-the-docs/just-the-docs/pull/1091
1084
- [#1092]: https://github.com/just-the-docs/just-the-docs/pull/1092
1085
- [#1095]: https://github.com/just-the-docs/just-the-docs/pull/1095
1086
- [#1096]: https://github.com/just-the-docs/just-the-docs/pull/1096
1087
- [#1102]: https://github.com/just-the-docs/just-the-docs/pull/1102
1088
- [#1104]: https://github.com/just-the-docs/just-the-docs/pull/1104
1089
- [#1110]: https://github.com/just-the-docs/just-the-docs/pull/1110
1090
- [#1113]: https://github.com/just-the-docs/just-the-docs/pull/1113
1091
-
1092
- [@captn3m0]: https://github.com/captn3m0
1093
- [@deseo]: https://github.com/deseo
1094
- [@koppor]: https://github.com/koppor
1095
- [@MichelleBlanchette]: https://github.com/MichelleBlanchette
1096
- [@simonebortolin]: https://github.com/simonebortolin
1097
- [@SConaway]: https://github.com/SConaway
1098
- [@Tom-Brouwer]: https://github.com/Tom-Brouwer
1099
-
1100
- ## Pre-release v0.4.0.rc3
1101
-
1102
- Hi there! This is (actually) hopefully the last prerelease before `v0.4.0`; in particular, if we find that this prerelease is stable, we'll re-release it as `v0.4.0`.
1103
-
1104
- In general, this is a more mature pre-release; there are few new features. However, we'll highlight [@pdmosses]'s work in [#992] to better optimize nav generation for large sites (ex 100+ pages). We don't expect this to affect most users; however, **it is technically a breaking change**, and we suggest testing your site before upgrading to this prerelease.
1105
-
1106
- We want your feedback! Please [open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) and let us know!
1107
-
1108
- As soon as we get stable test results from major downstream users, we'll push out a `v0.4.0` ASAP - closing out almost 2 years of backlogged work!
1109
-
1110
- ### Trying out pre-release `v0.4.0.rc3`
1111
-
1112
- Similar to the prior release, `v0.4.0.rc3` is a **release candidate** for the theme (i.e., a pre-release) with release `v0.4.0` coming soon. We want your help in testing the changes! As of now, the gem on RubyGems and the repository are updated to `v0.4.0.rc3`.
1113
-
1114
- To use this RC explicitly as a remote theme:
1115
-
1116
- ```yml
1117
- remote_theme: just-the-docs/just-the-docs@v0.4.0.rc3
1118
- ```
1119
-
1120
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
1121
-
1122
- ```ruby
1123
- gem "just-the-docs", "0.4.0.rc3"
1124
- ```
1125
-
1126
- By default, **users will not be upgraded to `0.4.0.rc3`**. To enforce that explicitly, either:
1127
-
1128
- 1. pin your gem version in your `Gemfile`, like so
1129
- ```ruby
1130
- gem "just-the-docs", "0.3.3"
1131
- ```
1132
- 2. freeze the `remote_theme`, like so
1133
- ```yml
1134
- remote_theme: just-the-docs/just-the-docs@v0.3.3
1135
- ```
1136
-
1137
- ### Features
1138
-
1139
- Broadly, this prerelease is feature-light!
1140
-
1141
- - Added: styling for `<blockquote>` by [@mattxwang] in [#965]
1142
- - Added: custom include for TOC heading by [@pdmosses] in [#980]
1143
-
1144
- ### Bugfixes and Experimental Features
1145
-
1146
- *Note*: experimental nav optimization may be unstable. Please give us feedback!
1147
-
1148
- - Added: experimental nav optimization for simple cases by [@pdmosses] in [#992]
1149
- - Fixed: spacing issue when search is disabled by [@henryiii] in [#960]
1150
- - Fixed: active grandchild link class by [@pdmosses] in [#962]
1151
- - Fixed: HTML validation issues (W3C validator) by [@mattxwang] in [#964]
1152
- - Fixed: link styling now uses `text-decoration` values by [@mattxwang] in [#967]
1153
- - Fixed: cleaning up Jekyll excludes by [@pdmosses] in [#985]
1154
- - Fixed: docs, narrow styling for code highlighting with line numbers by [@pdmosses] in [#974]
1155
- - Fixed: default syntax highlighting in custom color schemes [@pdmosses] in [#986]
1156
-
1157
- [#965]: https://github.com/just-the-docs/just-the-docs/pull/965
1158
- [#960]: https://github.com/just-the-docs/just-the-docs/pull/960
1159
- [#962]: https://github.com/just-the-docs/just-the-docs/pull/962
1160
- [#964]: https://github.com/just-the-docs/just-the-docs/pull/964
1161
- [#967]: https://github.com/just-the-docs/just-the-docs/pull/967
1162
- [#974]: https://github.com/just-the-docs/just-the-docs/pull/974
1163
- [#980]: https://github.com/just-the-docs/just-the-docs/pull/980
1164
- [#985]: https://github.com/just-the-docs/just-the-docs/pull/985
1165
- [#986]: https://github.com/just-the-docs/just-the-docs/pull/986
1166
- [#992]: https://github.com/just-the-docs/just-the-docs/pull/992
1167
-
1168
- [@henryiii]: https://github.com/henryiii
1169
-
1170
- **Full Changelog**: https://github.com/just-the-docs/just-the-docs/compare/v0.4.0.rc2...v0.4.0.rc3
1171
-
1172
- ## Pre-release v0.4.0.rc2
1173
-
1174
- {: .warning }
1175
- This website includes docs for some new features that are not available in `v0.4.0.rc1` and `v0.3.3`!
1176
-
1177
- Hey there! This is likely the last pre-release before releasing `v0.4.0`, which we plan on doing soon (i.e. before the end of the month) - very exciting! Some new additions to highlight:
1178
-
1179
- - significant improvement on build time of navigation panel by [@pdmosses]
1180
- - this is big: for a community member with over 300 pages, we shortened the build time from 3 minutes to 30 seconds!
1181
- - improved accessibility features led by [@JPrevost]
1182
- - more docs!
1183
-
1184
- The intention of this release candidate is to gather even more feedback on a potential `v0.4.0`. As it stands, we have not encountered any breaking changes with early adopters of `v0.4.0.rc1`. If you encounter any - for either of our pre-releases - please let us know!
1185
-
1186
- ### Trying out pre-release `v0.4.0.rc2`
1187
-
1188
- Similar to the prior release, `v0.4.0.rc2` is a **release candidate** for the theme (i.e., a pre-release) with release `v0.4.0` coming soon. We want your help in testing the changes! As of now, the gem on RubyGems and the repository are updated to `v0.4.0.rc2`.
1189
-
1190
- To use this RC explicitly as a remote theme:
1191
-
1192
- ```yml
1193
- remote_theme: just-the-docs/just-the-docs@v0.4.0.rc2
1194
- ```
1195
-
1196
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
1197
-
1198
- ```ruby
1199
- gem "just-the-docs", "0.4.0.rc2"
1200
- ```
1201
-
1202
- By default, **users will not be upgraded to `0.4.0.rc2`**. To enforce that explicitly, either:
1203
-
1204
- 1. pin your gem version in your `Gemfile`, like so
1205
- ```ruby
1206
- gem "just-the-docs", "0.3.3"
1207
- ```
1208
- 2. freeze the `remote_theme`, like so
1209
- ```yml
1210
- remote_theme: just-the-docs/just-the-docs@v0.3.3
1211
- ```
1212
-
1213
- ### Features
1214
-
1215
- - Added: accessible titles to nested page nav toggle by [@JPrevost] in [#950]
1216
- - Added: better title styling for AsciiDoc examples by [@alyssais] in [#944]
1217
- - Added: docs for custom search placeholder by [@mattxwang] in [#939]
1218
- - Added: provide ability to skip to main content by [@JPrevost] in [#949]
1219
- - Fixed: exclude `vendor/` in Jekyll config by [@manuelhenke] in [#941]
1220
- - Fixed: improve build time of navigation panel by [@pdmosses] in [#956]
1221
-
1222
- [#950]: https://github.com/just-the-docs/just-the-docs/pull/950
1223
- [#944]: https://github.com/just-the-docs/just-the-docs/pull/944
1224
- [#939]: https://github.com/just-the-docs/just-the-docs/pull/939
1225
- [#949]: https://github.com/just-the-docs/just-the-docs/pull/949
1226
- [#941]: https://github.com/just-the-docs/just-the-docs/pull/941
1227
- [#956]: https://github.com/just-the-docs/just-the-docs/pull/956
1228
-
1229
- [@alyssais]: https://github.com/alyssais
1230
-
1231
- ### Documentation and Maintenance
1232
-
1233
- - Added: docs load mermaid.js by default by [@mattxwang] in [#935]
1234
- - Fixed: table of contents on search docs by [@robinpokorny] in [#940]
1235
- - Fixed: broken docs link (custom footer) by [@olgarithms] in [#951]
1236
- - Fixed: clarify version docs by [@pdmosses] in [#955]
1237
- - Deleted: unused script directory by [@mattxwang] in [#937]
1238
-
1239
- [#935]: https://github.com/just-the-docs/just-the-docs/pull/935
1240
- [#940]: https://github.com/just-the-docs/just-the-docs/pull/940
1241
- [#951]: https://github.com/just-the-docs/just-the-docs/pull/951
1242
- [#955]: https://github.com/just-the-docs/just-the-docs/pull/955
1243
- [#937]: https://github.com/just-the-docs/just-the-docs/pull/937
1244
-
1245
- ### New Contributors
1246
-
1247
- * [@robinpokorny] made their first contribution in [#940]
1248
- * [@olgarithms] made their first contribution in [#951]
1249
- * [@manuelhenke] made their first contribution in [#941]
1250
- * [@JPrevost] made their first contribution in [#950]
1251
-
1252
- [@robinpokorny]: https://github.com/robinpokorny
1253
- [@olgarithms]: https://github.com/olgarithms
1254
- [@manuelhenke]: https://github.com/manuelhenke
1255
- [@JPrevost]: https://github.com/JPrevost
1256
-
1257
- ## Pre-release v0.4.0.rc1
1258
-
1259
- ### We're back!
1260
-
1261
- Hi all! The Just the Docs team is excited to have our first pre-release in over two years! It is jam-packed with features and bugfixes that have been requested by the community since 2020. They include:
1262
-
1263
- - The new callouts component
1264
- - Allowing pages and collections to coexist on the navigation pane
1265
- - New styling: dark syntax highlighting, support for jekyll-asciidoc, word-wrapping instead of overflow for various elements
1266
- - More customization: external nav links, custom nav footers, favicon includes, search color and placeholder configuration, mermaid.js support, and nav sorting
1267
- - Over 20 bugfixes! Big ones include fixing the `rake` command, using `relative_url`, and search input color
1268
- - More documentation, especially on using custom includes
1269
- - Updating core dependencies to stable Ruby versions
1270
- - A WIP [template repository](https://github.com/just-the-docs/just-the-docs-template) that allows you to setup your own repository using Just the Docs and GitHub Pages with one click - give it a shot! More documentation, etc. is on the way!
1271
-
1272
- We want your feedback! Are these changes helpful? Are our docs easy to understand? Should new features like `mermaid` be opt-in or opt-out? Please [open an issue](https://github.com/just-the-docs/just-the-docs/issues) or [start a discussion](https://github.com/just-the-docs/just-the-docs/discussions) and let us know!
1273
-
1274
- ### Trying out pre-release `v0.4.0.rc1`
1275
-
1276
- Due to the massive scope of these changes, we're making `v0.4.0.rc1` available as a **release candidate** for the theme (i.e., a pre-release) with release `v0.4.0` coming soon. We want your help in testing the changes! As of now, the gem on RubyGems and the repository are updated to `v0.4.0.rc1`.
1277
-
1278
- To use this RC explicitly as a remote theme:
1279
-
1280
- ```yml
1281
- remote_theme: just-the-docs/just-the-docs@v0.4.0.rc1
1282
- ```
1283
-
1284
- To use this RC explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`:
1285
-
1286
- ```ruby
1287
- gem "just-the-docs", "0.4.0.rc1"
1288
- ```
1289
-
1290
- ### Staying on `v0.3.3`
1291
-
1292
- If you're not ready to make the switch, that's alright! If your version of just-the-docs is pinned to `v0.3.3` (i.e. by a `Gemfile.lock` or in `remote_theme`, then there's nothing you need to do.
1293
-
1294
- If you have not pinned your theme version, you should either:
1295
-
1296
- 1. pin your gem version in your `Gemfile`, like so
1297
- ```ruby
1298
- gem "just-the-docs", "0.3.3"
1299
- ```
1300
- 2. freeze the `remote_theme`, like so
1301
- ```yml
1302
- remote_theme: just-the-docs/just-the-docs@v0.3.3
1303
- ```
1304
-
1305
- {: .warning }
1306
- Use of branches for closed PRs (e.g., [#466], [#578]) is now deprecated, as those branches have been (directly or indirectly) merged, and they may be deleted after the pre-release of `v0.4.0.rc1`.
1307
-
1308
- ### Maintenance
1309
-
1310
- Internally, our maintainer team has expanded: [Patrick Marsceill][@pmarsceill], the original maintainer, has stepped down from an active role after almost 4 years! We're very thankful for the work that he's done to create and maintain one of the most popular Jekyll themes. Please join us in giving him thanks!
1311
-
1312
- The new core team currently consists of [@mattxwang], [@pdmosses], [@skullface], [@dougaitken], and [@max06]. Over the past six months, we've been triaging and merging in PRs, as well as contributing our own fixes. We'll continue to address open issues, merge in PRs from the community, and plan out the future of Just the Docs. If you'd like to contribute, now is a great time!
1313
-
1314
- [@mattxwang]: https://github.com/mattxwang
1315
- [@pdmosses]: https://github.com/pdmosses
1316
- [@skullface]: https://github.com/skullface
1317
- [@dougaitken]: https://github.com/dougaitken
1318
- [@max06]: https://github.com/max06
1319
-
1320
- ### Roadmap
1321
-
1322
- In the short-term, we're committed to tidying up everything for a `v0.4.0` release. This involves fixing bugs reported from the community in this pre-release, as well as continually merging in minor PRs.
1323
-
1324
- We're also scoping out medium and long-term projects, and want to keep you in the loop. These include:
1325
-
1326
- - upgrading to Jekyll 4, and stopping support for Jekyll 3
1327
- - versioned docs - issue [#728]
1328
- - improved accessibility - issues [#566], [#870]
1329
- - internationalization (i18n) - issue [#59]
1330
- - recursive/multi-level navigation - PR [#462]
1331
- - toggleable dark mode - issue [#234]
1332
-
1333
- as well as DX improvements like better regression tests, CI, and tooling. If you're interested in any of these, please join us [on GitHub](https://github.com/just-the-docs/just-the-docs) - any contribution (raising an issue, writing docs, or submitting a PR) is welcome!
1334
-
1335
- [#728]: https://github.com/just-the-docs/just-the-docs/issues/728
1336
- [#566]: https://github.com/just-the-docs/just-the-docs/issues/566
1337
- [#870]: https://github.com/just-the-docs/just-the-docs/issues/870
1338
- [#59]: https://github.com/just-the-docs/just-the-docs/issues/59
1339
- [#462]: https://github.com/just-the-docs/just-the-docs/pull/462
1340
- [#234]: https://github.com/just-the-docs/just-the-docs/issues/234
1341
-
1342
- ### Features
1343
-
1344
- * Added: Combination by [@pdmosses] in [#578]
1345
- - Added: dark highlighting in [#463]
1346
- - Added: pages and collections in [#448]
1347
- - Added: callouts in [#466]
1348
- - Fixed: breadcrumb behaviour … by [@AdityaTiwari2102] in [#477]
1349
- - Fixed: prevent rake command corrupting search data in [#495] (also listed below)
1350
- - Fixed: nested lists in [#496]
1351
- - Fixed: set color for search input in [#498] (also listed below)
255
+ - Fixed: scroll navigation to show the link to the current page in [#639](https://github.com/just-the-docs/just-the-docs/pull/639)
256
+ - Fixed: Replace all uses of `absolute_url` by `relative_url`, by [@svrooij](https://github.com/svrooij) in [#544](https://github.com/just-the-docs/just-the-docs/pull/544)
257
+ - Added: custom favicon `_includes` by [@burner1024](https://github.com/burner1024) in [#364](https://github.com/just-the-docs/just-the-docs/pull/364)
258
+ - Added: set color for search input by [@pdmosses](https://github.com/pdmosses) in [#498](https://github.com/just-the-docs/just-the-docs/pull/498)
259
+ - Added: search placeholder configuration by [@mattxwang](https://github.com/mattxwang) in [#613](https://github.com/just-the-docs/just-the-docs/pull/613)
260
+ - Added: 'child_nav_order' front matter to be able to sort navigation pages in reverse by [@jmertic](https://github.com/jmertic) in [#726](https://github.com/just-the-docs/just-the-docs/pull/726)
261
+ - Added: `nav_footer_custom` include by [@nathanjessen](https://github.com/nathanjessen) in [#474](https://github.com/just-the-docs/just-the-docs/pull/474)
262
+ - Added: style fixes for jekyll-asciidoc by [@alyssais](https://github.com/alyssais) in [#829](https://github.com/just-the-docs/just-the-docs/pull/829)
263
+ - Added: mermaid.js support by [@nascosto](https://github.com/nascosto) in [#857](https://github.com/just-the-docs/just-the-docs/pull/857)
264
+ - Added: support for external navigation links by [@SPGoding](https://github.com/SPGoding) in [#876](https://github.com/just-the-docs/just-the-docs/pull/876)
265
+ - Added: refactor `mermaid` config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` by [@mattxwang](https://github.com/mattxwang) in [#909](https://github.com/just-the-docs/just-the-docs/pull/909)
266
+ - Added: accessible titles to nested page nav toggle by [@JPrevost](https://github.com/JPrevost) in [#950](https://github.com/just-the-docs/just-the-docs/pull/950)
267
+ - Added: better title styling for AsciiDoc examples by [@alyssais](https://github.com/alyssais) in [#944](https://github.com/just-the-docs/just-the-docs/pull/944)
268
+ - Added: docs for custom search placeholder by [@mattxwang](https://github.com/mattxwang) in [#939](https://github.com/just-the-docs/just-the-docs/pull/939)
269
+ - Added: provide ability to skip to main content by [@JPrevost](https://github.com/JPrevost) in [#949](https://github.com/just-the-docs/just-the-docs/pull/949)
270
+ - Added: styling for `<blockquote>` by [@mattxwang](https://github.com/mattxwang) in [#965](https://github.com/just-the-docs/just-the-docs/pull/965)
271
+ - Added: custom include for TOC heading by [@pdmosses](https://github.com/pdmosses) in [#980](https://github.com/just-the-docs/just-the-docs/pull/980)
272
+ - Added: experimental nav optimization for simple cases by [@pdmosses](https://github.com/pdmosses) in [#992](https://github.com/just-the-docs/just-the-docs/pull/992)
273
+ - Added: support multiple Google Analytics tracking IDs, document UA to GA4 switch by [@MichelleBlanchette](https://github.com/MichelleBlanchette) in [#1029](https://github.com/just-the-docs/just-the-docs/pull/1029)
274
+ - Added: copy code button to code snippets by [@simonebortolin](https://github.com/simonebortolin) in [#945](https://github.com/just-the-docs/just-the-docs/pull/945)
275
+ - Added: restore simple configuration of `favicon.ico` via `site.static_files` by [@pdmosses](https://github.com/pdmosses) in [#1095](https://github.com/just-the-docs/just-the-docs/pull/1095)
276
+ - Added: modularize site components by [@mattxwang](https://github.com/mattxwang) in [#1058](https://github.com/just-the-docs/just-the-docs/pull/1058)
277
+ - Added: includes for custom `lunr` Liquid and JS code by [@diablodale](https://github.com/diablodale) in [#1068](https://github.com/just-the-docs/just-the-docs/pull/1068)
278
+ - Added: new `_sass/custom/setup.scss` for variable definition by [@mattxwang](https://github.com/mattxwang) in [#1135](https://github.com/just-the-docs/just-the-docs/pull/1135)
279
+ - Added: configuration key to load a local version of mermaid by [@fabrik42](https://github.com/fabrik42) in [#1153](https://github.com/just-the-docs/just-the-docs/pull/1153)
280
+ - Fixed: prepend `site.collections_dir` if exists by [@alexsegura](https://github.com/alexsegura) in [#519](https://github.com/just-the-docs/just-the-docs/pull/519)
281
+ - Fixed: nested task lists (#517) by [@pdmosses](https://github.com/pdmosses) in [#855](https://github.com/just-the-docs/just-the-docs/pull/855)
282
+ - Fixed: suppress Liquid processing in CSS comments by [@pdmosses](https://github.com/pdmosses) in [#686](https://github.com/just-the-docs/just-the-docs/pull/686)
283
+ - Fixed: prevent rake command from corrupting search data by [@pdmosses](https://github.com/pdmosses) in [#495](https://github.com/just-the-docs/just-the-docs/pull/495)
284
+ - Fixed: anchor heading links should be visible on focus by [@jacobhq](https://github.com/jacobhq) in [#846](https://github.com/just-the-docs/just-the-docs/pull/846)
285
+ - Fixed: add `overflow-x: auto` to `figure.highlight` by [@iridazzle](https://github.com/iridazzle) in [#727](https://github.com/just-the-docs/just-the-docs/pull/727)
286
+ - Fixed: add `overflow-wrap: word-break` to `body` by [@iridazzle](https://github.com/iridazzle) in [#889](https://github.com/just-the-docs/just-the-docs/pull/889)
287
+ - Fixed: vertical alignment for consecutive labels by [@Eisverygoodletter](https://github.com/Eisverygoodletter) in [#893](https://github.com/just-the-docs/just-the-docs/pull/893)
288
+ - Fixed: allow links to wrap by [@pdmosses](https://github.com/pdmosses) in [#905](https://github.com/just-the-docs/just-the-docs/pull/905)
289
+ - Fixed: nav scroll feature and absolute/relative URLs by [@pdmosses](https://github.com/pdmosses) in [#898](https://github.com/just-the-docs/just-the-docs/pull/898)
290
+ - Fixed: exclude `vendor/` in Jekyll config by [@manuelhenke](https://github.com/manuelhenke) in [#941](https://github.com/just-the-docs/just-the-docs/pull/941)
291
+ - Fixed: improve build time of navigation panel by [@pdmosses](https://github.com/pdmosses) in [#956](https://github.com/just-the-docs/just-the-docs/pull/956)
292
+ - Fixed: spacing issue when search is disabled by [@henryiii](https://github.com/henryiii) in [#960](https://github.com/just-the-docs/just-the-docs/pull/960)
293
+ - Fixed: active grandchild link class by [@pdmosses](https://github.com/pdmosses) in [#962](https://github.com/just-the-docs/just-the-docs/pull/962)
294
+ - Fixed: HTML validation issues (W3C validator) by [@mattxwang](https://github.com/mattxwang) in [#964](https://github.com/just-the-docs/just-the-docs/pull/964)
295
+ - Fixed: link styling now uses `text-decoration` values by [@mattxwang](https://github.com/mattxwang) in [#967](https://github.com/just-the-docs/just-the-docs/pull/967)
296
+ - Fixed: cleaning up Jekyll excludes by [@pdmosses](https://github.com/pdmosses) in [#985](https://github.com/just-the-docs/just-the-docs/pull/985)
297
+ - Fixed: docs, narrow styling for code highlighting with line numbers by [@pdmosses](https://github.com/pdmosses) in [#974](https://github.com/just-the-docs/just-the-docs/pull/974)
298
+ - Fixed: default syntax highlighting in custom color schemes [@pdmosses](https://github.com/pdmosses) in [#986](https://github.com/just-the-docs/just-the-docs/pull/986)
299
+ - Fixed: incorrect disambiguation in generated TOCs by [@pdmosses](https://github.com/pdmosses) in [#999](https://github.com/just-the-docs/just-the-docs/pull/999)
300
+ - Fixed: duplicated external links in collections by [@pdmosses](https://github.com/pdmosses) in [#1001](https://github.com/just-the-docs/just-the-docs/pull/1001)
301
+ - Fixed: import order of `custom.scss`; puts at end by [@deseo](https://github.com/deseo) in [#1010](https://github.com/just-the-docs/just-the-docs/pull/1010)
302
+ - Fixed: top-level active link styling by [@pdmosses](https://github.com/pdmosses) in [#1015](https://github.com/just-the-docs/just-the-docs/pull/1015)
303
+ - Fixed: external links for sites with no pages by [@pdmosses](https://github.com/pdmosses) in [#1021](https://github.com/just-the-docs/just-the-docs/pull/1021)
304
+ - Fixed: duplicate `title` if `jekyll-seo-tag` not in users's plugins by [@Tom-Brouwer](https://github.com/Tom-Brouwer) in [#1040](https://github.com/just-the-docs/just-the-docs/pull/1040)
305
+ - Fixed: removes (duplicate) `favicon.html`, shifts content to `head_custom.html` by [@mattxwang](https://github.com/mattxwang) in [#1027](https://github.com/just-the-docs/just-the-docs/pull/1027)
306
+ - Fixed: add `reversed`, deprecate `desc` for nav `child_nav_order` by [@jmertic](https://github.com/jmertic) in [#1061](https://github.com/just-the-docs/just-the-docs/pull/1061)
307
+ - Fixed: `child.child_nav_order` to `node.child_nav_order` by [@mattxwang](https://github.com/mattxwang) in [#1065](https://github.com/just-the-docs/just-the-docs/pull/1065)
308
+ - Fixed: remove all uses of `/` as SASS division by [@mattxwang](https://github.com/mattxwang) in [#1074](https://github.com/just-the-docs/just-the-docs/pull/1074)
309
+ - note: this was originally merged as [#1074](https://github.com/just-the-docs/just-the-docs/pull/1074) with a bug; it was reverted in [#1076](https://github.com/just-the-docs/just-the-docs/pull/1076), and then reimplemented in [#1077](https://github.com/just-the-docs/just-the-docs/pull/1077)
310
+ - Fixed: skip nav collection generation when site has no pages by [@pdmosses](https://github.com/pdmosses) in [#1092](https://github.com/just-the-docs/just-the-docs/pull/1092)
311
+ - Fixed: standardize SCSS with `declaration-block-no-redundant-longhand-properties` by [@simonebortolin](https://github.com/simonebortolin) in [#1102](https://github.com/just-the-docs/just-the-docs/pull/1102)
312
+ - Fixed: incorrect `padding` property value pair in `labels.scss` by [@SConaway](https://github.com/SConaway) in [#1104](https://github.com/just-the-docs/just-the-docs/pull/1104)
313
+ - Fixed: various bugs with copy code button by [@simonebortolin](https://github.com/simonebortolin) in [#1096](https://github.com/just-the-docs/just-the-docs/pull/1096)
314
+ - Fixed: replace inline styling for `<svg>` icons by [@captn3m0](https://github.com/captn3m0) in [#1110](https://github.com/just-the-docs/just-the-docs/pull/1110)
315
+ - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1](https://github.com/kevinlin1) in [#1123](https://github.com/just-the-docs/just-the-docs/pull/1123)
316
+ - Fixed: minor spacing and comment nits by [@EricFromCanada](https://github.com/EricFromCanada) in [#1128](https://github.com/just-the-docs/just-the-docs/pull/1128)
317
+ - Fixed: exclude images from being bundled with gem by [@m-r-mccormick](https://github.com/m-r-mccormick) in [#1142](https://github.com/just-the-docs/just-the-docs/pull/1142)
318
+ - Fixed: dark theme code block background, line number colors by [@m-r-mccormick](https://github.com/m-r-mccormick) in [#1124](https://github.com/just-the-docs/just-the-docs/pull/1124)
319
+ - Fixed: copy code button interaction with kramdown line numbers by [@mattxwang](https://github.com/mattxwang) in [#1143](https://github.com/just-the-docs/just-the-docs/pull/1143)
320
+ - Maintenance changes (developer-only)
321
+ - Added: VScode devcontainer by [@max06](https://github.com/max06) in [#783](https://github.com/just-the-docs/just-the-docs/pull/783)
322
+ - Added: `webrick` to `Gemfile` by [@mattxwang](https://github.com/mattxwang) in [#799](https://github.com/just-the-docs/just-the-docs/pull/799)
323
+ - Added: 'This site is powered by Netlify.' to the footer by [@mattxwang](https://github.com/mattxwang) in [#797](https://github.com/just-the-docs/just-the-docs/pull/797)
324
+ - Updated: new repo path by [@pmarsceill](https://github.com/pmarsceill) in [#775](https://github.com/just-the-docs/just-the-docs/pull/775)
325
+ - Updated: rename `master` to `main` by [@pmarsceill](https://github.com/pmarsceill) in [#776](https://github.com/just-the-docs/just-the-docs/pull/776)
326
+ - Updated: README by [@pmarsceill](https://github.com/pmarsceill) in [#777](https://github.com/just-the-docs/just-the-docs/pull/777)
327
+ - Updated: Code of Conduct to Contributor Covenant v2.1 by [@mattxwang](https://github.com/mattxwang) in [#790](https://github.com/just-the-docs/just-the-docs/pull/790)
328
+ - Updated: CI files, Ruby & Node Versions by [@mattxwang](https://github.com/mattxwang) in [#820](https://github.com/just-the-docs/just-the-docs/pull/820)
329
+ - Updated: Stylelint to v14, extend SCSS plugins, remove primer-* configs, resolve issues by [@mattxwang](https://github.com/mattxwang) in [#821](https://github.com/just-the-docs/just-the-docs/pull/821)
330
+ - Deleted: unused script directory by [@mattxwang](https://github.com/mattxwang) in [#937](https://github.com/just-the-docs/just-the-docs/pull/937)
331
+ - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang](https://github.com/mattxwang) in [#1071](https://github.com/just-the-docs/just-the-docs/pull/1071)
332
+ - Documentation changes
333
+ - Added: docs on how to break an `ol` by [@pdmosses](https://github.com/pdmosses) in [#856](https://github.com/just-the-docs/just-the-docs/pull/856)
334
+ - Added: docs for custom includes by [@nathanjessen](https://github.com/nathanjessen) in [#806](https://github.com/just-the-docs/just-the-docs/pull/806)
335
+ - Added: document caveat about variable dependencies by [@waldyrious](https://github.com/waldyrious) in [#555](https://github.com/just-the-docs/just-the-docs/pull/555)
336
+ - Added: docs on how to use `custom_head` to add a custom favicon by [@UnclassedPenguin](https://github.com/UnclassedPenguin) in [#814](https://github.com/just-the-docs/just-the-docs/pull/814)
337
+ - Added: docs load mermaid.js by default by [@mattxwang](https://github.com/mattxwang) in [#935](https://github.com/just-the-docs/just-the-docs/pull/935)
338
+ - Added: warning about mandatory `_`-prefix for collections by [@max06](https://github.com/max06) in [#1091](https://github.com/just-the-docs/just-the-docs/pull/1091)
339
+ - Added: migration guide by [@pdmosses](https://github.com/pdmosses) in [#1059](https://github.com/just-the-docs/just-the-docs/pull/1059)
340
+ - Added: label new features introduced in `v0.4` by [@mattxwang](https://github.com/mattxwang) in [#1138](https://github.com/just-the-docs/just-the-docs/pull/1138)
341
+ - Fixed: `ol` on `index.md` by [@pmarsceill](https://github.com/pmarsceill) in [#778](https://github.com/just-the-docs/just-the-docs/pull/778)
342
+ - Fixed: image link in Markdown kitchen sink by [@JeffGuKang](https://github.com/JeffGuKang) in [#221](https://github.com/just-the-docs/just-the-docs/pull/221)
343
+ - Fixed: images in Markdown kitchen sink by [@dougaitken](https://github.com/dougaitken) in [#782](https://github.com/just-the-docs/just-the-docs/pull/782)
344
+ - Fixed: clearer label of link to Jekyll quickstart by [@waldyrious](https://github.com/waldyrious) in [#549](https://github.com/just-the-docs/just-the-docs/pull/549)
345
+ - Fixed: remove extra spaces in component docs by [@MichelleBlanchette](https://github.com/MichelleBlanchette) in [#554](https://github.com/just-the-docs/just-the-docs/pull/554)
346
+ - Fixed: double "your" typo in `index.md` by [@sehilyi](https://github.com/sehilyi) in [#499](https://github.com/just-the-docs/just-the-docs/pull/499)
347
+ - Fixed: "you" to "your" typo in `index.md` by [@nathanjessen](https://github.com/nathanjessen) in [#473](https://github.com/just-the-docs/just-the-docs/pull/473)
348
+ - Fixed: spacing in toc example by [@henryiii](https://github.com/henryiii) in [#835](https://github.com/just-the-docs/just-the-docs/pull/835)
349
+ - Fixed: typo in `README` on `_config.yml` by [@ivanskodje](https://github.com/ivanskodje) in [#891](https://github.com/just-the-docs/just-the-docs/pull/891)
350
+ - Fixed: missing code fence in navigation structure docs by [@mattxwang](https://github.com/mattxwang) in [#906](https://github.com/just-the-docs/just-the-docs/pull/906)
351
+ - Fixed: table of contents on search docs by [@robinpokorny](https://github.com/robinpokorny) in [#940](https://github.com/just-the-docs/just-the-docs/pull/940)
352
+ - Fixed: broken docs link (custom footer) by [@olgarithms](https://github.com/olgarithms) in [#951](https://github.com/just-the-docs/just-the-docs/pull/951)
353
+ - Fixed: clarify version docs by [@pdmosses](https://github.com/pdmosses) in [#955](https://github.com/just-the-docs/just-the-docs/pull/955)
354
+ - Fixed: typo in changelog links [@koppor](https://github.com/koppor) in [#1000](https://github.com/just-the-docs/just-the-docs/pull/1000)
355
+ - Fixed: two bugs in "Customization" (custom favicon, new annotation) by [@mattxwang](https://github.com/mattxwang) in [#1090](https://github.com/just-the-docs/just-the-docs/pull/1090)
356
+ - Fixed: "View Typography Utilities" link by [@agabrys](https://github.com/agabrys) in [#1130](https://github.com/just-the-docs/just-the-docs/pull/1130)
357
+ - Fixed: broken relative page links by [@mattxwang](https://github.com/mattxwang) in [#1106](https://github.com/just-the-docs/just-the-docs/pull/1106)
358
+ - Fixed: clarify steps to add custom `lunr` index code by [@diablodale](https://github.com/diablodale) in [#1139](https://github.com/just-the-docs/just-the-docs/pull/1139)
359
+ - Updated: homepage (focus: new features, conciseness, deduplication) by [@pdmosses](https://github.com/pdmosses) in [#1018](https://github.com/just-the-docs/just-the-docs/pull/1018)
360
+ - Updated: README (focus: new features, conciseness, deduplication) by [@pdmosses](https://github.com/pdmosses) in [#1019](https://github.com/just-the-docs/just-the-docs/pull/1019)
361
+ - Updated: `README` demo video by [@codewithfan](https://github.com/codewithfan) in [#1097](https://github.com/just-the-docs/just-the-docs/pull/1097)
362
+
363
+ ## v0.4.0.rc5
364
+
365
+ - Added: includes for custom `lunr` Liquid and JS code by [@diablodale](https://github.com/diablodale) in [#1068](https://github.com/just-the-docs/just-the-docs/pull/1068)
366
+ - Added: new `_sass/custom/setup.scss` for variable definition by [@mattxwang](https://github.com/mattxwang) in [#1135](https://github.com/just-the-docs/just-the-docs/pull/1135)
367
+ - Added: configuration key to load a local version of mermaid by [@fabrik42](https://github.com/fabrik42) in [#1153](https://github.com/just-the-docs/just-the-docs/pull/1153)
368
+ - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1](https://github.com/kevinlin1) in [#1123](https://github.com/just-the-docs/just-the-docs/pull/1123)
369
+ - Fixed: minor spacing and comment nits by [@EricFromCanada](https://github.com/EricFromCanada) in [#1128](https://github.com/just-the-docs/just-the-docs/pull/1128)
370
+ - Fixed: exclude images from being bundled with gem by [@m-r-mccormick](https://github.com/m-r-mccormick) in [#1142](https://github.com/just-the-docs/just-the-docs/pull/1142)
371
+ - Fixed: dark theme code block background, line number colors by [@m-r-mccormick](https://github.com/m-r-mccormick) in [#1124](https://github.com/just-the-docs/just-the-docs/pull/1124)
372
+ - Fixed: copy code button interaction with kramdown line numbers by [@mattxwang](https://github.com/mattxwang) in [#1143](https://github.com/just-the-docs/just-the-docs/pull/1143)
373
+ - Docs: add a migration guide by [@pdmosses](https://github.com/pdmosses) in [#1059](https://github.com/just-the-docs/just-the-docs/pull/1059)
374
+ - Docs: update `README` demo video by [@codewithfan](https://github.com/codewithfan) in [#1097](https://github.com/just-the-docs/just-the-docs/pull/1097)
375
+ - Docs: update "View Typography Utilities" link by [@agabrys](https://github.com/agabrys) in [#1130](https://github.com/just-the-docs/just-the-docs/pull/1130)
376
+ - Docs: fix broken relative page links by [@mattxwang](https://github.com/mattxwang) in [#1106](https://github.com/just-the-docs/just-the-docs/pull/1106)
377
+ - Docs: clarify steps to add custom `lunr` index code by [@diablodale](https://github.com/diablodale) in [#1139](https://github.com/just-the-docs/just-the-docs/pull/1139)
378
+ - Docs: label new features introduced in `v0.4` by [@mattxwang](https://github.com/mattxwang) in [#1138](https://github.com/just-the-docs/just-the-docs/pull/1138)
379
+
380
+ ## v0.4.0.rc4
381
+
382
+ - Added: support multiple Google Analytics tracking IDs, document UA to GA4 switch by [@MichelleBlanchette](https://github.com/MichelleBlanchette) in [#1029](https://github.com/just-the-docs/just-the-docs/pull/1029)
383
+ - Added: copy code button to code snippets by [@simonebortolin](https://github.com/simonebortolin) in [#945](https://github.com/just-the-docs/just-the-docs/pull/945)
384
+ - Added: restore simple configuration of `favicon.ico` via `site.static_files` by [@pdmosses](https://github.com/pdmosses) in [#1095](https://github.com/just-the-docs/just-the-docs/pull/1095)
385
+ - Added: modularize site components by [@mattxwang](https://github.com/mattxwang) in [#1058](https://github.com/just-the-docs/just-the-docs/pull/1058)
386
+ - Fixed: incorrect disambiguation in generated TOCs by [@pdmosses](https://github.com/pdmosses) in [#999](https://github.com/just-the-docs/just-the-docs/pull/999)
387
+ - Fixed: duplicated external links in collections by [@pdmosses](https://github.com/pdmosses) in [#1001](https://github.com/just-the-docs/just-the-docs/pull/1001)
388
+ - Fixed: import order of `custom.scss`; puts at end by [@deseo](https://github.com/deseo) in [#1010](https://github.com/just-the-docs/just-the-docs/pull/1010)
389
+ - Fixed: top-level active link styling by [@pdmosses](https://github.com/pdmosses) in [#1015](https://github.com/just-the-docs/just-the-docs/pull/1015)
390
+ - Fixed: external links for sites with no pages by [@pdmosses](https://github.com/pdmosses) in [#1021](https://github.com/just-the-docs/just-the-docs/pull/1021)
391
+ - Fixed: duplicate `title` if `jekyll-seo-tag` not in users's plugins by [@Tom-Brouwer](https://github.com/Tom-Brouwer) in [#1040](https://github.com/just-the-docs/just-the-docs/pull/1040)
392
+ - Fixed: removes (duplicate) `favicon.html`, shifts content to `head_custom.html` by [@mattxwang](https://github.com/mattxwang) in [#1027](https://github.com/just-the-docs/just-the-docs/pull/1027)
393
+ - Fixed: add `reversed`, deprecate `desc` for nav `child_nav_order` by [@jmertic](https://github.com/jmertic) in [#1061](https://github.com/just-the-docs/just-the-docs/pull/1061)
394
+ - Fixed: `child.child_nav_order` to `node.child_nav_order` by [@mattxwang](https://github.com/mattxwang) in [#1065](https://github.com/just-the-docs/just-the-docs/pull/1065)
395
+ - Fixed: remove all uses of `/` as SASS division by [@mattxwang](https://github.com/mattxwang) in [#1074](https://github.com/just-the-docs/just-the-docs/pull/1074)
396
+ - note: this was originally merged as [#1074](https://github.com/just-the-docs/just-the-docs/pull/1074) with a bug; it was reverted in [#1076](https://github.com/just-the-docs/just-the-docs/pull/1076), and then reimplemented in [#1077](https://github.com/just-the-docs/just-the-docs/pull/1077)
397
+ - Fixed: skip nav collection generation when site has no pages by [@pdmosses](https://github.com/pdmosses) in [#1092](https://github.com/just-the-docs/just-the-docs/pull/1092)
398
+ - Fixed: standardize SCSS with `declaration-block-no-redundant-longhand-properties` by [@simonebortolin](https://github.com/simonebortolin) in [#1102](https://github.com/just-the-docs/just-the-docs/pull/1102)
399
+ - Fixed: incorrect `padding` property value pair in `labels.scss` by [@SConaway](https://github.com/SConaway) in [#1104](https://github.com/just-the-docs/just-the-docs/pull/1104)
400
+ - Fixed: various bugs with copy code button by [@simonebortolin](https://github.com/simonebortolin) in [#1096](https://github.com/just-the-docs/just-the-docs/pull/1096)
401
+ - Fixed: replace inline styling for `<svg>` icons by [@captn3m0](https://github.com/captn3m0) in [#1110](https://github.com/just-the-docs/just-the-docs/pull/1110)
402
+ - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang](https://github.com/mattxwang) in [#1071](https://github.com/just-the-docs/just-the-docs/pull/1071)
403
+ - Docs: fix typo in changelog links [@koppor](https://github.com/koppor) in [#1000](https://github.com/just-the-docs/just-the-docs/pull/1000)
404
+ - Docs: update homepage (focus: new features, conciseness, deduplication) by [@pdmosses](https://github.com/pdmosses) in [#1018](https://github.com/just-the-docs/just-the-docs/pull/1018)
405
+ - Docs: update README (focus: new features, conciseness, deduplication) by [@pdmosses](https://github.com/pdmosses) in [#1019](https://github.com/just-the-docs/just-the-docs/pull/1019)
406
+ - Docs: fix two bugs in "Customization" (custom favicon, new annotation) by [@mattxwang](https://github.com/mattxwang) in [#1090](https://github.com/just-the-docs/just-the-docs/pull/1090)
407
+ - Docs: Add warning about mandatory `_`-prefix for collections by [@max06](https://github.com/max06) in [#1091](https://github.com/just-the-docs/just-the-docs/pull/1091)
408
+ - Docs: remove Google Analytics on main site by [@mattxwang](https://github.com/mattxwang) in [#1113](https://github.com/just-the-docs/just-the-docs/pull/1113)
409
+
410
+ ## v0.4.0.rc3
411
+
412
+ - Added: styling for `<blockquote>` by [@mattxwang](https://github.com/mattxwang) in [#965](https://github.com/just-the-docs/just-the-docs/pull/965)
413
+ - Added: custom include for TOC heading by [@pdmosses](https://github.com/pdmosses) in [#980](https://github.com/just-the-docs/just-the-docs/pull/980)
414
+ - Added: experimental nav optimization for simple cases by [@pdmosses](https://github.com/pdmosses) in [#992](https://github.com/just-the-docs/just-the-docs/pull/992)
415
+ - Fixed: spacing issue when search is disabled by [@henryiii](https://github.com/henryiii) in [#960](https://github.com/just-the-docs/just-the-docs/pull/960)
416
+ - Fixed: active grandchild link class by [@pdmosses](https://github.com/pdmosses) in [#962](https://github.com/just-the-docs/just-the-docs/pull/962)
417
+ - Fixed: HTML validation issues (W3C validator) by [@mattxwang](https://github.com/mattxwang) in [#964](https://github.com/just-the-docs/just-the-docs/pull/964)
418
+ - Fixed: link styling now uses `text-decoration` values by [@mattxwang](https://github.com/mattxwang) in [#967](https://github.com/just-the-docs/just-the-docs/pull/967)
419
+ - Fixed: cleaning up Jekyll excludes by [@pdmosses](https://github.com/pdmosses) in [#985](https://github.com/just-the-docs/just-the-docs/pull/985)
420
+ - Fixed: docs, narrow styling for code highlighting with line numbers by [@pdmosses](https://github.com/pdmosses) in [#974](https://github.com/just-the-docs/just-the-docs/pull/974)
421
+ - Fixed: default syntax highlighting in custom color schemes [@pdmosses](https://github.com/pdmosses) in [#986](https://github.com/just-the-docs/just-the-docs/pull/986)
422
+
423
+ ## v0.4.0.rc2
424
+
425
+ - Added: accessible titles to nested page nav toggle by [@JPrevost](https://github.com/JPrevost) in [#950](https://github.com/just-the-docs/just-the-docs/pull/950)
426
+ - Added: better title styling for AsciiDoc examples by [@alyssais](https://github.com/alyssais) in [#944](https://github.com/just-the-docs/just-the-docs/pull/944)
427
+ - Added: docs for custom search placeholder by [@mattxwang](https://github.com/mattxwang) in [#939](https://github.com/just-the-docs/just-the-docs/pull/939)
428
+ - Added: provide ability to skip to main content by [@JPrevost](https://github.com/JPrevost) in [#949](https://github.com/just-the-docs/just-the-docs/pull/949)
429
+ - Fixed: exclude `vendor/` in Jekyll config by [@manuelhenke](https://github.com/manuelhenke) in [#941](https://github.com/just-the-docs/just-the-docs/pull/941)
430
+ - Fixed: improve build time of navigation panel by [@pdmosses](https://github.com/pdmosses) in [#956](https://github.com/just-the-docs/just-the-docs/pull/956)
431
+ - Added: docs load mermaid.js by default by [@mattxwang](https://github.com/mattxwang) in [#935](https://github.com/just-the-docs/just-the-docs/pull/935)
432
+ - Fixed: table of contents on search docs by [@robinpokorny](https://github.com/robinpokorny) in [#940](https://github.com/just-the-docs/just-the-docs/pull/940)
433
+ - Fixed: broken docs link (custom footer) by [@olgarithms](https://github.com/olgarithms) in [#951](https://github.com/just-the-docs/just-the-docs/pull/951)
434
+ - Fixed: clarify version docs by [@pdmosses](https://github.com/pdmosses) in [#955](https://github.com/just-the-docs/just-the-docs/pull/955)
435
+ - Deleted: unused script directory by [@mattxwang](https://github.com/mattxwang) in [#937](https://github.com/just-the-docs/just-the-docs/pull/937)
436
+
437
+ ## v0.4.0.rc1
438
+
439
+ - Added: Combination by [@pdmosses](https://github.com/pdmosses) in [#578](https://github.com/just-the-docs/just-the-docs/pull/578)
440
+ - Added: dark highlighting in [#463](https://github.com/just-the-docs/just-the-docs/pull/463)
441
+ - Added: pages and collections in [#448](https://github.com/just-the-docs/just-the-docs/pull/448)
442
+ - Added: callouts in [#466](https://github.com/just-the-docs/just-the-docs/pull/466)
443
+ - Fixed: breadcrumb behaviour … by [@AdityaTiwari2102](https://github.com/AdityaTiwari2102) in [#477](https://github.com/just-the-docs/just-the-docs/pull/477)
444
+ - Fixed: prevent rake command corrupting search data in [#495](https://github.com/just-the-docs/just-the-docs/pull/495) (also listed below)
445
+ - Fixed: nested lists in [#496](https://github.com/just-the-docs/just-the-docs/pull/496)
446
+ - Fixed: set color for search input in [#498](https://github.com/just-the-docs/just-the-docs/pull/498) (also listed below)
1352
447
  - Fixed: sites with no child pages (no PR)
1353
- - Fixed: TOC/breadcrumbs for multiple collections in [#494]
448
+ - Fixed: TOC/breadcrumbs for multiple collections in [#494](https://github.com/just-the-docs/just-the-docs/pull/494)
1354
449
  - Added: collection configuration option `nav_fold` (no PR)
1355
450
  - Fixed: indentation and color for folded collection navigation (no PR)
1356
- - Fixed: scroll navigation to show the link to the current page in [#639]
1357
- - Fixed: Replace all uses of `absolute_url` by `relative_url`, by [@svrooij] in [#544]
1358
- * Added: custom favicon `_includes` by [@burner1024] in [#364]
1359
- * Added: set color for search input by [@pdmosses] in [#498]
1360
- * Added: search placeholder configuration by [@mattxwang] in [#613]
1361
- * Added: 'child_nav_order' front matter to be able to sort navigation pages in reverse by [@jmertic] in [#726]
1362
- * Added: `nav_footer_custom` include by [@nathanjessen] in [#474]
1363
- * Added: style fixes for jekyll-asciidoc by [@alyssais] in [#829]
1364
- * Added: mermaid.js support by [@nascosto] in [#857]
1365
- * Added: support for external navigation links by [@SPGoding] in [#876]
1366
- * Added: refactor `mermaid` config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` by [@mattxwang] in [#909]
1367
- * Fixed: prepend `site.collections_dir` if exists by [@alexsegura] in [#519]
1368
- * Fixed: nested task lists (#517) by [@pdmosses] in [#855]
1369
- * Fixed: suppress Liquid processing in CSS comments by [@pdmosses] in [#686]
1370
- * Fixed: prevent rake command from corrupting search data by [@pdmosses] in [#495]
1371
- * Fixed: anchor heading links should be visible on focus by [@jacobhq] in [#846]
1372
- * Fixed: add `overflow-x: auto` to `figure.highlight` by [@iridazzle] in [#727]
1373
- * Fixed: add `overflow-wrap: word-break` to `body` by [@iridazzle] in [#889]
1374
- * Fixed: vertical alignment for consecutive labels by [@Eisverygoodletter] in [#893]
1375
- * Fixed: allow links to wrap by [@pdmosses] in [#905]
1376
- * Fixed: nav scroll feature and absolute/relative URLs by [@pdmosses] in [#898]
1377
-
1378
- [#578]: https://github.com/just-the-docs/just-the-docs/pull/578
1379
- [#463]: https://github.com/just-the-docs/just-the-docs/pull/463
1380
- [#448]: https://github.com/just-the-docs/just-the-docs/pull/448
1381
- [#466]: https://github.com/just-the-docs/just-the-docs/pull/466
1382
- [#477]: https://github.com/just-the-docs/just-the-docs/pull/477
1383
- [#495]: https://github.com/just-the-docs/just-the-docs/pull/495
1384
- [#496]: https://github.com/just-the-docs/just-the-docs/pull/496
1385
- [#498]: https://github.com/just-the-docs/just-the-docs/pull/498
1386
- [#494]: https://github.com/just-the-docs/just-the-docs/pull/494
1387
- [#639]: https://github.com/just-the-docs/just-the-docs/pull/639
1388
- [#544]: https://github.com/just-the-docs/just-the-docs/pull/544
1389
- [#364]: https://github.com/just-the-docs/just-the-docs/pull/364
1390
- [#498]: https://github.com/just-the-docs/just-the-docs/pull/498
1391
- [#613]: https://github.com/just-the-docs/just-the-docs/pull/613
1392
- [#726]: https://github.com/just-the-docs/just-the-docs/pull/726
1393
- [#474]: https://github.com/just-the-docs/just-the-docs/pull/474
1394
- [#829]: https://github.com/just-the-docs/just-the-docs/pull/829
1395
- [#857]: https://github.com/just-the-docs/just-the-docs/pull/857
1396
- [#876]: https://github.com/just-the-docs/just-the-docs/pull/876
1397
- [#909]: https://github.com/just-the-docs/just-the-docs/pull/909
1398
- [#519]: https://github.com/just-the-docs/just-the-docs/pull/519
1399
- [#855]: https://github.com/just-the-docs/just-the-docs/pull/855
1400
- [#686]: https://github.com/just-the-docs/just-the-docs/pull/686
1401
- [#495]: https://github.com/just-the-docs/just-the-docs/pull/495
1402
- [#846]: https://github.com/just-the-docs/just-the-docs/pull/846
1403
- [#727]: https://github.com/just-the-docs/just-the-docs/pull/727
1404
- [#889]: https://github.com/just-the-docs/just-the-docs/pull/889
1405
- [#893]: https://github.com/just-the-docs/just-the-docs/pull/893
1406
- [#905]: https://github.com/just-the-docs/just-the-docs/pull/905
1407
- [#898]: https://github.com/just-the-docs/just-the-docs/pull/898
1408
-
1409
- ### Documentation
1410
-
1411
- * Added: docs on how to break an `ol` by [@pdmosses] in [#856]
1412
- * Added: docs for custom includes by [@nathanjessen] in [#806]
1413
- * Added: document caveat about variable dependencies by [@waldyrious] in [#555]
1414
- * Added: docs on how to use `custom_head` to add a custom favicon by [@UnclassedPenguin] in [#814]
1415
- * Fixed: `ol` on `index.md` by [@pmarsceill] in [#778]
1416
- * Fixed: image link in Markdown kitchen sink by [@JeffGuKang] in [#221]
1417
- * Fixed: images in Markdown kitchen sink by [@dougaitken] in [#782]
1418
- * Fixed: clearer label of link to Jekyll quickstart by [@waldyrious] in [#549]
1419
- * Fixed: remove extra spaces in component docs by [@MichelleBlanchette] in [#554]
1420
- * Fixed: double "your" typo in `index.md` by [@sehilyi] in [#499]
1421
- * Fixed: "you" -> "your" typo in `index.md` by [@nathanjessen] in [#473]
1422
- * Fixed: spacing in toc example by [@henryiii] in [#835]
1423
- * Fixed: typo in `README` on `_config.yml` by [@ivanskodje] in [#891]
1424
- * Fixed: missing code fence in navigation structure docs by [@mattxwang] in [#906]
1425
-
1426
- [#856]: https://github.com/just-the-docs/just-the-docs/pull/856
1427
- [#806]: https://github.com/just-the-docs/just-the-docs/pull/806
1428
- [#555]: https://github.com/just-the-docs/just-the-docs/pull/555
1429
- [#814]: https://github.com/just-the-docs/just-the-docs/pull/814
1430
- [#778]: https://github.com/just-the-docs/just-the-docs/pull/778
1431
- [#221]: https://github.com/just-the-docs/just-the-docs/pull/221
1432
- [#782]: https://github.com/just-the-docs/just-the-docs/pull/782
1433
- [#549]: https://github.com/just-the-docs/just-the-docs/pull/549
1434
- [#554]: https://github.com/just-the-docs/just-the-docs/pull/554
1435
- [#499]: https://github.com/just-the-docs/just-the-docs/pull/499
1436
- [#473]: https://github.com/just-the-docs/just-the-docs/pull/473
1437
- [#835]: https://github.com/just-the-docs/just-the-docs/pull/835
1438
- [#891]: https://github.com/just-the-docs/just-the-docs/pull/891
1439
- [#906]: https://github.com/just-the-docs/just-the-docs/pull/906
1440
-
1441
- ### Maintenance
1442
-
1443
- * Added: VScode devcontainer by [@max06] in [#783]
1444
- * Added: `webrick` to `Gemfile` by [@mattxwang] in [#799]
1445
- * Added: 'This site is powered by Netlify.' to the footer by [@mattxwang] in [#797]
1446
- * Updated: new repo path by [@pmarsceill] in [#775]
1447
- * Updated: rename `master` -> `main` by [@pmarsceill] in [#776]
1448
- * Updated: README by [@pmarsceill] in [#777]
1449
- * Updated: Code of Conduct to Contributor Covenant v2.1 by [@mattxwang] in [#790]
1450
- * Updated: CI files, Ruby & Node Versions by [@mattxwang] in [#820]
1451
- * Updated: Stylelint to v14, extend SCSS plugins, remove primer-* configs, resolve issues by [@mattxwang] in [#821]
1452
-
1453
- [#783]: https://github.com/just-the-docs/just-the-docs/pull/783
1454
- [#799]: https://github.com/just-the-docs/just-the-docs/pull/799
1455
- [#797]: https://github.com/just-the-docs/just-the-docs/pull/797
1456
- [#775]: https://github.com/just-the-docs/just-the-docs/pull/775
1457
- [#776]: https://github.com/just-the-docs/just-the-docs/pull/776
1458
- [#777]: https://github.com/just-the-docs/just-the-docs/pull/777
1459
- [#790]: https://github.com/just-the-docs/just-the-docs/pull/790
1460
- [#820]: https://github.com/just-the-docs/just-the-docs/pull/820
1461
- [#821]: https://github.com/just-the-docs/just-the-docs/pull/821
1462
-
1463
- ### Dependencies
1464
-
1465
- * Upgrade to GitHub-native Dependabot by @dependabot-preview in [#627]
1466
- * [Security] Bump y18n from 3.2.1 to 3.2.2 by @dependabot-preview in [#606]
1467
- * [Security] Bump hosted-git-info from 2.7.1 to 2.8.9 by @dependabot-preview in [#641]
1468
- * [Security] Bump lodash from 4.17.19 to 4.17.21 by @dependabot-preview in [#640]
1469
- * [Security] Bump ini from 1.3.5 to 1.3.8 by @dependabot-preview in [#511]
1470
- * Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in [#699]
1471
- * Bump ajv from 6.10.0 to 6.12.6 by @dependabot in [#766]
1472
- * Bump prettier from 2.1.2 to 2.5.1 by @dependabot in [#787]
1473
- * Bump prettier from 2.5.1 to 2.6.2 by @dependabot in [#809]
1474
- * Bump prettier from 2.6.2 to 2.7.1 by @dependabot in [#864]
1475
-
1476
- [#627]: https://github.com/just-the-docs/just-the-docs/pull/627
1477
- [#606]: https://github.com/just-the-docs/just-the-docs/pull/606
1478
- [#641]: https://github.com/just-the-docs/just-the-docs/pull/641
1479
- [#640]: https://github.com/just-the-docs/just-the-docs/pull/640
1480
- [#511]: https://github.com/just-the-docs/just-the-docs/pull/511
1481
- [#699]: https://github.com/just-the-docs/just-the-docs/pull/699
1482
- [#766]: https://github.com/just-the-docs/just-the-docs/pull/766
1483
- [#787]: https://github.com/just-the-docs/just-the-docs/pull/787
1484
- [#809]: https://github.com/just-the-docs/just-the-docs/pull/809
1485
- [#864]: https://github.com/just-the-docs/just-the-docs/pull/864
1486
-
1487
- ### New Contributors
1488
-
1489
- * [@AdityaTiwari2102] made their first contribution in [#477]
1490
- * [@svrooij] made their first contribution in [#544]
1491
- * [@alexsegura] made their first contribution in [#519]
1492
- * [@burner1024] made their first contribution in [#364]
1493
- * [@JeffGuKang] made their first contribution in [#221]
1494
- * [@dougaitken] made their first contribution in [#782]
1495
- * [@max06] made their first contribution in [#783]
1496
- * [@sehilyi] made their first contribution in [#499]
1497
- * [@nathanjessen] made their first contribution in [#473]
1498
- * [@waldyrious] made their first contribution in [#549]
1499
- * [@MichelleBlanchette] made their first contribution in [#554]
1500
- * [@henryiii] made their first contribution in [#835]
1501
- * [@jmertic] made their first contribution in [#726]
1502
- * [@jacobhq] made their first contribution in [#846]
1503
- * [@UnclassedPenguin] made their first contribution in [#814]
1504
- * [@alyssais] made their first contribution in [#829]
1505
- * [@nascosto] made their first contribution in [#857]
1506
- * [@SPGoding] made their first contribution in [#876]
1507
- * [@iridazzle] made their first contribution in [#727]
1508
- * [@ivanskodje] made their first contribution in [#891]
1509
- * [@Eisverygoodletter] made their first contribution in [#893]
1510
-
1511
- [@AdityaTiwari2102]: https://github.com/AdityaTiwari2102
1512
- [@svrooij]: https://github.com/svrooij
1513
- [@alexsegura]: https://github.com/alexsegura
1514
- [@burner1024]: https://github.com/burner1024
1515
- [@JeffGuKang]: https://github.com/JeffGuKang
1516
- [@dougaitken]: https://github.com/dougaitken
1517
- [@max06]: https://github.com/max06
1518
- [@sehilyi]: https://github.com/sehilyi
1519
- [@nathanjessen]: https://github.com/nathanjessen
1520
- [@waldyrious]: https://github.com/waldyrious
1521
- [@MichelleBlanchette]: https://github.com/MichelleBlanchette
1522
- [@henryiii]: https://github.com/henryiii
1523
- [@jmertic]: https://github.com/jmertic
1524
- [@jacobhq]: https://github.com/jacobhq
1525
- [@UnclassedPenguin]: https://github.com/UnclassedPenguin
1526
- [@alyssais]: https://github.com/alyssais
1527
- [@nascosto]: https://github.com/nascosto
1528
- [@SPGoding]: https://github.com/SPGoding
1529
- [@iridazzle]: https://github.com/iridazzle
1530
- [@ivanskodje]: https://github.com/ivanskodje
1531
- [@Eisverygoodletter]: https://github.com/Eisverygoodletter
1532
-
1533
- **Full Changelog**: https://github.com/just-the-docs/just-the-docs/compare/v0.3.3...v0.4.0.rc1
1534
-
1535
- [@pmarsceill]: https://github.com/pmarsceill
451
+ - Fixed: scroll navigation to show the link to the current page in [#639](https://github.com/just-the-docs/just-the-docs/pull/639)
452
+ - Fixed: Replace all uses of `absolute_url` by `relative_url`, by [@svrooij](https://github.com/svrooij) in [#544](https://github.com/just-the-docs/just-the-docs/pull/544)
453
+ - Added: custom favicon `_includes` by [@burner1024](https://github.com/burner1024) in [#364](https://github.com/just-the-docs/just-the-docs/pull/364)
454
+ - Added: set color for search input by [@pdmosses](https://github.com/pdmosses) in [#498](https://github.com/just-the-docs/just-the-docs/pull/498)
455
+ - Added: search placeholder configuration by [@mattxwang](https://github.com/mattxwang) in [#613](https://github.com/just-the-docs/just-the-docs/pull/613)
456
+ - Added: 'child_nav_order' front matter to be able to sort navigation pages in reverse by [@jmertic](https://github.com/jmertic) in [#726](https://github.com/just-the-docs/just-the-docs/pull/726)
457
+ - Added: `nav_footer_custom` include by [@nathanjessen](https://github.com/nathanjessen) in [#474](https://github.com/just-the-docs/just-the-docs/pull/474)
458
+ - Added: style fixes for jekyll-asciidoc by [@alyssais](https://github.com/alyssais) in [#829](https://github.com/just-the-docs/just-the-docs/pull/829)
459
+ - Added: mermaid.js support by [@nascosto](https://github.com/nascosto) in [#857](https://github.com/just-the-docs/just-the-docs/pull/857)
460
+ - Added: support for external navigation links by [@SPGoding](https://github.com/SPGoding) in [#876](https://github.com/just-the-docs/just-the-docs/pull/876)
461
+ - Added: refactor `mermaid` config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` by [@mattxwang](https://github.com/mattxwang) in [#909](https://github.com/just-the-docs/just-the-docs/pull/909)
462
+ - Fixed: prepend `site.collections_dir` if exists by [@alexsegura](https://github.com/alexsegura) in [#519](https://github.com/just-the-docs/just-the-docs/pull/519)
463
+ - Fixed: nested task lists (#517) by [@pdmosses](https://github.com/pdmosses) in [#855](https://github.com/just-the-docs/just-the-docs/pull/855)
464
+ - Fixed: suppress Liquid processing in CSS comments by [@pdmosses](https://github.com/pdmosses) in [#686](https://github.com/just-the-docs/just-the-docs/pull/686)
465
+ - Fixed: prevent rake command from corrupting search data by [@pdmosses](https://github.com/pdmosses) in [#495](https://github.com/just-the-docs/just-the-docs/pull/495)
466
+ - Fixed: anchor heading links should be visible on focus by [@jacobhq](https://github.com/jacobhq) in [#846](https://github.com/just-the-docs/just-the-docs/pull/846)
467
+ - Fixed: add `overflow-x: auto` to `figure.highlight` by [@iridazzle](https://github.com/iridazzle) in [#727](https://github.com/just-the-docs/just-the-docs/pull/727)
468
+ - Fixed: add `overflow-wrap: word-break` to `body` by [@iridazzle](https://github.com/iridazzle) in [#889](https://github.com/just-the-docs/just-the-docs/pull/889)
469
+ - Fixed: vertical alignment for consecutive labels by [@Eisverygoodletter](https://github.com/Eisverygoodletter) in [#893](https://github.com/just-the-docs/just-the-docs/pull/893)
470
+ - Fixed: allow links to wrap by [@pdmosses](https://github.com/pdmosses) in [#905](https://github.com/just-the-docs/just-the-docs/pull/905)
471
+ - Fixed: nav scroll feature and absolute/relative URLs by [@pdmosses](https://github.com/pdmosses) in [#898](https://github.com/just-the-docs/just-the-docs/pull/898)
472
+ - Documentation changes
473
+ - Added: docs on how to break an `ol` by [@pdmosses](https://github.com/pdmosses) in [#856](https://github.com/just-the-docs/just-the-docs/pull/856)
474
+ - Added: docs for custom includes by [@nathanjessen](https://github.com/nathanjessen) in [#806](https://github.com/just-the-docs/just-the-docs/pull/806)
475
+ - Added: document caveat about variable dependencies by [@waldyrious](https://github.com/waldyrious) in [#555](https://github.com/just-the-docs/just-the-docs/pull/555)
476
+ - Added: docs on how to use `custom_head` to add a custom favicon by [@UnclassedPenguin](https://github.com/UnclassedPenguin) in [#814](https://github.com/just-the-docs/just-the-docs/pull/814)
477
+ - Fixed: `ol` on `index.md` by [@pmarsceill](https://github.com/pmarsceill) in [#778](https://github.com/just-the-docs/just-the-docs/pull/778)
478
+ - Fixed: image link in Markdown kitchen sink by [@JeffGuKang](https://github.com/JeffGuKang) in [#221](https://github.com/just-the-docs/just-the-docs/pull/221)
479
+ - Fixed: images in Markdown kitchen sink by [@dougaitken](https://github.com/dougaitken) in [#782](https://github.com/just-the-docs/just-the-docs/pull/782)
480
+ - Fixed: clearer label of link to Jekyll quickstart by [@waldyrious](https://github.com/waldyrious) in [#549](https://github.com/just-the-docs/just-the-docs/pull/549)
481
+ - Fixed: remove extra spaces in component docs by [@MichelleBlanchette](https://github.com/MichelleBlanchette) in [#554](https://github.com/just-the-docs/just-the-docs/pull/554)
482
+ - Fixed: double "your" typo in `index.md` by [@sehilyi](https://github.com/sehilyi) in [#499](https://github.com/just-the-docs/just-the-docs/pull/499)
483
+ - Fixed: "you" to "your" typo in `index.md` by [@nathanjessen](https://github.com/nathanjessen) in [#473](https://github.com/just-the-docs/just-the-docs/pull/473)
484
+ - Fixed: spacing in toc example by [@henryiii](https://github.com/henryiii) in [#835](https://github.com/just-the-docs/just-the-docs/pull/835)
485
+ - Fixed: typo in `README` on `_config.yml` by [@ivanskodje](https://github.com/ivanskodje) in [#891](https://github.com/just-the-docs/just-the-docs/pull/891)
486
+ - Fixed: missing code fence in navigation structure docs by [@mattxwang](https://github.com/mattxwang) in [#906](https://github.com/just-the-docs/just-the-docs/pull/906)
487
+ - Maintenance changes (developer-only)
488
+ - Added: VScode devcontainer by [@max06](https://github.com/max06) in [#783](https://github.com/just-the-docs/just-the-docs/pull/783)
489
+ - Added: `webrick` to `Gemfile` by [@mattxwang](https://github.com/mattxwang) in [#799](https://github.com/just-the-docs/just-the-docs/pull/799)
490
+ - Added: 'This site is powered by Netlify.' to the footer by [@mattxwang](https://github.com/mattxwang) in [#797](https://github.com/just-the-docs/just-the-docs/pull/797)
491
+ - Updated: new repo path by [@pmarsceill](https://github.com/pmarsceill) in [#775](https://github.com/just-the-docs/just-the-docs/pull/775)
492
+ - Updated: rename `master` to `main` by [@pmarsceill](https://github.com/pmarsceill) in [#776](https://github.com/just-the-docs/just-the-docs/pull/776)
493
+ - Updated: README by [@pmarsceill](https://github.com/pmarsceill) in [#777](https://github.com/just-the-docs/just-the-docs/pull/777)
494
+ - Updated: Code of Conduct to Contributor Covenant v2.1 by [@mattxwang](https://github.com/mattxwang) in [#790](https://github.com/just-the-docs/just-the-docs/pull/790)
495
+ - Updated: CI files, Ruby & Node Versions by [@mattxwang](https://github.com/mattxwang) in [#820](https://github.com/just-the-docs/just-the-docs/pull/820)
496
+ - Updated: Stylelint to v14, extend SCSS plugins, remove primer-* configs, resolve issues by [@mattxwang](https://github.com/mattxwang) in [#821](https://github.com/just-the-docs/just-the-docs/pull/821)
1536
497
 
1537
498
  ## v0.3.3
1538
499
 
@@ -1586,7 +547,6 @@ as well as DX improvements like better regression tests, CI, and tooling. If you
1586
547
  - Bump lodash from 4.17.15 to 4.17.19 @dependabot (#384)
1587
548
  - Bump @primer/css from 14.4.0 to 15.0.0 @dependabot-preview (#371)
1588
549
 
1589
-
1590
550
  ## v0.3.1
1591
551
 
1592
552
  ### Changes
@@ -1600,7 +560,6 @@ as well as DX improvements like better regression tests, CI, and tooling. If you
1600
560
  - Remove collapsible TOC on nav doc @pmarsceill (#368)
1601
561
  - Pdmosses collapsible toc @pmarsceill (#367)
1602
562
 
1603
-
1604
563
  ## v0.3.0
1605
564
 
1606
565
  ### Changes
@@ -1622,7 +581,6 @@ as well as DX improvements like better regression tests, CI, and tooling. If you
1622
581
  - Bump stylelint from 13.3.3 to 13.6.1 @dependabot-preview (#343)
1623
582
  - Bump stylelint-config-prettier from 8.0.1 to 8.0.2 @dependabot-preview (#349)
1624
583
 
1625
-
1626
584
  ## v0.2.9
1627
585
 
1628
586
  ### Bug fixes
@@ -1726,7 +684,6 @@ fixes #291 #256 #293 #177
1726
684
  #159 by @julienduchesne - Optimizes nav generation
1727
685
  #162 by @nergmada - Modifies the google analytics code to match the new tags used by GA
1728
686
 
1729
-
1730
687
  ## v0.2.5
1731
688
 
1732
689
  ### Bugs fixed