You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 5.7.3
2
+
**`(fix):`** Fix image path resolution on Windows for `fern docs dev` and `fern generate docs`.
3
+
Path utilities (`resolve`, `dirname`, `join`) now normalize output to forward slashes,
4
+
preventing file ID lookup mismatches caused by mixed path separators on Windows.
5
+
6
+
1
7
## 5.7.2
2
8
**`(fix):`** Allow BCP 47 locale tags (e.g. `ja-JP`, `pt-BR`, `zh-Hans-CN`) in the `translations` and `languages` fields of `docs.yml`. Previously these were rejected by the JSON-schema validator with `must be one of [en, es, fr, ...]`.
0 commit comments