v3.2.4
heroui-inc/herouiv3.2.4Aug 7, 2026by wingkwong
AI Summary
This release focuses on bug fixes for UI components including Variants, Autocomplete, Modal, and Tabs, alongside an upgrade to React Aria 1.20.0 and Next.js 16.3.0.
Key Highlights
- Fixed Variants modifiers falling back to wrong classes after a re-render
- Fixed Autocomplete options being clipped inside modals
- Fixed Modal backdrop clicks to dismiss scroll="outside"
- Fixed Tabs chevron scrolling to land flush on edges
- Upgraded to React Aria 1.20.0 and Next.js 16.3.0
Full Release Notes
## What's Inside - ๐จ Variants โ fixed modifiers falling back to the wrong class after a re-render - ๐ฝ Autocomplete โ last options no longer clipped inside modals - :framed_picture: Modal โ backdrop clicks dismiss scroll="outside" again - ๐ Tabs โ chevron scrolling lands flush on the edges - ๐งช React Aria 1.20.0 + behavioral test suite ## What's Changed * docs(native): add 1.0.8 release note by @vvv-sss in https://github.com/heroui-inc/heroui/pull/6747 * docs(native): add styling and theming blog post by @vvv-sss in https://github.com/heroui-inc/heroui/pull/6745 * chore(docs): add native release note 1.0.8 by @wingkwong in https://github.com/heroui-inc/heroui/pull/6751 * fix(docs): avoid copy button overflow on mobile by @wingkwong in https://github.com/heroui-inc/heroui/pull/6755 * chore(deps): bump next to v16.3.0 by @wingkwong in https://github.com/heroui-inc/heroui/pull/6765 * V3.2.4 by @wingkwong in https://github.com/heroui-inc/heroui/pull/6758 ## Full Release Note https://heroui.com/docs/react/releases/v3-2-4 **Full Changelog**: https://github.com/heroui-inc/heroui/compare/v3.2.3...v3.2.4