v3.2.1

aldinokemal/go-whatsapp-web-multidevicev3.2.1Jun 17, 2026by wingkwong

AI Summary

HeroUI v3.2.1 resolves issues with React Aria externalization and fixes bugs in the Tooltip and SwitchGroup components to improve stability and reduce bundle size.

Key Highlights

  • Externalized react-aria subpaths to prevent vendored copy
  • Fixed duplicate instance issues in Tooltip component
  • Fixed horizontal layout issues in SwitchGroup
  • Added missing typography in component category documentation

New Features

  • React Aria externalization
  • Tooltip stability fixes
  • SwitchGroup layout fixes

Full Release Notes

## What's Inside

- 📦 @heroui/react → no longer bundles its own copy of react-aria
- 💬 Tooltip → duplicate-instance issues fixed
- 🔧 SwitchGroup → horizontal layout fix

## What's Changed
* chore(docs): add missing typography in component category by @wingkwong in https://github.com/heroui-inc/heroui/pull/6650
* fix(react): externalize react-aria subpaths to prevent vendored copy by @wingkwong in https://github.com/heroui-inc/heroui/pull/6653
* fix(switch-group): add missing switch-group-items by @wingkwong in https://github.com/heroui-inc/heroui/pull/6655
* V3.2.1 by @wingkwong in https://github.com/heroui-inc/heroui/pull/6654


**Full Changelog**: https://github.com/heroui-inc/heroui/compare/v3.2.0...v3.2.1