🚀 What's Changed
🐛 Fixes
- Theme: Replaced the light mode background in the NextUI Pro section. #4355
- Docs: Corrected i18n version handling in date-related components. #4430
- Drawer: Used top-level type-only imports to prevent inline type specifier issues. #4438
- Alert Component:
- Marked description prop as optional.
- Revised styles when only children are provided. #4447
- Clipboard: Fixed incorrect Unicode whitespace handling when copying text. #4392
- Popover:
- Dependencies: Updated
@tanstack/react-virtual
to support React 19 peer dependency. #4463 - useImage Hook:
- Select & Listbox:
- Fixed dataset handling with sections.
- Added scroll shadow support. #4462
- Autocomplete:
- Navbar: Ensured overlay is hidden when the menu is closed. #4490
- useAriaLink: Fixed deprecation warning for
onClick
in Button when used as a Link. #4497
✨ Features
- Docs Enhancements:
🔧 Maintenance
- Framework Installations: Updated framework installation instructions for clarity. #4410
- Changesets: Versioned packages via GitHub Actions. #4440
This release includes essential bug fixes, new features, and documentation improvements, enhancing both the developer experience and user interface stability.
Full Changelog: Compare @nextui-org/react v2.6.10...v2.6.11
🆕 New Contributors
- @not-a-ethan made their first contribution! 🎉 #4444