Skip to content

Bump @nextui-org/react from 2.6.10 to 2.6.11

dependabot requested to merge dependabot-npm_and_yarn-nextui-org-react-2.6.11 into main

Bumps @nextui-org/react from 2.6.10 to 2.6.11.

Release notes

Sourced from @​nextui-org/react's releases.

@​nextui-org/react@​2.6.11

🚀 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:
    • Fixed initial animation direction to match fallback placement.
    • Corrected position logic for better accuracy. #4460, #4498
  • Dependencies: Updated @tanstack/react-virtual to support React 19 peer dependency. #4463
  • useImage Hook:
    • Resolved cached image flickering issue.
    • Ensured status is correctly set after hydration. #4442, #4486
  • Select & Listbox:
    • Fixed dataset handling with sections.
    • Added scroll shadow support. #4462
  • Autocomplete:
    • Cleared value when pressing the clear button.
    • Fixed prop validation not working after hover.
    • Resolved missing popover props except for content. #4458, #4452, #4496
  • 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:
    • Added documentation on integrating NextUI with Laravel. #4432
    • Updated type prop in input to include the "file" type. #4444
    • Added a button to open examples in StackBlitz. #4461

🔧 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

Changelog

Sourced from @​nextui-org/react's changelog.

2.6.11

Patch Changes

  • Updated dependencies [d92468a, a43b156, 33e0418, 07780a7, a83388a, a83388a, 7c2bc4a, 0401f25, 16c57ec, 0c45fed, fb46df2]:
    • @​nextui-org/listbox@​2.3.9
    • @​nextui-org/select@​2.4.9
    • @​nextui-org/navbar@​2.2.8
    • @​nextui-org/dropdown@​2.3.9
    • @​nextui-org/popover@​2.3.9
    • @​nextui-org/drawer@​2.2.7
    • @​nextui-org/alert@​2.2.9
    • @​nextui-org/theme@​2.4.5
    • @​nextui-org/autocomplete@​2.3.9
    • @​nextui-org/avatar@​2.2.6
    • @​nextui-org/image@​2.2.5
    • @​nextui-org/breadcrumbs@​2.2.6
    • @​nextui-org/date-picker@​2.3.9
    • @​nextui-org/accordion@​2.2.7
    • @​nextui-org/badge@​2.2.5
    • @​nextui-org/button@​2.2.9
    • @​nextui-org/calendar@​2.2.9
    • @​nextui-org/card@​2.2.9
    • @​nextui-org/checkbox@​2.3.8
    • @​nextui-org/chip@​2.2.6
    • @​nextui-org/code@​2.2.6
    • @​nextui-org/date-input@​2.3.8
    • @​nextui-org/divider@​2.2.5
    • @​nextui-org/form@​2.1.8
    • @​nextui-org/input@​2.4.8
    • @​nextui-org/input-otp@​2.1.8
    • @​nextui-org/kbd@​2.2.6
    • @​nextui-org/link@​2.2.7
    • @​nextui-org/menu@​2.2.9
    • @​nextui-org/modal@​2.2.7
    • @​nextui-org/pagination@​2.2.8
    • @​nextui-org/progress@​2.2.6
    • @​nextui-org/radio@​2.3.8
    • @​nextui-org/ripple@​2.2.7
    • @​nextui-org/scroll-shadow@​2.3.5
    • @​nextui-org/skeleton@​2.2.5
    • @​nextui-org/slider@​2.4.7
    • @​nextui-org/snippet@​2.2.10
    • @​nextui-org/spacer@​2.2.6
    • @​nextui-org/spinner@​2.2.6
    • @​nextui-org/switch@​2.2.8
    • @​nextui-org/table@​2.2.8
    • @​nextui-org/tabs@​2.2.7
    • @​nextui-org/tooltip@​2.2.7
    • @​nextui-org/user@​2.2.6

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading