Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.7.3
**`(fix):`** Fix image path resolution on Windows for `fern docs dev` and `fern generate docs`.
Path utilities (`resolve`, `dirname`, `join`) now normalize output to forward slashes,
preventing file ID lookup mismatches caused by mixed path separators on Windows.


## 5.7.2
**`(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, ...]`.

Expand Down
Loading