Skip to content

Commit 28806b7

Browse files
Update changelogs from fern repo (#1810)
Co-authored-by: mattblank11 <[email protected]>
1 parent dd1918e commit 28806b7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.108.0
2+
**`(feat):`** Add position-based sorting for folder navigation in docs.yml. Pages can now control their order using a `position` field in frontmatter. Pages with position values sort first (ascending), then pages without position sort alphabetically.
3+
4+
Example:
5+
```markdown
6+
---
7+
position: 1
8+
---
9+
# Getting Started
10+
```
11+
12+
13+
**`(fix):`** Fix hot-reload in `fern docs dev` to detect frontmatter position changes. Previously, changing position values required restarting the dev server. Now position changes, file additions, and file deletions trigger automatic navigation rebuilds.
14+
15+
116
## 0.107.11
217
**`(fix):`** Fix AsyncAPI v3 message parsing where channel messages were not being included in generated WebSocket clients. Messages defined in AsyncAPI v3 specs are now correctly resolved and included in the SDK.
318

0 commit comments

Comments
 (0)