Skip to content

v0.117.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:18
· 12 commits to main since this release
0b638de

Minor Changes

  • #1054 9bbc6de2 Thanks @tenphi! - Added onBack prop to Layout.Header component. When provided, a back button with arrow icon is rendered to the left of the title, allowing users to navigate back from the current page.

  • #1053 9b68b794 Thanks @tenphi! - Added support for CSS string values (like percentages) for maxSize prop in Layout.Panel, added minContentSize prop to Layout component to control minimum content area between panels, and implemented natural boundaries logic so panels on opposite sides automatically prevent overlap and maintain minimum content space.