🚀 Features
- Enhance type inference for useEmitAsProps and useForwardPropsEmits - by @Myshkouski and Claude Opus 4.8 (1M context) in #2643 (f76c5)
- ConfigProvider: Add
teleportTofor global default teleport target - by @zernonia and Claude Opus 4.8 (1M context) in #2714 (1b7c7) - DateField: Add stepSnapping support - by @yan-ad in #2640 (3d32a)
- Dialog: Add
unmountOnHideprop - by @benjamincanac and Claude Opus 4.8 (1M context) in #2662 (eb746) - Drawer: Add Drawer primitive - by @zernonia and Claude Opus 4.8 (1M context) in #2689 (e0ec8)
- HoverCard: Add
enableTouchprop for touch devices - by @benjamincanac in #2687 (40232) - Popper: Add dir prop for
RTL/LTRsupport - by @malik-jouda in #2610 (01bdb) - Rating: Expose Rating component and add documentation - by @zernonia and Claude Opus 4.8 (1M context) in #2691 (ee61b)
- Select: Add nullableValue prop - by @yan-ad in #2641 (4549d)
- Tabs: Expose
--reka-tabs-indicator-thicknessCSS variable - by @kricsleo in #2523 (85507) - Tree: Add
disabledforTreeItem- by @kricsleo in #2529 (7ef55)
🐞 Bug Fixes
- AlertDialog: Preserve pointer events lock - by @Perdolique in #2692 (fa5cf)
- Calendar: Focus first day when no selected or today cell on initial focus - by @nakagam3, nakagam3 and Claude Opus 4.8 (1M context) in #2676 (52aa5)
- Popper: Memoize content subtree updates - by @yan-ad in #2639 (5ba69)
- SelectTrigger: Prevent suppression of mousedown event - by @rastuhacode in #2688 (43989)
- Toolbar: Forward disabled to ToolbarButton + reactive focusable count - by @yan-ad in #2735 (b8e38)
- form-controls: Un-nest hidden form input to fix nested-interactive a11y - by @zernonia and Claude Opus 4.8 (1M context) in #2720 (1460e)
- shared: Disconnect ResizeObserver on unmount in useSize - by @zernonia and Claude Opus 4.8 (1M context) in #2693 (4223c)
🏎 Performance
- Checkbox: Skip label querySelector when
aria-labelis provided - by @zernonia and Claude Opus 4.8 (1M context) in #2715 (39c52) - Collection: Replace indexOf sort with node index map in getItems - by @zernonia and Claude Opus 4.8 (1M context) in #2695 (a0f3d)