Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @nextui-org/react from 2.1.13 to 2.2.0 #22

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps @nextui-org/react from 2.1.13 to 2.2.0.

Release notes

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

@​nextui-org/react@​2.2.0

What's Changed

🚀 Features

Dynamic Components

Enhanced Navigation Support

RTL Layout Support

  • RTL support for Accordion (#1725), Avatar & AvatarGroup (#1727), and ButtonGroup (#1726)

UI/UX Enhancements

  • shouldSelectOnPressUp prop in Tabs/Tab for tab selection behavior (#1688)
  • Spinner display for icon-only buttons in loading state (#1800)
  • Extended ScrollShadow API with visibility management features (#1819)
  • emptyContent, topContent, bottomContent properties for Listbox/Menu/Dropdown
  • isActive prop for NavbarMenuItem
  • Button hover effect for improved interactivity

⚙️ Refactors

Design and Interaction Improvements

  • Transitioned spacing units from px to rem for mobile responsiveness (#1688)
  • Modified Chip font size to text-tiny on sm size (#1688)

Performance and Dependency Optimization

  • Adjusted package dependencies to reduce bundle sizes (#1848)
  • Upgraded react-aria packages and framer-motion

TypeScript and Animation Enhancements

  • Generic TypeScript support for Menu and DropdownMenu (#1691)
  • Refined Popover animations
  • Transitions added to menu/listbox items

UI/UX Refinements

  • Improved Input & Select label animations and positioning
  • Animated Textarea height styles
  • Enhanced theme object with hoverOpacity key
  • disableAutosize prop for Textarea

🐛 Fixes

  • Popover open state handling for different backdrop types (#1812)
  • Resolved ButtonGroup radius property issues
  • Fixed Pagination custom-items example with key prop
  • Supported Collection Items through extendVariants function (#1761)

... (truncated)

Changelog

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

2.2.0

Minor Changes

Patch Changes

  • Updated dependencies [25e86fb41]:
    • @​nextui-org/accordion@​2.0.24
    • @​nextui-org/autocomplete@​2.0.1
    • @​nextui-org/avatar@​2.0.22
    • @​nextui-org/badge@​2.0.20
    • @​nextui-org/breadcrumbs@​2.0.1
    • @​nextui-org/button@​2.0.22
    • @​nextui-org/card@​2.0.22
    • @​nextui-org/checkbox@​2.0.23
    • @​nextui-org/chip@​2.0.22
    • @​nextui-org/code@​2.0.20
    • @​nextui-org/divider@​2.0.21
    • @​nextui-org/dropdown@​2.1.11
    • @​nextui-org/image@​2.0.22
    • @​nextui-org/input@​2.1.10
    • @​nextui-org/kbd@​2.0.21
    • @​nextui-org/link@​2.0.23
    • @​nextui-org/listbox@​2.1.11
    • @​nextui-org/menu@​2.0.12
    • @​nextui-org/modal@​2.0.24
    • @​nextui-org/navbar@​2.0.23
    • @​nextui-org/pagination@​2.0.23
    • @​nextui-org/popover@​2.1.10
    • @​nextui-org/progress@​2.0.22
    • @​nextui-org/radio@​2.0.23
    • @​nextui-org/ripple@​2.0.22
    • @​nextui-org/scroll-shadow@​2.1.10
    • @​nextui-org/select@​2.1.12
    • @​nextui-org/skeleton@​2.0.20
    • @​nextui-org/slider@​2.2.1
    • @​nextui-org/snippet@​2.0.26
    • @​nextui-org/spacer@​2.0.20
    • @​nextui-org/spinner@​2.0.20
    • @​nextui-org/switch@​2.0.22
    • @​nextui-org/table@​2.0.24
    • @​nextui-org/tabs@​2.0.22
    • @​nextui-org/tooltip@​2.0.25
    • @​nextui-org/user@​2.0.23
    • @​nextui-org/system@​2.0.11
    • @​nextui-org/theme@​2.1.10
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react) from 2.1.13 to 2.2.0.
- [Release notes](https://github.com/nextui-org/nextui/releases)
- [Changelog](https://github.com/nextui-org/nextui/blob/main/packages/core/react/CHANGELOG.md)
- [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/[email protected]/packages/core/react)

---
updated-dependencies:
- dependency-name: "@nextui-org/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2023
@bombies bombies merged commit 31c89ce into dev Nov 3, 2023
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/nextui-org/react-2.2.0 branch November 3, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant