Skip to content

Commit c8162c2

Browse files
authored
Release 0.14.3 preparation (#2569)
1 parent 24e96f1 commit c8162c2

File tree

6 files changed

+37
-14
lines changed

6 files changed

+37
-14
lines changed

assets/scss/td/_main-container.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
// either, the TOC sidebar is there and makes .td-main fill the page.
4444
&:has(> .row .td-sidebar-nav) {
4545
display: flex;
46+
flex-direction: column;
47+
> .row {
48+
flex-grow: 1;
49+
}
4650
}
4751
}
4852
}

docsy.dev/content/en/blog/2026/0.14.0.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release 0.14.0 report and upgrade guide
33
linkTitle: Release 0.14.0
44
date: 2026-02-10
5-
lastmod: 2026-02-12
5+
lastmod: 2026-02-17
66
author: >-
77
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
88
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
@@ -11,12 +11,12 @@ tags: [release, upgrade]
1111
cSpell:ignore: docsy subrepo lightdark lookandfeel onedark
1212
---
1313

14-
> [!INFO] Patch updates 0.14.2 and 0.14.1
14+
> [!INFO] Patch updates 0.14.1 to 0.14.3
1515
>
16-
> For the key fixes of these patch updates, see [0.14.2][CL@0.14.2] and
17-
> [0.14.1][CL@0.14.1]. For other changes to 0.14.2, see
16+
> For the key fixes of these patch updates, see [0.14.1][CL@0.14.1],
17+
> [0.14.2][CL@0.14.2], and [0.14.3][CL@0.14.3]. For other changes to 0.14.2, see
1818
> [Patch update 0.14.2](#0.14.2). If you are upgrading now, follow this guide
19-
> and use 0.14.2 where it references 0.14.0.
19+
> and use 0.14.3 where it references 0.14.0.
2020
2121
<style>
2222
li > div.alert-nb { margin: 0.5rem 0 !important;}
@@ -507,10 +507,10 @@ changes require action:
507507

508508
Some upgrade steps are the same for each Docsy release (for example, updating
509509
your Docsy NPM package or Hugo module). Those steps are described in [Upgrade to
510-
Docsy 0.12.0][]: follow them, using version **0.14.2** where the guide refers to
510+
Docsy 0.12.0][]: follow them, using version **0.14.3** where the guide refers to
511511
0.12.0. For this release, use:[^vers-note]
512512

513-
- **Docsy**: [0.13.0][0.14.2]
513+
- **Docsy**: [0.13.0][0.14.3]
514514
- **Hugo**: 0.152.2 → 0.155.0 or later, see [Hugo 0.152.0-0.155.x upgrade
515515
guide][hugo-0.152.0+]
516516
- **Node**: LTS 24 (unchanged)
@@ -667,8 +667,8 @@ an [issue] or starting a [discussion].
667667

668668
About this release:
669669

670-
- [0.14.0][CL@0.14.0] and [0.14.2][CL@0.14.2] changelog entries
671-
- [0.14.0][0.14.0] and [0.14.2][0.14.2] release pages
670+
- Changelog entries from [0.14.0][CL@0.14.0] to [0.14.3][CL@0.14.3]
671+
- Release pages for [0.14.3][], [0.14.2][], [0.14.1][], and [0.14.0][]
672672
- [Release 0.14.0 preparation **issue** (#2404)][#2404]
673673

674674
Other references:
@@ -690,13 +690,16 @@ Other references:
690690
[#2549]: https://github.com/google/docsy/pull/2549
691691
[#939]: https://github.com/google/docsy/issues/939
692692
[0.13.0]: /project/about/changelog/#v0.13.0
693-
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0?no-link-check=1
694-
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2?no-link-check=1
693+
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0
694+
[0.14.1]: https://github.com/google/docsy/releases/v0.14.1
695+
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2
696+
[0.14.3]: https://github.com/google/docsy/releases/v0.14.3
695697
[Advanced style customization]:
696698
/docs/content/lookandfeel/#advanced-style-customization
697699
[CL@0.14.0]: /project/about/changelog/#v0.14.0
698700
[CL@0.14.1]: /project/about/changelog/#v0.14.1
699701
[CL@0.14.2]: /project/about/changelog/#v0.14.2
702+
[CL@0.14.3]: /project/about/changelog/#v0.14.3
700703
[experimental]: /project/about/changelog/#experimental
701704
[hugo-0.152.0+]: /blog/2026/hugo-0.152.0+/
702705
[officially supports]: /project/about/changelog/#official-support

docsy.dev/content/en/project/about/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ For the full list of changes, see the [0.15.0][] release page.
142142

143143
[0.15.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.15.0
144144

145+
## v0.14.3 {#v0.14.3}
146+
147+
Patch release [0.14.3][] applies the layout fix for [#2561], which ensures
148+
`.td-main > .row` grows vertically ([#2569]).
149+
150+
[0.14.3]: https://github.com/google/docsy/releases/v0.14.3
151+
[#2569]: https://github.com/google/docsy/pull/2569
152+
145153
## v0.14.2 {#v0.14.2}
146154

147155
**Key fix** for this patch: Apply `.td-main` flex only when sidebar exists

docsy.dev/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ params:
6262
to_year: present
6363
privacy_policy: https://policies.google.com/privacy
6464
archived_version: false
65-
version: 0.14.2
66-
versionWithBuildId: 0.14.2
65+
version: 0.14.3
66+
versionWithBuildId: 0.14.3
6767
github_repo: https://github.com/google/docsy
6868
github_project_repo: https://github.com/google/docsy
6969
github_subdir: docsy.dev

docsy.dev/static/refcache.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,10 @@
14351435
"StatusCode": 206,
14361436
"LastSeen": "2026-02-12T09:54:08.892388-05:00"
14371437
},
1438+
"https://github.com/google/docsy/pull/2569": {
1439+
"StatusCode": 206,
1440+
"LastSeen": "2026-02-17T18:45:11.838703-05:00"
1441+
},
14381442
"https://github.com/google/docsy/pull/941": {
14391443
"StatusCode": 206,
14401444
"LastSeen": "2026-02-11T11:19:02.968617-05:00"
@@ -1499,6 +1503,10 @@
14991503
"StatusCode": 206,
15001504
"LastSeen": "2026-02-12T07:50:49.680299-05:00"
15011505
},
1506+
"https://github.com/google/docsy/releases/v0.14.3": {
1507+
"StatusCode": 206,
1508+
"LastSeen": "2026-02-17T18:45:11.323854-05:00"
1509+
},
15021510
"https://github.com/google/docsy/releases/v0.2.0": {
15031511
"StatusCode": 206,
15041512
"LastSeen": "2026-02-11T11:24:50.294445-05:00"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)