v3.2.3
gildas-lormeau/SingleFilev3.2.3Jul 31, 2026by wingkwong
AI Summary
This update introduces multi-select capabilities for ComboBox, enhances Right-to-Left (RTL) styling with logical CSS properties, and optimizes dependency management by moving react-aria to peerDependencies.
Key Highlights
- Added multiple selection functionality to ComboBox components
- Implemented logical CSS properties for RTL support across all styles
- Migrated react-aria to peerDependencies for a single shared copy
- Updated to Tailwind Variants 3.3.0
New Features
- Multiple selection in ComboBox
- Logical CSS properties for RTL support
Full Release Notes
## What's Inside - 🔽 ComboBox → multiple selection - 🌐 RTL → logical CSS properties across all styles - 📦 react-aria → moved to peerDependencies, single shared copy - 🎨 tailwind-variants 3.3.0 - 🔧 ScrollShadow, Spinner, InputOTP, Table & Button fixes ## What's Changed * fix(docs): frameworks tabs by @wingkwong in https://github.com/heroui-inc/heroui/pull/6703 * docs(combo-box): remove unsupported props from API reference by @wingkwong in https://github.com/heroui-inc/heroui/pull/6712 * docs(spinner): correct default color to "accent" in API reference by @wingkwong in https://github.com/heroui-inc/heroui/pull/6717 * fix(docs): use theme tokens in styling examples by @wingkwong in https://github.com/heroui-inc/heroui/pull/6720 * fix(docs): correct typos in accordion demo/docs and `bgsurface` class name by @daveycodez in https://github.com/heroui-inc/heroui/pull/6722 * docs(avatar): document custom image composition with asChild by @wingkwong in https://github.com/heroui-inc/heroui/pull/6725 * fix(combo-box): custom indicator demo by @wingkwong in https://github.com/heroui-inc/heroui/pull/6728 * docs(native): add v1.0.6 release notes by @vvv-sss in https://github.com/heroui-inc/heroui/pull/6726 * chore(docs): refresh agent guidance files by @wingkwong in https://github.com/heroui-inc/heroui/pull/6731 * refactor(docs): add cursor to theme toggle by @wingkwong in https://github.com/heroui-inc/heroui/pull/6734 * feat(docs): copy prompt by @wingkwong in https://github.com/heroui-inc/heroui/pull/6736 * docs(native): add v1.0.7 release notes and background layer API docs by @vvv-sss in https://github.com/heroui-inc/heroui/pull/6737 * fix(docs): repair canonical URLs, sitemap coverage and robots.txt by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6735 * V3.2.3 by @wingkwong in https://github.com/heroui-inc/heroui/pull/6708 ## Full Release Note https://heroui.com/docs/react/releases/v3-2-3 **Full Changelog**: https://github.com/heroui-inc/heroui/compare/v3.2.2...v3.2.3