v3.2.1
Patch release that externalizes react-aria from the @heroui/react bundle so consumers use a single deduped copy instead of a vendored one.
June 17, 2026
Patch release: @heroui/react no longer bundles its own copy of react-aria. The react-aria subpaths are now externalized in the Rollup build, so they resolve to the version installed in your project — preventing a duplicated, vendored copy of react-aria from shipping inside @heroui/react.
Installation
Update to the latest version:
npm i @heroui/styles@latest @heroui/react@latestpnpm add @heroui/styles@latest @heroui/react@latestyarn add @heroui/styles@latest @heroui/react@latestbun add @heroui/styles@latest @heroui/react@latestUsing AI assistants? Simply prompt "Hey Cursor, update HeroUI to the latest version" and your AI assistant will automatically compare versions and apply the necessary changes. Learn more about the HeroUI MCP Server.
Bug Fixes
- @heroui/react: Externalize the
react-ariasubpaths in the Rollup build alongside the other@react-*andreact-aria-componentsexternals, so@heroui/reactno longer vendors its own copy ofreact-aria. Consumers now resolve to the singlereact-ariainstalled in their project, avoiding duplicate-instance bugs and unnecessary bundle bloat (#6653).
Links
Contributors
Thanks to everyone who contributed to this release!