Skip to content

Termina 0.16.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:14
· 8 commits to dev since this release
bb7fc88

New Features

  • Added cache policy to keyed dynamic layouts (#361)
    • KeyedDynamicLayoutNode now supports AllKeys and CurrentOnly cache policies.
    • AllKeys remains the default policy, preserving existing behavior and source compatibility.
    • CurrentOnly keeps only the active child and replaces it when the key changes.
    • Replaced children deactivate immediately and dispose during the next layout pass.