Skip to content

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 12:51

3.4.0 (2026-04-05)

Features

  • Add custom width configuration for sidebar (#108) (a418df1)

  • Add configurable CSS variables for group styling:

    • --so-group-item-indent (default: 0px) — indent items inside groups (with padding-inline-start for RTL support)
    • --so-group-header-expanded-shift (default: 30px) — header text position when expanded
    • --so-group-header-collapsed-shift (default: 10px) — header text position when collapsed
    • --so-group-header-hover-shift (default: 10px) — header text position on hover (collapsed)

    Set all *-shift vars to the same value to prevent text jumping on expand/collapse/hover.

  • Add accordion mode: New accordion_mode setting in Appearance Settings. When enabled, opening a group automatically collapses all others. Available as a UI toggle and via config (accordion_mode: true).

Bug Fixes