Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
HeroUI now offers a new set of accessible, soft foreground color tokens alongside a vibrant palette option, improving design flexibility and inclusivity.
New
- Soft Foreground Tokens: New color options provide greater design control.
- Scrollbar Utilities: A new system lets you customize scrollbar appearance with
data-scrollbarattributes (data attributes - HTML attributes for custom data). - Chinese Documentation: Full documentation, release notes, and demos are now available in Chinese.
Fixes Worth Knowing
- Improved Right-to-Left (RTL) support for key components like Table, pickers, and Menu.
- Fixed issues with focus behavior in Modals and Dialogs.
- Link underlines now appear on hover for better usability.
- Resolved SSR (Server-Side Rendering) issues with
useTheme.
Before You Upgrade
- If you’ve customized scrollbar styles, review the new
data-scrollbarutility classes to ensure compatibility.
TL;DR
HeroUI components have been updated with react-aria v1.16.0, improving accessibility across the board.
Fixes Worth Knowing
- Select now scrolls to the selected item when re-opened, improving usability.
- Draggable components now persist their transform position across renders, preventing unexpected jumps.
Before You Upgrade
- No specific upgrade steps are required. However, it's always recommended to test updates in a staging environment before deploying to production.
TL;DR
HeroUI received numerous updates across its component library, primarily focused on dependency upgrades and minor fixes, preparing for future enhancements.
Breaking
- A fix was implemented for a scrolling issue within draggable modals (
@heroui/use-draggable).
New
No new features were introduced in this release cycle.
Fixes Worth Knowing
No specific fixes impacting typical daily usage were included in this release.
Before You Upgrade
Ensure you have the latest versions of all HeroUI packages to benefit from the dependency updates and bug fixes.
TL;DR
HeroUI tables now support row and cell actions, enabling more interactive data experiences.
New
- Table Actions: Added
onRowActionandonCellActionprops to the table component, allowing developers to easily implement custom actions on rows or individual cells. - Skeleton Control: Introduced a delay API for the Skeleton component (loading state indicator) to fine-tune the loading experience.
Fixes Worth Knowing
- Input Cursor: Corrected cursor positioning issues within input fields.
- Navbar Responsiveness:
Navbar.Collapsenow correctly displays on extra-small screens (xs). - Pagination: Fixed an issue causing invalid page numbers in pagination.
- Textarea Resizing: Textarea component now resizes as expected when controlled.
Before You Upgrade
Be aware that this is the final release of the v1 series; the project will transition to v2 as the main version.
TL;DR
HeroUI shadow buttons now have a clear focus indicator (visual cue for keyboard navigation) improving accessibility.
New
- Focus Indicator: Added to shadow buttons for improved keyboard accessibility.
Fixes Worth Knowing
- Dropdowns: Resolved an issue preventing dropdowns from triggering correctly on mobile devices.
Before You Upgrade
No action needed.