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,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.
Expand Down
Loading