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
Tabs now feature overflow scrolling with chevrons and edge fading, improving usability when content exceeds the available space.
New
- Tabs Scroller: Easily navigate tabs with a new scroller for overflow content (horizontal scrolling).
Fixes Worth Knowing
- Input Fields: Clear/close buttons in input fields no longer unexpectedly submit forms.
- Component Scrolling: Fixed overflow scrolling issues in Checkbox, Radio, Switch, Chip, DatePicker, Autocomplete, and Toast components.
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.