Skip to content

v0.103.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:00
· 92 commits to main since this release
335673b

Minor Changes

  • #968 b1322fdc Thanks @tenphi! - Added drag-and-drop reordering and inline editing capabilities to Tabs component. Tabs can now be reordered by dragging, and tab titles can be edited inline by double-clicking. Added showTabPicker prop to display a dropdown menu for quick tab navigation when tabs overflow. Added TabType and TabSize type exports. Improved tab indicator positioning and state management. Added disabled state support to Item and ItemButton components.

Patch Changes

  • #971 08fa1670 Thanks @tenphi! - Fixed inset, padding, and margin style handlers to correctly assign values to directions in the order they appear. Previously, inset: 'right 1x top 0' would incorrectly map values based on direction position rather than input order. Now values are correctly assigned: first value to first direction, second value to second direction, etc.