From d7f9727d7ac68e26c8dab449b946d1389c5cb7e9 Mon Sep 17 00:00:00 2001 From: matlegault <1365625+matlegault@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:08:13 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-25.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx index 0f2bcc06c..0c74802ef 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-25.mdx @@ -1,3 +1,12 @@ +## 4.44.0 +**`(feat):`** Nest tabs configuration under `theme.tabs` as an object with `style`, +`alignment`, and `placement` properties. `theme.tabs: bubble` (string) +is still supported for backward compatibility. The `layout.tabs-placement` +field is preserved for backward compat. Tab alignment is only available +via `theme.tabs.alignment`. Warn when sidebar placement is combined with +center alignment since centering is only supported for header tabs. + + ## 4.43.4 **`(fix):`** Thread endpoint ID through dynamic snippet generators to differentiate generated snippets by endpoint.