From df56b2f1994b61818e2425bec00184f285c7c3f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:39:50 -0300 Subject: [PATCH] ci(changesets): version packages (#5482) Co-authored-by: Junior Garcia --- .changeset/fix-slider-man.md | 151 ------------------ packages/components/accordion/CHANGELOG.md | 88 ++++++++++ packages/components/accordion/package.json | 2 +- packages/components/alert/CHANGELOG.md | 84 ++++++++++ packages/components/alert/package.json | 2 +- packages/components/autocomplete/CHANGELOG.md | 91 +++++++++++ packages/components/autocomplete/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 83 ++++++++++ packages/components/avatar/package.json | 2 +- packages/components/badge/CHANGELOG.md | 82 ++++++++++ packages/components/badge/package.json | 2 +- packages/components/breadcrumbs/CHANGELOG.md | 83 ++++++++++ packages/components/breadcrumbs/package.json | 2 +- packages/components/button/CHANGELOG.md | 85 ++++++++++ packages/components/button/package.json | 2 +- packages/components/calendar/CHANGELOG.md | 87 ++++++++++ packages/components/calendar/package.json | 2 +- packages/components/card/CHANGELOG.md | 84 ++++++++++ packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 85 ++++++++++ packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 83 ++++++++++ packages/components/chip/package.json | 2 +- packages/components/code/CHANGELOG.md | 83 ++++++++++ packages/components/code/package.json | 2 +- packages/components/date-input/CHANGELOG.md | 83 ++++++++++ packages/components/date-input/package.json | 2 +- packages/components/date-picker/CHANGELOG.md | 89 +++++++++++ packages/components/date-picker/package.json | 2 +- packages/components/divider/CHANGELOG.md | 82 ++++++++++ packages/components/divider/package.json | 2 +- packages/components/drawer/CHANGELOG.md | 84 ++++++++++ packages/components/drawer/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 85 ++++++++++ packages/components/dropdown/package.json | 2 +- packages/components/form/CHANGELOG.md | 83 ++++++++++ packages/components/form/package.json | 2 +- packages/components/image/CHANGELOG.md | 83 ++++++++++ packages/components/image/package.json | 2 +- packages/components/input-otp/CHANGELOG.md | 84 ++++++++++ packages/components/input-otp/package.json | 2 +- packages/components/input/CHANGELOG.md | 85 ++++++++++ packages/components/input/package.json | 2 +- packages/components/kbd/CHANGELOG.md | 83 ++++++++++ packages/components/kbd/package.json | 2 +- packages/components/link/CHANGELOG.md | 84 ++++++++++ packages/components/link/package.json | 2 +- packages/components/listbox/CHANGELOG.md | 85 ++++++++++ packages/components/listbox/package.json | 2 +- packages/components/menu/CHANGELOG.md | 85 ++++++++++ packages/components/menu/package.json | 2 +- packages/components/modal/CHANGELOG.md | 90 +++++++++++ packages/components/modal/package.json | 2 +- packages/components/navbar/CHANGELOG.md | 86 ++++++++++ packages/components/navbar/package.json | 2 +- packages/components/number-input/CHANGELOG.md | 86 ++++++++++ packages/components/number-input/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 85 ++++++++++ packages/components/pagination/package.json | 2 +- packages/components/popover/CHANGELOG.md | 89 +++++++++++ packages/components/popover/package.json | 2 +- packages/components/progress/CHANGELOG.md | 83 ++++++++++ packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 83 ++++++++++ packages/components/radio/package.json | 2 +- packages/components/ripple/CHANGELOG.md | 82 ++++++++++ packages/components/ripple/package.json | 2 +- .../components/scroll-shadow/CHANGELOG.md | 83 ++++++++++ .../components/scroll-shadow/package.json | 2 +- packages/components/select/CHANGELOG.md | 93 +++++++++++ packages/components/select/package.json | 2 +- packages/components/skeleton/CHANGELOG.md | 81 ++++++++++ packages/components/skeleton/package.json | 2 +- packages/components/slider/CHANGELOG.md | 83 ++++++++++ packages/components/slider/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 86 ++++++++++ packages/components/snippet/package.json | 2 +- packages/components/spacer/CHANGELOG.md | 83 ++++++++++ packages/components/spacer/package.json | 2 +- packages/components/spinner/CHANGELOG.md | 83 ++++++++++ packages/components/spinner/package.json | 2 +- packages/components/switch/CHANGELOG.md | 83 ++++++++++ packages/components/switch/package.json | 2 +- packages/components/table/CHANGELOG.md | 85 ++++++++++ packages/components/table/package.json | 2 +- packages/components/tabs/CHANGELOG.md | 84 ++++++++++ packages/components/tabs/package.json | 2 +- packages/components/toast/CHANGELOG.md | 85 ++++++++++ packages/components/toast/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 87 ++++++++++ packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 83 ++++++++++ packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 131 +++++++++++++++ packages/core/react/package.json | 2 +- packages/core/system-rsc/CHANGELOG.md | 78 +++++++++ packages/core/system-rsc/package.json | 2 +- packages/core/system/CHANGELOG.md | 82 ++++++++++ packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 81 ++++++++++ packages/core/theme/package.json | 2 +- .../use-aria-accordion-item/CHANGELOG.md | 78 +++++++++ .../use-aria-accordion-item/package.json | 2 +- .../hooks/use-aria-accordion/CHANGELOG.md | 78 +++++++++ .../hooks/use-aria-accordion/package.json | 2 +- packages/hooks/use-aria-button/CHANGELOG.md | 78 +++++++++ packages/hooks/use-aria-button/package.json | 2 +- packages/hooks/use-aria-link/CHANGELOG.md | 78 +++++++++ packages/hooks/use-aria-link/package.json | 2 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 81 ++++++++++ .../hooks/use-aria-modal-overlay/package.json | 2 +- .../hooks/use-aria-multiselect/CHANGELOG.md | 78 +++++++++ .../hooks/use-aria-multiselect/package.json | 2 +- packages/hooks/use-aria-overlay/CHANGELOG.md | 78 +++++++++ packages/hooks/use-aria-overlay/package.json | 2 +- packages/hooks/use-callback-ref/CHANGELOG.md | 81 ++++++++++ packages/hooks/use-callback-ref/package.json | 2 +- packages/hooks/use-clipboard/CHANGELOG.md | 78 +++++++++ packages/hooks/use-clipboard/package.json | 2 +- .../use-data-scroll-overflow/CHANGELOG.md | 81 ++++++++++ .../use-data-scroll-overflow/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 81 ++++++++++ packages/hooks/use-disclosure/package.json | 2 +- packages/hooks/use-draggable/CHANGELOG.md | 78 +++++++++ packages/hooks/use-draggable/package.json | 2 +- packages/hooks/use-form-reset/CHANGELOG.md | 78 +++++++++ packages/hooks/use-form-reset/package.json | 2 +- packages/hooks/use-image/CHANGELOG.md | 82 ++++++++++ packages/hooks/use-image/package.json | 2 +- .../hooks/use-infinite-scroll/CHANGELOG.md | 81 ++++++++++ .../hooks/use-infinite-scroll/package.json | 2 +- .../use-intersection-observer/CHANGELOG.md | 78 +++++++++ .../use-intersection-observer/package.json | 2 +- packages/hooks/use-is-mobile/CHANGELOG.md | 78 +++++++++ packages/hooks/use-is-mobile/package.json | 2 +- packages/hooks/use-is-mounted/CHANGELOG.md | 78 +++++++++ packages/hooks/use-is-mounted/package.json | 2 +- packages/hooks/use-measure/CHANGELOG.md | 78 +++++++++ packages/hooks/use-measure/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 81 ++++++++++ packages/hooks/use-pagination/package.json | 2 +- packages/hooks/use-real-shape/CHANGELOG.md | 81 ++++++++++ packages/hooks/use-real-shape/package.json | 2 +- packages/hooks/use-ref-state/CHANGELOG.md | 78 +++++++++ packages/hooks/use-ref-state/package.json | 2 +- packages/hooks/use-resize/CHANGELOG.md | 78 +++++++++ packages/hooks/use-resize/package.json | 2 +- .../hooks/use-safe-layout-effect/CHANGELOG.md | 78 +++++++++ .../hooks/use-safe-layout-effect/package.json | 2 +- .../hooks/use-scroll-position/CHANGELOG.md | 78 +++++++++ .../hooks/use-scroll-position/package.json | 2 +- packages/hooks/use-ssr/CHANGELOG.md | 78 +++++++++ packages/hooks/use-ssr/package.json | 2 +- packages/hooks/use-theme/CHANGELOG.md | 78 +++++++++ packages/hooks/use-theme/package.json | 2 +- packages/hooks/use-update-effect/CHANGELOG.md | 78 +++++++++ packages/hooks/use-update-effect/package.json | 2 +- packages/hooks/use-viewport-size/CHANGELOG.md | 78 +++++++++ packages/hooks/use-viewport-size/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 81 ++++++++++ packages/utilities/aria-utils/package.json | 2 +- packages/utilities/dom-animation/CHANGELOG.md | 78 +++++++++ packages/utilities/dom-animation/package.json | 2 +- packages/utilities/framer-utils/CHANGELOG.md | 82 ++++++++++ packages/utilities/framer-utils/package.json | 2 +- .../utilities/react-rsc-utils/CHANGELOG.md | 78 +++++++++ .../utilities/react-rsc-utils/package.json | 2 +- packages/utilities/react-utils/CHANGELOG.md | 82 ++++++++++ packages/utilities/react-utils/package.json | 2 +- packages/utilities/shared-icons/CHANGELOG.md | 78 +++++++++ packages/utilities/shared-icons/package.json | 2 +- packages/utilities/shared-utils/CHANGELOG.md | 78 +++++++++ packages/utilities/shared-utils/package.json | 2 +- packages/utilities/stories-utils/CHANGELOG.md | 78 +++++++++ packages/utilities/stories-utils/package.json | 2 +- packages/utilities/test-utils/CHANGELOG.md | 78 +++++++++ packages/utilities/test-utils/package.json | 2 +- 177 files changed, 7356 insertions(+), 239 deletions(-) delete mode 100644 .changeset/fix-slider-man.md diff --git a/.changeset/fix-slider-man.md b/.changeset/fix-slider-man.md deleted file mode 100644 index a59008d5a..000000000 --- a/.changeset/fix-slider-man.md +++ /dev/null @@ -1,151 +0,0 @@ ---- -"@heroui/use-intersection-observer": patch -"@heroui/use-data-scroll-overflow": patch -"@heroui/use-aria-accordion-item": patch -"@heroui/use-aria-modal-overlay": patch -"@heroui/use-safe-layout-effect": patch -"@heroui/use-aria-multiselect": patch -"@heroui/use-infinite-scroll": patch -"@heroui/use-scroll-position": patch -"@heroui/react-rsc-utils": patch -"@heroui/scroll-shadow": patch -"@heroui/use-aria-accordion": patch -"@heroui/autocomplete": patch -"@heroui/number-input": patch -"@heroui/use-update-effect": patch -"@heroui/use-viewport-size": patch -"@heroui/dom-animation": patch -"@heroui/stories-utils": patch -"@heroui/breadcrumbs": patch -"@heroui/date-picker": patch -"@heroui/use-aria-overlay": patch -"@heroui/use-callback-ref": patch -"@heroui/framer-utils": patch -"@heroui/shared-icons": patch -"@heroui/shared-utils": patch -"@heroui/date-input": patch -"@heroui/pagination": patch -"@heroui/use-aria-button": patch -"@heroui/react-utils": patch -"@heroui/accordion": patch -"@heroui/input-otp": patch -"@heroui/use-disclosure": patch -"@heroui/use-form-reset": patch -"@heroui/use-is-mounted": patch -"@heroui/use-pagination": patch -"@heroui/use-real-shape": patch -"@heroui/aria-utils": patch -"@heroui/test-utils": patch -"@heroui/calendar": patch -"@heroui/checkbox": patch -"@heroui/dropdown": patch -"@heroui/progress": patch -"@heroui/skeleton": patch -"@heroui/use-aria-link": patch -"@heroui/use-clipboard": patch -"@heroui/use-draggable": patch -"@heroui/use-is-mobile": patch -"@heroui/use-ref-state": patch -"@heroui/divider": patch -"@heroui/listbox": patch -"@heroui/popover": patch -"@heroui/snippet": patch -"@heroui/spinner": patch -"@heroui/tooltip": patch -"@heroui/avatar": patch -"@heroui/button": patch -"@heroui/drawer": patch -"@heroui/navbar": patch -"@heroui/ripple": patch -"@heroui/select": patch -"@heroui/slider": patch -"@heroui/spacer": patch -"@heroui/switch": patch -"@heroui/use-measure": patch -"@heroui/alert": patch -"@heroui/badge": patch -"@heroui/image": patch -"@heroui/input": patch -"@heroui/modal": patch -"@heroui/radio": patch -"@heroui/table": patch -"@heroui/toast": patch -"@heroui/use-resize": patch -"@heroui/card": patch -"@heroui/chip": patch -"@heroui/code": patch -"@heroui/form": patch -"@heroui/link": patch -"@heroui/menu": patch -"@heroui/tabs": patch -"@heroui/user": patch -"@heroui/system-rsc": patch -"@heroui/use-image": patch -"@heroui/use-theme": patch -"@heroui/kbd": patch -"@heroui/use-ssr": patch -"@heroui/system": patch -"@heroui/react": minor -"@heroui/theme": patch ---- - -## Consolidated Changes - -### Major Update -- TailwindCSS v4 - -### Bug Fixes & Improvements - -#### Theme & Styling -- fix rotate transition (#5441) -- fix incorrect target theme (#5469) -- fixed missing radius styles in th and td in Table (#4988) -- fixed transition (#5409) -- fix text selection in table (#5413) -- Fix transition scale (#5271) -- fix outline styles (#5266) - -#### Components - -**Toast** -- Renaming loadingIcon to loadingComponent -- Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) -- Remove the bottom extension of the toast (#5231) -- Enable programmatically closing a toast with a specific key (#5084) - -**Slider** -- introduce `getTooltipValue` prop for custom tooltip value (#4741) -- fixed slider component NaN values when min and max are the same value (#5014) - -**Select** -- add `isClearable` and `onClear` prop to Select component (#2239) - -**Calendar** -- Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) - -**Input** -- fix `Input` accessibility label duplication (#5150) - -**Date Input** -- add 'outside-top' prop to input (#3058) - -**Table** -- support custom sort icon in Table (#5223) -- remove `removeWrapper` from virtualized table (#4995) - -**Autocomplete** -- do not render selector button if selector icon is null (#5423) - -**Image & Avatar** -- fixed image src double fetch issue (#3847) - -#### System & Core -- add useInputLabelPlacement -- remove `@heroui/aria-utils` dependency - -#### Hooks & Utilities -- fix use-theme logic -- Fix skeleton animate -- bump RA versions -- Draggable modal will be scrollable in mobile devices (#5280) -- refactor: overlay & interactOutside \ No newline at end of file diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index d8651c781..539351021 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,93 @@ # @heroui/accordion +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-aria-accordion@2.2.15 + - @heroui/dom-animation@2.1.10 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/divider@2.2.16 + ## 2.2.20-beta.3 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index dbad426e2..a5d9dcbb9 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/accordion", - "version": "2.2.19", + "version": "2.2.20", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index 359978091..51d225dda 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/alert +## 2.2.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/button@2.2.23 + ## 2.2.23-beta.3 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 65d6795c7..f0869facf 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/alert", - "version": "2.2.22", + "version": "2.2.23", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index 210d32f05..f2b519b06 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,96 @@ # @heroui/autocomplete +## 2.3.24 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/scroll-shadow@2.3.16 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/listbox@2.3.22 + - @heroui/popover@2.3.23 + - @heroui/button@2.2.23 + - @heroui/input@2.4.23 + - @heroui/form@2.1.22 + ## 2.3.24-beta.4 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 2f730ee96..2b4ec12d8 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/autocomplete", - "version": "2.3.23", + "version": "2.3.24", "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" diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index db9a1a4da..950f283e5 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/avatar +## 2.2.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-image@2.1.11 + ## 2.2.19-beta.3 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 6c2a8cc3f..0ccbe4880 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/avatar", - "version": "2.2.18", + "version": "2.2.19", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 167ebe89d..323f12509 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/badge +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + ## 2.2.15-beta.2 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index 31de56099..1e881a65b 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/badge", - "version": "2.2.14", + "version": "2.2.15", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index e502b5660..f41965008 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/breadcrumbs +## 2.2.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + ## 2.2.19-beta.3 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 88c8ebf4d..edcbc0876 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/breadcrumbs", - "version": "2.2.18", + "version": "2.2.19", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index eb68f2eaf..6573aa08d 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/button +## 2.2.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/spinner@2.2.20 + - @heroui/ripple@2.2.18 + ## 2.2.23-beta.2 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 87de55899..296e35856 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/button", - "version": "2.2.22", + "version": "2.2.23", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index c3e96009e..17f98921c 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,92 @@ # @heroui/calendar +## 2.2.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/dom-animation@2.1.10 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/button@2.2.23 + ## 2.2.23-beta.3 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 54b83557f..4c82168b0 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/calendar", - "version": "2.2.22", + "version": "2.2.23", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index e6484b9b4..e3f8b5e78 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/card +## 2.2.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/ripple@2.2.18 + ## 2.2.22-beta.2 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index f9ceb4ca7..a76c65121 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/card", - "version": "2.2.21", + "version": "2.2.22", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 5506cf72e..ac61607f8 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/checkbox +## 2.3.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/use-callback-ref@2.1.8 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/form@2.1.22 + ## 2.3.22-beta.4 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 5bc629377..594ee8825 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/checkbox", - "version": "2.3.21", + "version": "2.3.22", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 50e506985..9e97443a3 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/chip +## 2.2.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + ## 2.2.19-beta.3 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 7f61ccbe2..8ead9d645 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/chip", - "version": "2.2.18", + "version": "2.2.19", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index eb94a8221..9a9a21176 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/code +## 2.2.17 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/system-rsc@2.3.16 + ## 2.2.17-beta.5 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 2053d0171..a66bdf870 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/code", - "version": "2.2.16", + "version": "2.2.17", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index ffeb281c4..50425b7ec 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/date-input +## 2.3.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/form@2.1.22 + ## 2.3.22-beta.4 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 133f65612..89cd7134c 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-input", - "version": "2.3.21", + "version": "2.3.22", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index 27498b824..ac9624809 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,94 @@ # @heroui/date-picker +## 2.3.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/date-input@2.3.22 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/calendar@2.2.23 + - @heroui/popover@2.3.23 + - @heroui/button@2.2.23 + - @heroui/form@2.1.22 + ## 2.3.23-beta.4 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 559db21c9..e48a3ac02 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-picker", - "version": "2.3.22", + "version": "2.3.23", "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" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 0a25ebaaa..72e215b4a 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/divider +## 2.2.16 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/react-rsc-utils@2.1.9 + - @heroui/system-rsc@2.3.16 + ## 2.2.16-beta.5 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 4971266f2..6ab625b4c 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/divider", - "version": "2.2.15", + "version": "2.2.16", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index faaebf0ed..f62c330fb 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/drawer +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/framer-utils@2.1.19 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/modal@2.2.20 + ## 2.2.20-beta.3 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index d10fe9833..6c1a76a12 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/drawer", - "version": "2.2.19", + "version": "2.2.20", "description": "Used to render a content that slides in from the side of the screen.", "keywords": [ "drawer" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index fd5a2ec8f..bd26c2a2f 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/dropdown +## 2.3.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/popover@2.3.23 + - @heroui/menu@2.2.22 + ## 2.3.23-beta.2 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 7f04c5798..0b17f8d28 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/dropdown", - "version": "2.3.22", + "version": "2.3.23", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index 373d01e27..f3ee27c3b 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/form +## 2.1.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/system@2.4.19 + - @heroui/theme@2.4.18 + ## 2.1.22-beta.4 ### Patch Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 09023b739..8603bfa09 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/form", - "version": "2.1.21", + "version": "2.1.22", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "keywords": [ "form" diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index 479b3037e..daafa8248 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/image +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-image@2.1.11 + ## 2.2.15-beta.3 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 529b95257..91e44a3d8 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/image", - "version": "2.2.14", + "version": "2.2.15", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index 8bbcb71c9..e250766d5 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/input-otp +## 2.1.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-form-reset@2.0.1 + - @heroui/form@2.1.22 + ## 2.1.22-beta.4 ### Patch Changes diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index 675abb859..3f8bdfda7 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input-otp", - "version": "2.1.21", + "version": "2.1.22", "description": "", "keywords": [ "input-otp" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 832334af6..2d30cae3c 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/input +## 2.4.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/form@2.1.22 + ## 2.4.23-beta.4 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index feb6ca67c..37af69ef3 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input", - "version": "2.4.22", + "version": "2.4.23", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index aec93a879..501b8627e 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/kbd +## 2.2.18 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/system-rsc@2.3.16 + ## 2.2.18-beta.5 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index b41827621..347d3130d 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/kbd", - "version": "2.2.17", + "version": "2.2.18", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index b84c8299a..0f2e15101 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/link +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-aria-link@2.2.18 + ## 2.2.20-beta.3 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index ef94119d6..87902c01a 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/link", - "version": "2.2.19", + "version": "2.2.20", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index b465dac09..13d13c1c4 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/listbox +## 2.3.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/use-is-mobile@2.2.11 + - @heroui/divider@2.2.16 + ## 2.3.22-beta.2 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index b0e562baa..795a5810a 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/listbox", - "version": "2.3.21", + "version": "2.3.22", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index a0bb0f787..be8bb9352 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/menu +## 2.2.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/use-is-mobile@2.2.11 + - @heroui/divider@2.2.16 + ## 2.2.22-beta.2 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index a15d7a6ed..d2efd5214 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/menu", - "version": "2.2.21", + "version": "2.2.22", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index 3e5ddda7e..4c4b66a3b 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,95 @@ # @heroui/modal +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-aria-modal-overlay@2.2.16 + - @heroui/use-viewport-size@2.0.1 + - @heroui/dom-animation@2.1.10 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/use-disclosure@2.2.14 + - @heroui/use-draggable@2.1.15 + ## 2.2.20-beta.3 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index f780b82b2..bed785117 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/modal", - "version": "2.2.19", + "version": "2.2.20", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index 9b424b023..4e2604b09 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,91 @@ # @heroui/navbar +## 2.2.21 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-scroll-position@2.1.8 + - @heroui/dom-animation@2.1.10 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-resize@2.1.8 + ## 2.2.21-beta.2 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 222a8dc00..f771249da 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/navbar", - "version": "2.2.20", + "version": "2.2.21", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" diff --git a/packages/components/number-input/CHANGELOG.md b/packages/components/number-input/CHANGELOG.md index 978883425..07c7d8e16 100644 --- a/packages/components/number-input/CHANGELOG.md +++ b/packages/components/number-input/CHANGELOG.md @@ -1,5 +1,91 @@ # @heroui/number-input +## 2.0.13 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/button@2.2.23 + - @heroui/form@2.1.22 + ## 2.0.13-beta.4 ### Patch Changes diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json index c7ebd855e..609a7de67 100644 --- a/packages/components/number-input/package.json +++ b/packages/components/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/number-input", - "version": "2.0.12", + "version": "2.0.13", "description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons", "keywords": [ "input", diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 6c1f03913..5cb5e2e99 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/pagination +## 2.2.21 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-intersection-observer@2.2.14 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-pagination@2.2.15 + ## 2.2.21-beta.3 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index f89cb2bda..d176e6515 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/pagination", - "version": "2.2.20", + "version": "2.2.21", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 235b9d8be..dacce69ce 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,94 @@ # @heroui/popover +## 2.3.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/dom-animation@2.1.10 + - @heroui/use-aria-overlay@2.0.1 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + - @heroui/button@2.2.23 + ## 2.3.23-beta.2 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 0e779b095..2811ad70f 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/popover", - "version": "2.3.22", + "version": "2.3.23", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index a945b1779..a1bee2367 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/progress +## 2.2.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-is-mounted@2.1.8 + ## 2.2.19-beta.2 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 97a7d8710..16ae83399 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/progress", - "version": "2.2.18", + "version": "2.2.19", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index e5df64b8e..801ce24c6 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/radio +## 2.3.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/form@2.1.22 + ## 2.3.22-beta.4 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 419cb5b41..02a7de852 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/radio", - "version": "2.3.21", + "version": "2.3.22", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index dfcc0b260..667cb094e 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/ripple +## 2.2.18 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/dom-animation@2.1.10 + - @heroui/shared-utils@2.1.10 + ## 2.2.18-beta.2 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 9ba8c4276..53502ab9c 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/ripple", - "version": "2.2.17", + "version": "2.2.18", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index 88e9b1d36..0cdcb6e18 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/scroll-shadow +## 2.3.16 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-data-scroll-overflow@2.2.11 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + ## 2.3.16-beta.2 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index 483e05e12..b60deb424 100644 --- a/packages/components/scroll-shadow/package.json +++ b/packages/components/scroll-shadow/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/scroll-shadow", - "version": "2.3.15", + "version": "2.3.16", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 543d2bb65..b6bb81582 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,98 @@ # @heroui/select +## 2.4.23 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/use-aria-multiselect@2.4.16 + - @heroui/scroll-shadow@2.3.16 + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/use-aria-button@2.2.17 + - @heroui/react-utils@2.1.12 + - @heroui/use-form-reset@2.0.1 + - @heroui/aria-utils@2.2.20 + - @heroui/listbox@2.3.22 + - @heroui/popover@2.3.23 + - @heroui/spinner@2.2.20 + - @heroui/form@2.1.22 + ## 2.4.23-beta.4 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 762842ad3..c106bad8d 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/select", - "version": "2.4.22", + "version": "2.4.23", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index 8d0a03393..00f2bce27 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/skeleton +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + ## 2.2.15-beta.2 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index dc62fcf54..60edfba0c 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/skeleton", - "version": "2.2.14", + "version": "2.2.15", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index c1887f0a0..ad3d07cc2 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/slider +## 2.4.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/tooltip@2.2.20 + ## 2.4.20-beta.3 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 258a3e7d5..62899a6ef 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/slider", - "version": "2.4.19", + "version": "2.4.20", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index 5708621f5..147cac852 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,91 @@ # @heroui/snippet +## 2.2.24 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-clipboard@2.1.9 + - @heroui/tooltip@2.2.20 + - @heroui/button@2.2.23 + ## 2.2.24-beta.3 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 97857ca6f..6665b9116 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/snippet", - "version": "2.2.23", + "version": "2.2.24", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index d5d5f8b0e..c80bfc0ff 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/spacer +## 2.2.17 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/system-rsc@2.3.16 + ## 2.2.17-beta.5 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index b8a7f8aa3..d92a0a735 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spacer", - "version": "2.2.16", + "version": "2.2.17", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 04688afdf..96ad0cd0c 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/spinner +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/system-rsc@2.3.16 + - @heroui/system@2.4.19 + ## 2.2.20-beta.2 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 39500da77..8e41f8495 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spinner", - "version": "2.2.19", + "version": "2.2.20", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index ad46a3ae8..2b3b1bf5a 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/switch +## 2.2.21 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + ## 2.2.21-beta.2 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 8b93fd283..dd433eca8 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/switch", - "version": "2.2.20", + "version": "2.2.21", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index d756a041a..fad76a884 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/table +## 2.2.22 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/checkbox@2.3.22 + - @heroui/spacer@2.2.17 + ## 2.2.22-beta.4 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index af3e1d4b9..a8615ea10 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/table", - "version": "2.2.21", + "version": "2.2.22", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 47cd547a0..a76b6c63e 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,89 @@ # @heroui/tabs +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-is-mounted@2.1.8 + - @heroui/aria-utils@2.2.20 + ## 2.2.20-beta.2 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index bfef935b1..eded7a946 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/tabs", - "version": "2.2.19", + "version": "2.2.20", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" diff --git a/packages/components/toast/CHANGELOG.md b/packages/components/toast/CHANGELOG.md index fe6184aa7..0885acbcd 100644 --- a/packages/components/toast/CHANGELOG.md +++ b/packages/components/toast/CHANGELOG.md @@ -1,5 +1,90 @@ # @heroui/toast +## 2.0.13 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-icons@2.1.10 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/use-is-mobile@2.2.11 + - @heroui/spinner@2.2.20 + ## 2.0.13-beta.3 ### Patch Changes diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json index 96c4d438e..4acc67550 100644 --- a/packages/components/toast/package.json +++ b/packages/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/toast", - "version": "2.0.12", + "version": "2.0.13", "description": "Toast are temporary notifications that provide concise feedback about an action or event", "keywords": [ "toast" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index 79e306841..26c9a922c 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,92 @@ # @heroui/tooltip +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/dom-animation@2.1.10 + - @heroui/use-aria-overlay@2.0.1 + - @heroui/framer-utils@2.1.19 + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/aria-utils@2.2.20 + ## 2.2.20-beta.2 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 329228b2a..763aaaa3e 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/tooltip", - "version": "2.2.19", + "version": "2.2.20", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index f304d53ae..01fe25e6d 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,88 @@ # @heroui/user +## 2.2.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + - @heroui/react-utils@2.1.12 + - @heroui/avatar@2.2.19 + ## 2.2.19-beta.3 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 1ac92064d..26fd4ce28 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/user", - "version": "2.2.18", + "version": "2.2.19", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 77fd5ad70..d4d3101aa 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,136 @@ # @heroui/react +## 2.8.0 + +### Minor Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +### Patch Changes + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/scroll-shadow@2.3.16 + - @heroui/autocomplete@2.3.24 + - @heroui/number-input@2.0.13 + - @heroui/breadcrumbs@2.2.19 + - @heroui/date-picker@2.3.23 + - @heroui/framer-utils@2.1.19 + - @heroui/date-input@2.3.22 + - @heroui/pagination@2.2.21 + - @heroui/accordion@2.2.20 + - @heroui/input-otp@2.1.22 + - @heroui/calendar@2.2.23 + - @heroui/checkbox@2.3.22 + - @heroui/dropdown@2.3.23 + - @heroui/progress@2.2.19 + - @heroui/skeleton@2.2.15 + - @heroui/divider@2.2.16 + - @heroui/listbox@2.3.22 + - @heroui/popover@2.3.23 + - @heroui/snippet@2.2.24 + - @heroui/spinner@2.2.20 + - @heroui/tooltip@2.2.20 + - @heroui/avatar@2.2.19 + - @heroui/button@2.2.23 + - @heroui/drawer@2.2.20 + - @heroui/navbar@2.2.21 + - @heroui/ripple@2.2.18 + - @heroui/select@2.4.23 + - @heroui/slider@2.4.20 + - @heroui/spacer@2.2.17 + - @heroui/switch@2.2.21 + - @heroui/alert@2.2.23 + - @heroui/badge@2.2.15 + - @heroui/image@2.2.15 + - @heroui/input@2.4.23 + - @heroui/modal@2.2.20 + - @heroui/radio@2.3.22 + - @heroui/table@2.2.22 + - @heroui/toast@2.0.13 + - @heroui/card@2.2.22 + - @heroui/chip@2.2.19 + - @heroui/code@2.2.17 + - @heroui/form@2.1.22 + - @heroui/link@2.2.20 + - @heroui/menu@2.2.22 + - @heroui/tabs@2.2.20 + - @heroui/user@2.2.19 + - @heroui/kbd@2.2.18 + - @heroui/system@2.4.19 + - @heroui/theme@2.4.18 + ## 2.8.0-beta.15 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index dd2c648bb..e2567b9a7 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react", - "version": "2.7.11", + "version": "2.8.0", "description": "🚀 Beautiful and modern React UI library.", "author": "HeroUI ", "homepage": "https://heroui.com", diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md index f8687f502..aa67b6623 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/system-rsc +## 2.3.16 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.3.16-beta.5 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index d54974bea..198c9d80f 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/system-rsc", - "version": "2.3.15", + "version": "2.3.16", "description": "HeroUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index eba801cdb..2fcbf875d 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/system +## 2.4.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/react-utils@2.1.12 + - @heroui/system-rsc@2.3.16 + ## 2.4.19-beta.2 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 2d98eefcd..48ddc83fc 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/system", - "version": "2.4.18", + "version": "2.4.19", "description": "HeroUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index f52d35f22..537ef4288 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/theme +## 2.4.18 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + ## 2.4.18-beta.7 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 2a6bac6e1..77c39b0c3 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/theme", - "version": "2.4.17", + "version": "2.4.18", "description": "The default theme for HeroUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index 2c8a841ac..26bdd2d5a 100644 --- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-accordion-item +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.15-beta.0 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 2d15f68e4..de233ade2 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-accordion-item", - "version": "2.2.14", + "version": "2.2.15", "description": "Internal impl for react aria accordion item", "keywords": [ "use-aria-accordion-item" diff --git a/packages/hooks/use-aria-accordion/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md index c6a7d5c5a..db7f7b11b 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-accordion +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.15-beta.0 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index b1f22eb94..98dfe82c2 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-accordion", - "version": "2.2.14", + "version": "2.2.15", "description": "React-aria useAccordion hooks with custom implementations", "keywords": [ "use-aria-accordion" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 78a92dbcc..826a86b06 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-button +## 2.2.17 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.17-beta.2 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 03a7af277..1b441e6e1 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-button", - "version": "2.2.16", + "version": "2.2.17", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-button" diff --git a/packages/hooks/use-aria-link/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md index a7e4754e9..3d2b0b164 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-link +## 2.2.18 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.18-beta.0 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 13dc3a6ab..e6b37c7ba 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-link", - "version": "2.2.17", + "version": "2.2.18", "description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning", "keywords": [ "use-aria-link" diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index dcb03f2e4..a143f1a18 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-aria-modal-overlay +## 2.2.16 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-aria-overlay@2.0.1 + ## 2.2.16-beta.2 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index cbdbdaea2..27545f25b 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-modal-overlay", - "version": "2.2.15", + "version": "2.2.16", "description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", "keywords": [ "use-aria-modal-overlay" diff --git a/packages/hooks/use-aria-multiselect/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md index b8a813600..919b0141f 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-multiselect +## 2.4.16 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.4.16-beta.2 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index a1ba67cba..7c1c74499 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-multiselect", - "version": "2.4.15", + "version": "2.4.16", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" diff --git a/packages/hooks/use-aria-overlay/CHANGELOG.md b/packages/hooks/use-aria-overlay/CHANGELOG.md index a08da38b8..476749003 100644 --- a/packages/hooks/use-aria-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-overlay/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-aria-overlay +## 2.0.1 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.0.1-beta.7 ### Patch Changes diff --git a/packages/hooks/use-aria-overlay/package.json b/packages/hooks/use-aria-overlay/package.json index f1869d039..0d781218b 100644 --- a/packages/hooks/use-aria-overlay/package.json +++ b/packages/hooks/use-aria-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-overlay", - "version": "2.0.0", + "version": "2.0.1", "description": "A custom implementation of react aria overlay", "keywords": [ "use-aria-overlay" diff --git a/packages/hooks/use-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index 246c0b871..ee83c8a00 100644 --- a/packages/hooks/use-callback-ref/CHANGELOG.md +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-callback-ref +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 3f8518ec5..ba60e347f 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-callback-ref", - "version": "2.1.7", + "version": "2.1.8", "description": "React hook to persist any value between renders, but keeps it up-to-date if it changes.", "keywords": [ "use-callback-ref" diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md index be8bd7063..62d4a25e9 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-clipboard +## 2.1.9 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.9-beta.7 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 57aee3636..e3959e70c 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-clipboard", - "version": "2.1.8", + "version": "2.1.9", "description": "Wrapper around navigator.clipboard with feedback timeout", "keywords": [ "use-clipboard" diff --git a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md index 0567f3612..2c03fcc3c 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-data-scroll-overflow +## 2.2.11 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + ## 2.2.11-beta.7 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 88162412b..89a613574 100644 --- a/packages/hooks/use-data-scroll-overflow/package.json +++ b/packages/hooks/use-data-scroll-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-data-scroll-overflow", - "version": "2.2.10", + "version": "2.2.11", "description": "A hook to add data attributes when the element has top or bottom scroll.", "keywords": [ "use-data-scroll-overflow" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index 0fa88c197..19ec55d60 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-disclosure +## 2.2.14 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-callback-ref@2.1.8 + ## 2.2.14-beta.5 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 73934be3c..b9674264a 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-disclosure", - "version": "2.2.13", + "version": "2.2.14", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-draggable/CHANGELOG.md b/packages/hooks/use-draggable/CHANGELOG.md index e88e934e9..eb2ab4b3c 100644 --- a/packages/hooks/use-draggable/CHANGELOG.md +++ b/packages/hooks/use-draggable/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-draggable +## 2.1.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.15-beta.1 ### Patch Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index f6a9a8afa..2af53510d 100644 --- a/packages/hooks/use-draggable/package.json +++ b/packages/hooks/use-draggable/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-draggable", - "version": "2.1.14", + "version": "2.1.15", "description": "This hook can provide drag and drop interaction", "keywords": [ "use-draggable" diff --git a/packages/hooks/use-form-reset/CHANGELOG.md b/packages/hooks/use-form-reset/CHANGELOG.md index 1eab96aef..340964204 100644 --- a/packages/hooks/use-form-reset/CHANGELOG.md +++ b/packages/hooks/use-form-reset/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-form-reset +## 2.0.1 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.0.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-form-reset/package.json b/packages/hooks/use-form-reset/package.json index ee06d87c5..33ed652a2 100644 --- a/packages/hooks/use-form-reset/package.json +++ b/packages/hooks/use-form-reset/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-form-reset", - "version": "2.0.0", + "version": "2.0.1", "description": "use-form-reset hook from `@react-aria` utils", "keywords": [ "use-form-reset" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index e2fe5831b..b170657ba 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/use-image +## 2.1.11 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-safe-layout-effect@2.1.8 + - @heroui/react-utils@2.1.12 + ## 2.1.11-beta.6 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 40a3e90b8..f4cddc354 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-image", - "version": "2.1.10", + "version": "2.1.11", "description": "React hook for progressing image loading", "keywords": [ "use-image" diff --git a/packages/hooks/use-infinite-scroll/CHANGELOG.md b/packages/hooks/use-infinite-scroll/CHANGELOG.md index 56e2360f5..f4e437bef 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-infinite-scroll +## 2.2.10 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + ## 2.2.10-beta.7 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index d8ec331a3..235ba0c11 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-infinite-scroll", - "version": "2.2.9", + "version": "2.2.10", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 39a9ec881..40310b3e9 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-intersection-observer +## 2.2.14 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.14-beta.5 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 5eb0f4c7c..bffbd8e7c 100644 --- a/packages/hooks/use-intersection-observer/package.json +++ b/packages/hooks/use-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-intersection-observer", - "version": "2.2.13", + "version": "2.2.14", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index edbe23a2c..e7af0dd6d 100644 --- a/packages/hooks/use-is-mobile/CHANGELOG.md +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-is-mobile +## 2.2.11 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.2.11-beta.5 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index ec085f93a..fc173eff3 100644 --- a/packages/hooks/use-is-mobile/package.json +++ b/packages/hooks/use-is-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-is-mobile", - "version": "2.2.10", + "version": "2.2.11", "description": "A hook that returns whether the device is mobile or not", "keywords": [ "use-is-mobile" diff --git a/packages/hooks/use-is-mounted/CHANGELOG.md b/packages/hooks/use-is-mounted/CHANGELOG.md index f84fbdc95..d6438a9e0 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-is-mounted +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index ccdc4f95f..2267a6e81 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-is-mounted", - "version": "2.1.7", + "version": "2.1.8", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-measure/CHANGELOG.md b/packages/hooks/use-measure/CHANGELOG.md index f2da9e5b8..3d944a5fe 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-real-shape +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 676e62355..05b9fcae5 100644 --- a/packages/hooks/use-measure/package.json +++ b/packages/hooks/use-measure/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-measure", - "version": "2.1.7", + "version": "2.1.8", "description": "Hook that measure and track a element dimensions", "keywords": [ "use-measure" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index 5b0f7f060..3600f94d7 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-pagination +## 2.2.15 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/shared-utils@2.1.10 + ## 2.2.15-beta.5 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 8141f4f85..cdaa06d97 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-pagination", - "version": "2.2.14", + "version": "2.2.15", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md index 66726fafa..e73b75208 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/use-real-shape +## 2.1.12 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/react-utils@2.1.12 + ## 2.1.12-beta.5 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 4548eec19..ace9ff19c 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-real-shape", - "version": "2.1.11", + "version": "2.1.12", "description": "Hook that returns the real dimensions of an element", "keywords": [ "use-real-shape" diff --git a/packages/hooks/use-ref-state/CHANGELOG.md b/packages/hooks/use-ref-state/CHANGELOG.md index edec8bb30..de4533aa1 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-ref-state +## 2.1.9 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.9-beta.5 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index bd92a3ed9..90b30d8f1 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-ref-state", - "version": "2.1.8", + "version": "2.1.9", "description": "Hook for saving the state in a ref value", "keywords": [ "use-ref-state" diff --git a/packages/hooks/use-resize/CHANGELOG.md b/packages/hooks/use-resize/CHANGELOG.md index d19114471..096357f49 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-resize +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index f4b5c5549..5877831a1 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-resize", - "version": "2.1.7", + "version": "2.1.8", "description": "Hook that adds an event listener to the resize window event", "keywords": [ "use-resize" diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md index 90a947038..903bf67ce 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-safe-layout-effect +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 9edfb21b3..37691cd91 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-safe-layout-effect", - "version": "2.1.7", + "version": "2.1.8", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/packages/hooks/use-scroll-position/CHANGELOG.md b/packages/hooks/use-scroll-position/CHANGELOG.md index 364132116..c4e84911b 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-scroll-position +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index 535148f5b..de1c9b547 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-scroll-position", - "version": "2.1.7", + "version": "2.1.8", "description": "Provides the logic to control the scroll over an element", "keywords": [ "use-scroll-position" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index 5a4dc1bb0..6808c3948 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-ssr +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index f9d9a1302..17548ec67 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-ssr", - "version": "2.1.7", + "version": "2.1.8", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index 509ff6d90..fb6fb0322 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-theme +## 2.1.10 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.10-beta.7 ### Patch Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index 4987da2e6..51c8197d5 100644 --- a/packages/hooks/use-theme/package.json +++ b/packages/hooks/use-theme/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-theme", - "version": "2.1.9", + "version": "2.1.10", "description": "React hook to switch between light and dark themes", "keywords": [ "use-theme" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index ed1ca5f33..dbc782583 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-update-effect +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 8b1127b02..484cf461e 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-update-effect", - "version": "2.1.7", + "version": "2.1.8", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/hooks/use-viewport-size/CHANGELOG.md b/packages/hooks/use-viewport-size/CHANGELOG.md index d5d9699b1..5626814dd 100644 --- a/packages/hooks/use-viewport-size/CHANGELOG.md +++ b/packages/hooks/use-viewport-size/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/use-viewport-size +## 2.0.1 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.0.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-viewport-size/package.json b/packages/hooks/use-viewport-size/package.json index caab67c1f..04ac91c5e 100644 --- a/packages/hooks/use-viewport-size/package.json +++ b/packages/hooks/use-viewport-size/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-viewport-size", - "version": "2.0.0", + "version": "2.0.1", "description": "use-viewport-size hook from `@react-aria` utils", "keywords": [ "use-viewport-size" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 569ca652c..2fda26882 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,86 @@ # @heroui/aria-utils +## 2.2.20 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/system@2.4.19 + ## 2.2.20-beta.2 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 38ca255c8..048eb63ab 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/aria-utils", - "version": "2.2.19", + "version": "2.2.20", "description": "A package for managing @react-aria HeroUI utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/dom-animation/CHANGELOG.md b/packages/utilities/dom-animation/CHANGELOG.md index 0ca0936e3..8152f87c7 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/dom-animation +## 2.1.10 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.10-beta.5 ### Patch Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index ad1dd7ffb..53f670fd8 100644 --- a/packages/utilities/dom-animation/package.json +++ b/packages/utilities/dom-animation/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/dom-animation", - "version": "2.1.9", + "version": "2.1.10", "description": "Dom Animation from Framer Motion for dynamic import", "keywords": [ "dom-animation" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index 744019495..a13b6802e 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/framer-utils +## 2.1.19 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/use-measure@2.1.8 + - @heroui/system@2.4.19 + ## 2.1.19-beta.2 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 78e044ba9..b85b823ab 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/framer-utils", - "version": "2.1.18", + "version": "2.1.19", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils" diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md index 5d1675367..22a39089a 100644 --- a/packages/utilities/react-rsc-utils/CHANGELOG.md +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/react-rsc-utils +## 2.1.9 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.9-beta.5 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index 5ac56f624..ffadf0349 100644 --- a/packages/utilities/react-rsc-utils/package.json +++ b/packages/utilities/react-rsc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react-rsc-utils", - "version": "2.1.8", + "version": "2.1.9", "description": "A set of utilities for react compatible with RSC", "keywords": [ "react-rsc-utils" diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md index 967f24245..629bbdcab 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,87 @@ # @heroui/react-utils +## 2.1.12 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + +- Updated dependencies [[`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033)]: + - @heroui/react-rsc-utils@2.1.9 + - @heroui/shared-utils@2.1.10 + ## 2.1.12-beta.5 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 4765c592c..5aeb394d5 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react-utils", - "version": "2.1.11", + "version": "2.1.12", "description": "A set of utilities for react on client side", "keywords": [ "react-utils" diff --git a/packages/utilities/shared-icons/CHANGELOG.md b/packages/utilities/shared-icons/CHANGELOG.md index 6fb106c2f..b3887d2b0 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/shared-icons +## 2.1.10 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.10-beta.6 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 0a1caaf41..1ea36dc21 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/shared-icons", - "version": "2.1.9", + "version": "2.1.10", "description": "Internal icons set, commonly used in the components stories", "keywords": [ "icons-utils" diff --git a/packages/utilities/shared-utils/CHANGELOG.md b/packages/utilities/shared-utils/CHANGELOG.md index 3dd01d297..702d8949a 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/shared-utils +## 2.1.10 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.10-beta.7 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 2db5d34e6..d09209175 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/shared-utils", - "version": "2.1.9", + "version": "2.1.10", "description": "A set of HeroUI utilities", "keywords": [ "system" diff --git a/packages/utilities/stories-utils/CHANGELOG.md b/packages/utilities/stories-utils/CHANGELOG.md index 5d632455a..63b39151f 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/stories-utils +## 2.1.8 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.8-beta.7 ### Patch Changes diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index 250071f0d..81e9dd3e7 100644 --- a/packages/utilities/stories-utils/package.json +++ b/packages/utilities/stories-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/stories-utils", - "version": "2.1.7", + "version": "2.1.8", "description": "A list of utilities for storybook' stories.", "keywords": [ "stories-utils" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index c01b3afcd..04a15212f 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,83 @@ # @heroui/test-utils +## 2.1.9 + +### Patch Changes + +- [`e489af8`](https://github.com/heroui-inc/heroui/commit/e489af83c189d0b42dca1b0afca1f5d003cd6033) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - ## Consolidated Changes + + ### Major Update + + - TailwindCSS v4 + + ### Bug Fixes & Improvements + + #### Theme & Styling + + - fix rotate transition (#5441) + - fix incorrect target theme (#5469) + - fixed missing radius styles in th and td in Table (#4988) + - fixed transition (#5409) + - fix text selection in table (#5413) + - Fix transition scale (#5271) + - fix outline styles (#5266) + + #### Components + + **Toast** + + - Renaming loadingIcon to loadingComponent + - Fix toast items closing in reverse order. Toasts now close in proper FIFO instead of LIFO (#5096) + - Remove the bottom extension of the toast (#5231) + - Enable programmatically closing a toast with a specific key (#5084) + + **Slider** + + - introduce `getTooltipValue` prop for custom tooltip value (#4741) + - fixed slider component NaN values when min and max are the same value (#5014) + + **Select** + + - add `isClearable` and `onClear` prop to Select component (#2239) + + **Calendar** + + - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117) + + **Input** + + - fix `Input` accessibility label duplication (#5150) + + **Date Input** + + - add 'outside-top' prop to input (#3058) + + **Table** + + - support custom sort icon in Table (#5223) + - remove `removeWrapper` from virtualized table (#4995) + + **Autocomplete** + + - do not render selector button if selector icon is null (#5423) + + **Image & Avatar** + + - fixed image src double fetch issue (#3847) + + #### System & Core + + - add useInputLabelPlacement + - remove `@heroui/aria-utils` dependency + + #### Hooks & Utilities + + - fix use-theme logic + - Fix skeleton animate + - bump RA versions + - Draggable modal will be scrollable in mobile devices (#5280) + - refactor: overlay & interactOutside + ## 2.1.9-beta.5 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index 552ab69c4..1f42e6742 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/test-utils", - "version": "2.1.8", + "version": "2.1.9", "description": "A set of utilities for react testing", "keywords": [ "test-utils"