ci(changesets): version packages (#4601)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2025-02-18 17:41:12 -03:00 committed by GitHub
parent b3db9a900f
commit 1b8e18d6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
178 changed files with 2433 additions and 237 deletions

View File

@ -1,6 +0,0 @@
---
"@heroui/spinner": patch
"@heroui/theme": patch
---
New spinner variant "simple"

View File

@ -1,6 +0,0 @@
---
"@heroui/date-picker": patch
"@heroui/calendar": patch
---
add `firstDayOfWeek`

View File

@ -1,6 +0,0 @@
---
"@heroui/toast": patch
"@heroui/theme": patch
---
Toasts styles improved

View File

@ -1,10 +0,0 @@
---
"@heroui/number-input": patch
"@heroui/date-picker": patch
"@heroui/date-input": patch
"@heroui/select": patch
"@heroui/input": patch
"@heroui/toast": patch
---
Fix peer depts

View File

@ -1,6 +0,0 @@
---
"@heroui/pagination": patch
"@heroui/use-pagination": patch
---
fixed pagination in RTL (#2858)

View File

@ -1,5 +0,0 @@
---
"@heroui/system": patch
---
Update spinner variants

View File

@ -1,107 +0,0 @@
---
"@heroui/accordion": patch
"@heroui/alert": patch
"@heroui/autocomplete": patch
"@heroui/avatar": patch
"@heroui/badge": patch
"@heroui/breadcrumbs": patch
"@heroui/button": patch
"@heroui/calendar": patch
"@heroui/card": patch
"@heroui/checkbox": patch
"@heroui/chip": patch
"@heroui/code": patch
"@heroui/date-input": patch
"@heroui/date-picker": patch
"@heroui/divider": patch
"@heroui/drawer": patch
"@heroui/dropdown": patch
"@heroui/form": patch
"@heroui/image": patch
"@heroui/input": patch
"@heroui/input-otp": patch
"@heroui/kbd": patch
"@heroui/link": patch
"@heroui/listbox": patch
"@heroui/menu": patch
"@heroui/modal": patch
"@heroui/navbar": patch
"@heroui/number-input": patch
"@heroui/pagination": patch
"@heroui/popover": patch
"@heroui/progress": patch
"@heroui/radio": patch
"@heroui/ripple": patch
"@heroui/scroll-shadow": patch
"@heroui/select": patch
"@heroui/skeleton": patch
"@heroui/slider": patch
"@heroui/snippet": patch
"@heroui/spacer": patch
"@heroui/spinner": patch
"@heroui/switch": patch
"@heroui/table": patch
"@heroui/tabs": patch
"@heroui/toast": patch
"@heroui/tooltip": patch
"@heroui/user": patch
"@heroui/react": minor
"@heroui/system": patch
"@heroui/system-rsc": patch
"@heroui/theme": patch
"@heroui/use-aria-accordion": patch
"@heroui/use-aria-accordion-item": patch
"@heroui/use-aria-button": patch
"@heroui/use-aria-link": patch
"@heroui/use-aria-modal-overlay": patch
"@heroui/use-aria-multiselect": patch
"@heroui/use-callback-ref": patch
"@heroui/use-clipboard": patch
"@heroui/use-data-scroll-overflow": patch
"@heroui/use-disclosure": patch
"@heroui/use-draggable": patch
"@heroui/use-image": patch
"@heroui/use-infinite-scroll": patch
"@heroui/use-intersection-observer": patch
"@heroui/use-is-mobile": patch
"@heroui/use-is-mounted": patch
"@heroui/use-measure": patch
"@heroui/use-pagination": patch
"@heroui/use-real-shape": patch
"@heroui/use-ref-state": patch
"@heroui/use-resize": patch
"@heroui/use-safe-layout-effect": patch
"@heroui/use-scroll-position": patch
"@heroui/use-ssr": patch
"@heroui/use-theme": patch
"@heroui/use-update-effect": patch
"@heroui/aria-utils": patch
"@heroui/dom-animation": patch
"@heroui/framer-utils": patch
"@heroui/react-rsc-utils": patch
"@heroui/react-utils": patch
"@heroui/shared-icons": patch
"@heroui/shared-utils": patch
"@heroui/stories-utils": patch
"@heroui/test-utils": patch
---
v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation

View File

@ -1,5 +0,0 @@
---
"@heroui/select": patch
---
fix(select): select scroll content will close immediately when popover on click (#3571, #3695)

View File

@ -1,5 +1,37 @@
# @heroui/accordion
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/divider@2.2.7
- @heroui/use-aria-accordion@2.2.4
- @heroui/aria-utils@2.2.9
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/accordion",
"version": "2.2.8",
"version": "2.2.9",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",

View File

@ -1,5 +1,33 @@
# @heroui/alert
## 2.2.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/button@2.2.11
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/alert",
"version": "2.2.10",
"version": "2.2.11",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"

View File

@ -1,5 +1,42 @@
# @heroui/autocomplete
## 2.3.12
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/spinner@2.2.8
- @heroui/input@2.4.11
- @heroui/button@2.2.11
- @heroui/form@2.1.10
- @heroui/listbox@2.3.11
- @heroui/popover@2.3.11
- @heroui/scroll-shadow@2.3.7
- @heroui/use-aria-button@2.2.6
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.3.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
"version": "2.3.11",
"version": "2.3.12",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"

View File

@ -1,5 +1,32 @@
# @heroui/avatar
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-image@2.1.4
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/avatar",
"version": "2.2.7",
"version": "2.2.8",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"

View File

@ -1,5 +1,31 @@
# @heroui/badge
## 2.2.7
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/badge",
"version": "2.2.6",
"version": "2.2.7",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"

View File

@ -1,5 +1,32 @@
# @heroui/breadcrumbs
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/breadcrumbs",
"version": "2.2.7",
"version": "2.2.8",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"

View File

@ -1,5 +1,34 @@
# @heroui/button
## 2.2.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/spinner@2.2.8
- @heroui/ripple@2.2.9
- @heroui/use-aria-button@2.2.6
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/button",
"version": "2.2.10",
"version": "2.2.11",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"

View File

@ -1,5 +1,38 @@
# @heroui/calendar
## 2.2.11
### Patch Changes
- [#4852](https://github.com/heroui-inc/heroui/pull/4852) [`446dd0b`](https://github.com/heroui-inc/heroui/commit/446dd0bfdede990c672e7b24fd10ac99fa8d4686) Thanks [@wingkwong](https://github.com/wingkwong)! - add `firstDayOfWeek`
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/button@2.2.11
- @heroui/use-aria-button@2.2.6
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/calendar",
"version": "2.2.10",
"version": "2.2.11",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"

View File

@ -1,5 +1,33 @@
# @heroui/card
## 2.2.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/ripple@2.2.9
- @heroui/use-aria-button@2.2.6
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/card",
"version": "2.2.10",
"version": "2.2.11",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"

View File

@ -1,5 +1,34 @@
# @heroui/checkbox
## 2.3.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/form@2.1.10
- @heroui/use-callback-ref@2.1.3
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
"version": "2.3.9",
"version": "2.3.10",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"

View File

@ -1,5 +1,32 @@
# @heroui/chip
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/chip",
"version": "2.2.7",
"version": "2.2.8",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"

View File

@ -1,5 +1,32 @@
# @heroui/code
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/system-rsc@2.3.7
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/code",
"version": "2.2.7",
"version": "2.2.8",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"

View File

@ -1,5 +1,34 @@
# @heroui/date-input
## 2.3.10
### Patch Changes
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/form@2.1.10
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.9",
"version": "2.3.10",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"

View File

@ -1,5 +1,42 @@
# @heroui/date-picker
## 2.3.11
### Patch Changes
- [#4852](https://github.com/heroui-inc/heroui/pull/4852) [`446dd0b`](https://github.com/heroui-inc/heroui/commit/446dd0bfdede990c672e7b24fd10ac99fa8d4686) Thanks [@wingkwong](https://github.com/wingkwong)! - add `firstDayOfWeek`
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`446dd0b`](https://github.com/heroui-inc/heroui/commit/446dd0bfdede990c672e7b24fd10ac99fa8d4686), [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/calendar@2.2.11
- @heroui/date-input@2.3.10
- @heroui/button@2.2.11
- @heroui/form@2.1.10
- @heroui/popover@2.3.11
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.3.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
"version": "2.3.10",
"version": "2.3.11",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"

View File

@ -1,5 +1,32 @@
# @heroui/divider
## 2.2.7
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/system-rsc@2.3.7
- @heroui/react-rsc-utils@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/divider",
"version": "2.2.6",
"version": "2.2.7",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"

View File

@ -1,5 +1,33 @@
# @heroui/drawer
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/modal@2.2.9
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/drawer",
"version": "2.2.8",
"version": "2.2.9",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"

View File

@ -1,5 +1,34 @@
# @heroui/dropdown
## 2.3.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/menu@2.2.11
- @heroui/popover@2.3.11
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/dropdown",
"version": "2.3.10",
"version": "2.3.11",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"

View File

@ -1,5 +1,33 @@
# @heroui/form
## 2.1.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`09241fa`](https://github.com/heroui-inc/heroui/commit/09241faa4b63765b7721ba9b473e3465b6d5e503), [`ccdc076`](https://github.com/heroui-inc/heroui/commit/ccdc07629f07110975cfb80a47c91263a61c0c49), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/theme@2.4.7
- @heroui/system@2.4.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.9",
"version": "2.1.10",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"

View File

@ -1,5 +1,32 @@
# @heroui/image
## 2.2.7
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-image@2.1.4
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/image",
"version": "2.2.6",
"version": "2.2.7",
"description": "A simple image component",
"keywords": [
"image"

View File

@ -1,5 +1,32 @@
# @heroui/input-otp
## 2.1.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/form@2.1.10
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
"version": "2.1.9",
"version": "2.1.10",
"description": "",
"keywords": [
"input-otp"

View File

@ -1,5 +1,36 @@
# @heroui/input
## 2.4.11
### Patch Changes
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/form@2.1.10
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.4.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input",
"version": "2.4.10",
"version": "2.4.11",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"

View File

@ -1,5 +1,32 @@
# @heroui/kbd
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/system-rsc@2.3.7
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/kbd",
"version": "2.2.7",
"version": "2.2.8",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"

View File

@ -1,5 +1,33 @@
# @heroui/link
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-aria-link@2.2.7
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/link",
"version": "2.2.8",
"version": "2.2.9",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"

View File

@ -1,5 +1,34 @@
# @heroui/listbox
## 2.3.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/divider@2.2.7
- @heroui/use-is-mobile@2.2.4
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/listbox",
"version": "2.3.10",
"version": "2.3.11",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"

View File

@ -1,5 +1,34 @@
# @heroui/menu
## 2.2.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/divider@2.2.7
- @heroui/use-is-mobile@2.2.4
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/menu",
"version": "2.2.10",
"version": "2.2.11",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"

View File

@ -1,5 +1,38 @@
# @heroui/modal
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-aria-button@2.2.6
- @heroui/use-aria-modal-overlay@2.2.5
- @heroui/use-disclosure@2.2.4
- @heroui/use-draggable@2.1.4
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/modal",
"version": "2.2.8",
"version": "2.2.9",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"

View File

@ -1,5 +1,34 @@
# @heroui/navbar
## 2.2.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-scroll-position@2.1.3
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/navbar",
"version": "2.2.9",
"version": "2.2.10",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"

View File

@ -0,0 +1,33 @@
# @heroui/number-input
## 2.0.1
### Patch Changes
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/button@2.2.11
- @heroui/form@2.1.10
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/number-input",
"version": "2.0.0",
"version": "2.0.1",
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
"keywords": [
"input",

View File

@ -1,5 +1,36 @@
# @heroui/pagination
## 2.2.10
### Patch Changes
- [#4843](https://github.com/heroui-inc/heroui/pull/4843) [`4693fb7`](https://github.com/heroui-inc/heroui/commit/4693fb7b4d75f2815165084a49f3c406de21c1eb) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed pagination in RTL (#2858)
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4693fb7`](https://github.com/heroui-inc/heroui/commit/4693fb7b4d75f2815165084a49f3c406de21c1eb), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-pagination@2.2.5
- @heroui/use-intersection-observer@2.2.4
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/pagination",
"version": "2.2.9",
"version": "2.2.10",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"

View File

@ -1,5 +1,37 @@
# @heroui/popover
## 2.3.11
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/button@2.2.11
- @heroui/use-aria-button@2.2.6
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/aria-utils@2.2.9
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/popover",
"version": "2.3.10",
"version": "2.3.11",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"

View File

@ -1,5 +1,32 @@
# @heroui/progress
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-is-mounted@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/progress",
"version": "2.2.7",
"version": "2.2.8",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"

View File

@ -1,5 +1,32 @@
# @heroui/radio
## 2.3.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/form@2.1.10
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/radio",
"version": "2.3.9",
"version": "2.3.10",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"

View File

@ -1,5 +1,32 @@
# @heroui/ripple
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/dom-animation@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/ripple",
"version": "2.2.8",
"version": "2.2.9",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"

View File

@ -1,5 +1,32 @@
# @heroui/scroll-shadow
## 2.3.7
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-data-scroll-overflow@2.2.4
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.3.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/scroll-shadow",
"version": "2.3.6",
"version": "2.3.7",
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
"keywords": [
"scroll-shadow"

View File

@ -1,5 +1,47 @@
# @heroui/select
## 2.4.11
### Patch Changes
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- [#4849](https://github.com/heroui-inc/heroui/pull/4849) [`80f6c77`](https://github.com/heroui-inc/heroui/commit/80f6c77baecdcb7882f1619cf599626efb75da92) Thanks [@sudongyuer](https://github.com/sudongyuer)! - fix(select): select scroll content will close immediately when popover on click (#3571, #3695)
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/spinner@2.2.8
- @heroui/form@2.1.10
- @heroui/listbox@2.3.11
- @heroui/popover@2.3.11
- @heroui/scroll-shadow@2.3.7
- @heroui/use-aria-button@2.2.6
- @heroui/use-aria-multiselect@2.4.5
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/aria-utils@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.4.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/select",
"version": "2.4.10",
"version": "2.4.11",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"

View File

@ -1,5 +1,31 @@
# @heroui/skeleton
## 2.2.7
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/skeleton",
"version": "2.2.6",
"version": "2.2.7",
"description": "Skeleton is used to display the loading state of some component.",
"keywords": [
"skeleton"

View File

@ -1,5 +1,32 @@
# @heroui/slider
## 2.4.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/tooltip@2.2.9
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.4.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/slider",
"version": "2.4.8",
"version": "2.4.9",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"

View File

@ -1,5 +1,35 @@
# @heroui/snippet
## 2.2.12
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/button@2.2.11
- @heroui/tooltip@2.2.9
- @heroui/use-clipboard@2.1.4
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/snippet",
"version": "2.2.11",
"version": "2.2.12",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,32 @@
# @heroui/spacer
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/system-rsc@2.3.7
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/spacer",
"version": "2.2.7",
"version": "2.2.8",
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
"keywords": [
"spacer"

View File

@ -1,5 +1,35 @@
# @heroui/spinner
## 2.2.8
### Patch Changes
- [`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New spinner variant "simple"
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`ccdc076`](https://github.com/heroui-inc/heroui/commit/ccdc07629f07110975cfb80a47c91263a61c0c49), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/system@2.4.8
- @heroui/system-rsc@2.3.7
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/spinner",
"version": "2.2.7",
"version": "2.2.8",
"description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [
"loading",

View File

@ -1,5 +1,32 @@
# @heroui/switch
## 2.2.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/switch",
"version": "2.2.9",
"version": "2.2.10",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [
"switch"

View File

@ -1,5 +1,34 @@
# @heroui/table
## 2.2.10
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/checkbox@2.3.10
- @heroui/spacer@2.2.8
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/table",
"version": "2.2.9",
"version": "2.2.10",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"

View File

@ -1,5 +1,35 @@
# @heroui/tabs
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-is-mounted@2.1.3
- @heroui/use-update-effect@2.1.3
- @heroui/aria-utils@2.2.9
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/tabs",
"version": "2.2.8",
"version": "2.2.9",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [
"tabs"

View File

@ -0,0 +1,34 @@
# @heroui/toast
## 2.0.1
### Patch Changes
- [`09241fa`](https://github.com/heroui-inc/heroui/commit/09241faa4b63765b7721ba9b473e3465b6d5e503) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Toasts styles improved
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/spinner@2.2.8
- @heroui/use-is-mobile@2.2.4
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/toast",
"version": "2.0.0",
"version": "2.0.1",
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
"keywords": [
"toast"

View File

@ -1,5 +1,35 @@
# @heroui/tooltip
## 2.2.9
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/use-safe-layout-effect@2.1.3
- @heroui/aria-utils@2.2.9
- @heroui/dom-animation@2.1.3
- @heroui/framer-utils@2.1.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/tooltip",
"version": "2.2.8",
"version": "2.2.9",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"

View File

@ -1,5 +1,32 @@
# @heroui/user
## 2.2.8
### Patch Changes
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/avatar@2.2.8
- @heroui/react-utils@2.1.5
- @heroui/shared-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/user",
"version": "2.2.7",
"version": "2.2.8",
"description": "Flexible User Profile Component.",
"keywords": [
"user"

Some files were not shown because too many files have changed in this diff Show More