3578 Commits

Author SHA1 Message Date
github-actions[bot]
3a6e0c5e97
ci(changesets): version packages (#5394)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@heroui/accordion@2.2.19 @heroui/alert@2.2.22 @heroui/aria-utils@2.2.19 @heroui/autocomplete@2.3.23 @heroui/avatar@2.2.18 @heroui/badge@2.2.14 @heroui/breadcrumbs@2.2.18 @heroui/button@2.2.22 @heroui/calendar@2.2.22 @heroui/card@2.2.21 @heroui/checkbox@2.3.21 @heroui/chip@2.2.18 @heroui/date-input@2.3.21 @heroui/date-picker@2.3.22 @heroui/drawer@2.2.19 @heroui/dropdown@2.3.22 @heroui/form@2.1.21 @heroui/framer-utils@2.1.18 @heroui/image@2.2.14 @heroui/input-otp@2.1.21 @heroui/input@2.4.22 @heroui/link@2.2.19 @heroui/listbox@2.3.21 @heroui/menu@2.2.21 @heroui/modal@2.2.19 @heroui/navbar@2.2.20 @heroui/number-input@2.0.12 @heroui/pagination@2.2.20 @heroui/popover@2.3.22 @heroui/progress@2.2.18 @heroui/radio@2.3.21 @heroui/react@2.7.11 @heroui/ripple@2.2.17 @heroui/scroll-shadow@2.3.15 @heroui/select@2.4.22 @heroui/skeleton@2.2.14 @heroui/slider@2.4.19 @heroui/snippet@2.2.23 @heroui/spinner@2.2.19 @heroui/switch@2.2.20 @heroui/system@2.4.18 @heroui/table@2.2.21 @heroui/tabs@2.2.19 @heroui/toast@2.0.12 @heroui/tooltip@2.2.19 @heroui/use-aria-accordion-item@2.2.14 @heroui/use-aria-accordion@2.2.14 @heroui/use-aria-button@2.2.16 @heroui/use-aria-link@2.2.17 @heroui/use-aria-modal-overlay@2.2.15 @heroui/use-aria-multiselect@2.4.15 @heroui/use-draggable@2.1.14 @heroui/user@2.2.18
2025-06-20 22:29:50 +08:00
Poli Sour
66dad4888a
fix(docs): correct display of the "Toast" component in the Safari browser (#5400) 2025-06-19 11:33:20 +08:00
WK
be6a1dbf40
refactor: remove @interationalized/date from system (#5374)
* refactor(calendar): createCalendar typing

* refactor(system): ditch `@react-types/calendar`

* feat(system): include the required types or interfaces

* chore(deps): pnpm-lock.yaml

* fix: cast DateValue

* fix: minValue & maxValue typing

* chore(changeset): add changeset

* refactor(system): abstract class

* chore(deps): bump system peer dependency

* chore(changeset): add changeset
2025-06-18 00:09:56 +08:00
WK
dd63b83b6b
fix(tabs): onClick (#5378)
* fix(tabs): handleClick

* chore(changeset): add changeset
2025-06-17 16:32:39 +08:00
WK
7dff993e1d
chore(deps): bump RA versions (#5382) 2025-06-17 13:39:20 +08:00
Junior Garcia
14f4089d4a Merge branch 'main' of github.com:heroui-inc/heroui into canary 2025-06-16 11:28:21 -03:00
WK
4e41f50fa2
v2.7.10 (#5381)
* fix(date-picker): error state (#5317)

* fix(date-range-picker): fixed the error state in preset

* Update giant-sloths-shop.md

* Removed if statement

* chore(date-picker): prettier

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix(theme): clear button in mobile (#5252)

* fix(toast): fixed close button hover position

* fix(input): fixed the clear button rendering on smaller devices

* Delete .changeset/soft-spoons-march.md

* Update input.ts

* Undo unrelated toast changes

* fix(toast): icons (#5246)

* feat(shared-icons): add loading icon

* fix(toast): icons

* chore(toast): revise types for icons

* chore(changeset): add changeset

* refactor: migrate eslint to v9 (#5267)

* refactor: migrate eslint to v9

* chore: lint

* chore: update eslint command

* chore: fix lint warnings

* chore: separate lint and lint:fix

* chore: exclude contentlayer generated code

* fix(scripts): add missing await

* fix(autocomplete): persist last selected item position (#5286)

* refactor(select): remove unnecessary code

* fix(autocomplete): persist last selected item position

* chore(changeset): add changeset

* chore(deps): bump framer-motion version (#5287)

* chore(deps): bump framer-motion version

* fix: typing issues

* chore(changeset): add changeset

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(docs): supplement onAction & selectionBehavior (#5289)

* fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290)

* fix(autocomplete): ensure focused item matches selected item after filter, selection

* chore: apply type and default value

* chore: add perpose coment in updated code

* test: add focuskey management testcode

* docs: add changeset

* docs: update changeset

* chore: remove comment

* fix: broken components in stories (#5291)

* chore(switch): remove xl size

* chore(docs): remove xl size

* chore(system-rsc): remove xl size

* chore(circular-progress): remove xl size

* chore: undo

* chore(deps): bump RA versions (#5310)

* chore(deps): ra version bump

* chore(changeset): add changeset

* fix(scripts): incorrect docs path

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(docs): update meta data (#5311)

* docs(layout.tsx): added text-foreground (#5316)

* feat(tabs): add click handling for tab items in tests and implementation (#3917)

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix issues in tabs examples (#2405)

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* chore(docs): add missing onValueChange in CheckboxGroup (#5332)

* ci(changesets): version packages (#5323)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(deps): bump RA versions (#5361)

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore: changeset

* refactor(listbox): already extends in AriaListBoxProps

* chore(docs): remove herohack announcement (#5363)

* chore: remove herohack announcement

* Update carbon-ad.tsx

* chore(docs): fixed lint errors

* chore(docs): requested changes

* Update carbon-ad.tsx

* Update carbon-ad.tsx

* fix(theme): consistent faded styling for isInvalid in InputOtp and DateInput (#5349)

* fix(input-otp): remove bg and border styles from faded variant when isInvalid

* fix(date-input): remove bg styles from faded variant when isInvalid

* chore(changeset): add changeset

* chore: bump theme peerDependencies

* chore: bump theme peerDependencies

* fix: wrong version

* chore: extra line

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix(theme): helperWrapper padding (#5350)

* fix(number-input): decreased helperWrapper padding to maintain consistency

* Update beige-laws-heal.md

* chore(theme): change to p-1

* chore(deps): bump peerDependencies for theme pkg

* fix(number-input): incorrect versions

* chore(changeset): include number input

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix(autocomplete): onClear (#5365)

* fix(autocomplete): add onClear

* feat(autocomplete): add test case for onClear

* chore(changeset): add changeset

* fix(number-input): only allow number type (#5368)

* refactor(number-input): avoid non number type passing to number input

* chore(changeset): add changeset

* refactor: optimization (#5362)

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore: changeset

* chore(deps): remove unnecessary dependencies

* fix(calendar): typing issue

* refactor(system): remove unused SupportedCalendars

* refactor(system): move I18nProviderProps to type

* refactor: use `spectrumCalendarProps<DateValue>["createCalendar"]`

* feat: add consistent-type-imports

* fix: eslint

* chore: add changeset

* refactor: remove unused deps

* ci(changesets): version packages (#5364)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

---------

Co-authored-by: Vishv Salvi <82429084+Vishvsalvi@users.noreply.github.com>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
Co-authored-by: KumJungMin <37934668+KumJungMin@users.noreply.github.com>
Co-authored-by: liaoyinglong <vigossliao@gmail.com>
Co-authored-by: zhengjitf <zhengjitf@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anuj Kuralkar <76731106+anuj-kuralkar@users.noreply.github.com>
2025-06-16 11:28:11 -03:00
Junior Garcia
273ebe5665 chore: merged with main 2025-06-16 11:27:37 -03:00
github-actions[bot]
15b3e9effd
ci(changesets): version packages (#5364)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@heroui/accordion@2.2.18 @heroui/alert@2.2.21 @heroui/aria-utils@2.2.18 @heroui/autocomplete@2.3.22 @heroui/avatar@2.2.17 @heroui/badge@2.2.13 @heroui/breadcrumbs@2.2.17 @heroui/button@2.2.21 @heroui/calendar@2.2.21 @heroui/card@2.2.20 @heroui/checkbox@2.3.20 @heroui/chip@2.2.17 @heroui/code@2.2.16 @heroui/date-input@2.3.20 @heroui/date-picker@2.3.21 @heroui/divider@2.2.15 @heroui/drawer@2.2.18 @heroui/dropdown@2.3.21 @heroui/form@2.1.20 @heroui/framer-utils@2.1.17 @heroui/image@2.2.13 @heroui/input-otp@2.1.20 @heroui/input@2.4.21 @heroui/kbd@2.2.17 @heroui/link@2.2.18 @heroui/listbox@2.3.20 @heroui/menu@2.2.20 @heroui/modal@2.2.18 @heroui/navbar@2.2.19 @heroui/number-input@2.0.11 @heroui/pagination@2.2.19 @heroui/popover@2.3.21 @heroui/progress@2.2.17 @heroui/radio@2.3.20 @heroui/react-rsc-utils@2.1.8 @heroui/react-utils@2.1.11 @heroui/react@2.7.10 @heroui/ripple@2.2.16 @heroui/scroll-shadow@2.3.14 @heroui/select@2.4.21 @heroui/shared-icons@2.1.9 @heroui/skeleton@2.2.13 @heroui/slider@2.4.18 @heroui/snippet@2.2.22 @heroui/spacer@2.2.16 @heroui/spinner@2.2.18 @heroui/switch@2.2.19 @heroui/system-rsc@2.3.15 @heroui/system@2.4.17 @heroui/table@2.2.20 @heroui/tabs@2.2.18 @heroui/test-utils@2.1.8 @heroui/theme@2.4.17 @heroui/toast@2.0.11 @heroui/tooltip@2.2.18 @heroui/use-aria-accordion-item@2.2.13 @heroui/use-aria-accordion@2.2.13 @heroui/use-aria-button@2.2.15 @heroui/use-aria-link@2.2.16 @heroui/use-aria-modal-overlay@2.2.14 @heroui/use-aria-multiselect@2.4.14 @heroui/use-disclosure@2.2.13 @heroui/use-draggable@2.1.13 @heroui/use-image@2.1.10 @heroui/use-intersection-observer@2.2.13 @heroui/use-is-mobile@2.2.10 @heroui/use-pagination@2.2.14 @heroui/use-real-shape@2.1.11 @heroui/use-ref-state@2.1.8 @heroui/use-theme@2.1.9 @heroui/user@2.2.17
2025-06-09 23:25:33 +08:00
WK
0d217e466f
refactor: optimization (#5362)
* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore: changeset

* chore(deps): remove unnecessary dependencies

* fix(calendar): typing issue

* refactor(system): remove unused SupportedCalendars

* refactor(system): move I18nProviderProps to type

* refactor: use `spectrumCalendarProps<DateValue>["createCalendar"]`

* feat: add consistent-type-imports

* fix: eslint

* chore: add changeset

* refactor: remove unused deps
2025-06-09 14:17:44 +08:00
WK
ad807bec7e
fix(number-input): only allow number type (#5368)
* refactor(number-input): avoid non number type passing to number input

* chore(changeset): add changeset
2025-06-09 14:17:06 +08:00
WK
f1abe161b1
fix(autocomplete): onClear (#5365)
* fix(autocomplete): add onClear

* feat(autocomplete): add test case for onClear

* chore(changeset): add changeset
2025-06-09 13:25:36 +08:00
Vishv Salvi
ace931b44d
fix(theme): helperWrapper padding (#5350)
* fix(number-input): decreased helperWrapper padding to maintain consistency

* Update beige-laws-heal.md

* chore(theme): change to p-1

* chore(deps): bump peerDependencies for theme pkg

* fix(number-input): incorrect versions

* chore(changeset): include number input

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-06-09 10:38:51 +08:00
Anuj Kuralkar
ff4b1b2393
fix(theme): consistent faded styling for isInvalid in InputOtp and DateInput (#5349)
* fix(input-otp): remove bg and border styles from faded variant when isInvalid

* fix(date-input): remove bg styles from faded variant when isInvalid

* chore(changeset): add changeset

* chore: bump theme peerDependencies

* chore: bump theme peerDependencies

* fix: wrong version

* chore: extra line

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-06-08 22:12:32 +08:00
Vishv Salvi
2aeb33f3e1
chore(docs): remove herohack announcement (#5363)
* chore: remove herohack announcement

* Update carbon-ad.tsx

* chore(docs): fixed lint errors

* chore(docs): requested changes

* Update carbon-ad.tsx

* Update carbon-ad.tsx
2025-06-08 01:00:57 +08:00
WK
1e23994345
chore(deps): bump RA versions (#5361)
* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore(deps): bump RA versions

* chore: changeset

* refactor(listbox): already extends in AriaListBoxProps
2025-06-07 14:14:53 +08:00
Junior Garcia
9b6566f089
v2.7.9 (#5342)
* fix(date-picker): error state (#5317)

* fix(date-range-picker): fixed the error state in preset

* Update giant-sloths-shop.md

* Removed if statement

* chore(date-picker): prettier

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix(theme): clear button in mobile (#5252)

* fix(toast): fixed close button hover position

* fix(input): fixed the clear button rendering on smaller devices

* Delete .changeset/soft-spoons-march.md

* Update input.ts

* Undo unrelated toast changes

* fix(toast): icons (#5246)

* feat(shared-icons): add loading icon

* fix(toast): icons

* chore(toast): revise types for icons

* chore(changeset): add changeset

* refactor: migrate eslint to v9 (#5267)

* refactor: migrate eslint to v9

* chore: lint

* chore: update eslint command

* chore: fix lint warnings

* chore: separate lint and lint:fix

* chore: exclude contentlayer generated code

* fix(scripts): add missing await

* fix(autocomplete): persist last selected item position (#5286)

* refactor(select): remove unnecessary code

* fix(autocomplete): persist last selected item position

* chore(changeset): add changeset

* chore(deps): bump framer-motion version (#5287)

* chore(deps): bump framer-motion version

* fix: typing issues

* chore(changeset): add changeset

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(docs): supplement onAction & selectionBehavior (#5289)

* fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290)

* fix(autocomplete): ensure focused item matches selected item after filter, selection

* chore: apply type and default value

* chore: add perpose coment in updated code

* test: add focuskey management testcode

* docs: add changeset

* docs: update changeset

* chore: remove comment

* fix: broken components in stories (#5291)

* chore(switch): remove xl size

* chore(docs): remove xl size

* chore(system-rsc): remove xl size

* chore(circular-progress): remove xl size

* chore: undo

* chore(deps): bump RA versions (#5310)

* chore(deps): ra version bump

* chore(changeset): add changeset

* fix(scripts): incorrect docs path

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(docs): update meta data (#5311)

* docs(layout.tsx): added text-foreground (#5316)

* feat(tabs): add click handling for tab items in tests and implementation (#3917)

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* fix issues in tabs examples (#2405)

Co-authored-by: WK Wong <wingkwong.code@gmail.com>

* chore(docs): add missing onValueChange in CheckboxGroup (#5332)

* ci(changesets): version packages (#5323)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

---------

Co-authored-by: Vishv Salvi <82429084+Vishvsalvi@users.noreply.github.com>
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
Co-authored-by: KumJungMin <37934668+KumJungMin@users.noreply.github.com>
Co-authored-by: liaoyinglong <vigossliao@gmail.com>
Co-authored-by: zhengjitf <zhengjitf@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-01 16:22:36 -03:00
Junior Garcia
1f8cb0717c Merge branch 'main' of github.com:heroui-inc/heroui into canary 2025-06-01 16:19:52 -03:00
github-actions[bot]
63a1a671a9
ci(changesets): version packages (#5323)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@heroui/accordion@2.2.17 @heroui/alert@2.2.20 @heroui/aria-utils@2.2.17 @heroui/autocomplete@2.3.21 @heroui/avatar@2.2.16 @heroui/breadcrumbs@2.2.16 @heroui/button@2.2.20 @heroui/calendar@2.2.20 @heroui/card@2.2.19 @heroui/checkbox@2.3.19 @heroui/chip@2.2.16 @heroui/code@2.2.15 @heroui/date-input@2.3.19 @heroui/date-picker@2.3.20 @heroui/divider@2.2.14 @heroui/dom-animation@2.1.9 @heroui/drawer@2.2.17 @heroui/dropdown@2.3.20 @heroui/form@2.1.19 @heroui/framer-utils@2.1.16 @heroui/input-otp@2.1.19 @heroui/input@2.4.20 @heroui/kbd@2.2.16 @heroui/link@2.2.17 @heroui/listbox@2.3.19 @heroui/menu@2.2.19 @heroui/modal@2.2.17 @heroui/navbar@2.2.18 @heroui/number-input@2.0.10 @heroui/pagination@2.2.18 @heroui/popover@2.3.20 @heroui/progress@2.2.16 @heroui/radio@2.3.19 @heroui/react@2.7.9 @heroui/ripple@2.2.15 @heroui/select@2.4.20 @heroui/shared-icons@2.1.8 @heroui/slider@2.4.17 @heroui/snippet@2.2.21 @heroui/spacer@2.2.15 @heroui/spinner@2.2.17 @heroui/switch@2.2.18 @heroui/system-rsc@2.3.14 @heroui/system@2.4.16 @heroui/table@2.2.19 @heroui/tabs@2.2.17 @heroui/theme@2.4.16 @heroui/toast@2.0.10 @heroui/tooltip@2.2.17 @heroui/use-aria-accordion-item@2.2.12 @heroui/use-aria-accordion@2.2.12 @heroui/use-aria-button@2.2.14 @heroui/use-aria-link@2.2.15 @heroui/use-aria-modal-overlay@2.2.13 @heroui/use-aria-multiselect@2.4.13 @heroui/use-disclosure@2.2.12 @heroui/use-draggable@2.1.12 @heroui/use-intersection-observer@2.2.12 @heroui/use-pagination@2.2.13 @heroui/user@2.2.16
2025-06-01 14:22:28 -03:00
WK
6e9247ad32
chore(docs): add missing onValueChange in CheckboxGroup (#5332) 2025-06-01 14:19:33 -03:00
zhengjitf
9433bff517
fix issues in tabs examples (#2405)
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-06-01 14:19:14 -03:00
liaoyinglong
718dc24ff5
feat(tabs): add click handling for tab items in tests and implementation (#3917)
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-06-01 14:03:18 -03:00
Vishv Salvi
6129e4bc79
docs(layout.tsx): added text-foreground (#5316) 2025-06-01 14:02:29 -03:00
WK
dcd6244935
chore(docs): update meta data (#5311) 2025-06-01 14:02:09 -03:00
WK
1d62208642
chore(deps): bump RA versions (#5310)
* chore(deps): ra version bump

* chore(changeset): add changeset

* fix(scripts): incorrect docs path

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2025-06-01 14:01:45 -03:00
WK
01f542167f
fix: broken components in stories (#5291)
* chore(switch): remove xl size

* chore(docs): remove xl size

* chore(system-rsc): remove xl size

* chore(circular-progress): remove xl size

* chore: undo
2025-06-01 13:58:41 -03:00
KumJungMin
360b2e77fd
fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290)
* fix(autocomplete): ensure focused item matches selected item after filter, selection

* chore: apply type and default value

* chore: add perpose coment in updated code

* test: add focuskey management testcode

* docs: add changeset

* docs: update changeset

* chore: remove comment
2025-06-01 13:56:15 -03:00
WK
d09e602b59
chore(docs): supplement onAction & selectionBehavior (#5289) 2025-06-01 13:54:48 -03:00
WK
06fe3a3c4e
chore(deps): bump framer-motion version (#5287)
* chore(deps): bump framer-motion version

* fix: typing issues

* chore(changeset): add changeset

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2025-06-01 13:54:24 -03:00
WK
74e4deca9a
fix(autocomplete): persist last selected item position (#5286)
* refactor(select): remove unnecessary code

* fix(autocomplete): persist last selected item position

* chore(changeset): add changeset
2025-06-01 13:52:21 -03:00
WK
8c2613713a
refactor: migrate eslint to v9 (#5267)
* refactor: migrate eslint to v9

* chore: lint

* chore: update eslint command

* chore: fix lint warnings

* chore: separate lint and lint:fix

* chore: exclude contentlayer generated code

* fix(scripts): add missing await
2025-06-01 13:51:30 -03:00
WK
8df9716dfa
fix(toast): icons (#5246)
* feat(shared-icons): add loading icon

* fix(toast): icons

* chore(toast): revise types for icons

* chore(changeset): add changeset
2025-06-01 13:50:43 -03:00
Vishv Salvi
ee4d2ebe25
fix(theme): clear button in mobile (#5252)
* fix(toast): fixed close button hover position

* fix(input): fixed the clear button rendering on smaller devices

* Delete .changeset/soft-spoons-march.md

* Update input.ts

* Undo unrelated toast changes
2025-06-01 13:49:17 -03:00
Junior Garcia
afda066da8 chore: banner replacement 2025-05-31 11:08:18 -03:00
Vishv Salvi
d40c744f46
fix(date-picker): error state (#5317)
* fix(date-range-picker): fixed the error state in preset

* Update giant-sloths-shop.md

* Removed if statement

* chore(date-picker): prettier

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-05-26 19:12:32 -03:00
Junior Garcia
5ccd945cd7 chore: add herohack announcement 2025-05-15 00:18:33 -03:00
Junior Garcia
2cbc68965f
Merge pull request #5251 from heroui-inc/canary
v2.7.8
2025-04-28 19:15:08 -03:00
github-actions[bot]
df370fbc02
ci(changesets): version packages (#5250)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
@heroui/accordion@2.2.16 @heroui/alert@2.2.19 @heroui/aria-utils@2.2.16 @heroui/autocomplete@2.3.20 @heroui/avatar@2.2.15 @heroui/badge@2.2.12 @heroui/breadcrumbs@2.2.15 @heroui/button@2.2.19 @heroui/calendar@2.2.19 @heroui/card@2.2.18 @heroui/checkbox@2.3.18 @heroui/chip@2.2.15 @heroui/code@2.2.14 @heroui/date-input@2.3.18 @heroui/date-picker@2.3.19 @heroui/divider@2.2.13 @heroui/dom-animation@2.1.8 @heroui/drawer@2.2.16 @heroui/dropdown@2.3.19 @heroui/form@2.1.18 @heroui/framer-utils@2.1.15 @heroui/image@2.2.12 @heroui/input-otp@2.1.18 @heroui/input@2.4.19 @heroui/kbd@2.2.15 @heroui/link@2.2.16 @heroui/listbox@2.3.18 @heroui/menu@2.2.18 @heroui/modal@2.2.16 @heroui/navbar@2.2.17 @heroui/number-input@2.0.9 @heroui/pagination@2.2.17 @heroui/popover@2.3.19 @heroui/progress@2.2.15 @heroui/radio@2.3.18 @heroui/react-rsc-utils@2.1.7 @heroui/react-utils@2.1.10 @heroui/react@2.7.8 @heroui/ripple@2.2.14 @heroui/scroll-shadow@2.3.13 @heroui/select@2.4.19 @heroui/shared-icons@2.1.7 @heroui/shared-utils@2.1.9 @heroui/skeleton@2.2.12 @heroui/slider@2.4.16 @heroui/snippet@2.2.20 @heroui/spacer@2.2.14 @heroui/spinner@2.2.16 @heroui/stories-utils@2.1.7 @heroui/switch@2.2.17 @heroui/system-rsc@2.3.13 @heroui/system@2.4.15 @heroui/table@2.2.18 @heroui/tabs@2.2.16 @heroui/test-utils@2.1.7 @heroui/theme@2.4.15 @heroui/toast@2.0.9 @heroui/tooltip@2.2.16 @heroui/use-aria-accordion-item@2.2.11 @heroui/use-aria-accordion@2.2.11 @heroui/use-aria-button@2.2.13 @heroui/use-aria-link@2.2.14 @heroui/use-aria-modal-overlay@2.2.12 @heroui/use-aria-multiselect@2.4.12 @heroui/use-callback-ref@2.1.7 @heroui/use-clipboard@2.1.8 @heroui/use-data-scroll-overflow@2.2.10 @heroui/use-disclosure@2.2.11 @heroui/use-draggable@2.1.11 @heroui/use-image@2.1.9 @heroui/use-infinite-scroll@2.2.9 @heroui/use-intersection-observer@2.2.11 @heroui/use-is-mobile@2.2.9 @heroui/use-is-mounted@2.1.7 @heroui/use-measure@2.1.7 @heroui/use-pagination@2.2.12 @heroui/use-real-shape@2.1.10 @heroui/use-ref-state@2.1.7 @heroui/use-resize@2.1.7 @heroui/use-safe-layout-effect@2.1.7 @heroui/use-scroll-position@2.1.7 @heroui/use-ssr@2.1.7 @heroui/use-theme@2.1.8 @heroui/use-update-effect@2.1.7 @heroui/user@2.2.15
2025-04-28 19:04:43 -03:00
Junior Garcia
b9e94a2151 chore: v2.7.7 2025-04-28 18:58:40 -03:00
github-actions[bot]
16a098c696
ci(changesets): version packages (#5249)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2025-04-28 18:48:53 -03:00
github-actions[bot]
cc4819e3b4
ci(changesets): version packages (#5218)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2025-04-28 18:44:14 -03:00
il-1337
dd60608886
fix(theme): add default value for custom theme properties (#5195)
* fix(theme): add default value for custom theme properties

* chore(changeset): add issue number

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
2025-04-28 18:42:10 -03:00
winches
31476000d0
docs: sync api from heroui-cli v1.2.2 (#5217)
Co-authored-by: GitHub Action <action@github.com>
2025-04-28 18:40:48 -03:00
աӄա
8e93bc87ac
fix(docs): set page to 1 when there is no records (#5229) 2025-04-28 18:40:30 -03:00
աӄա
a61f57bbf7
fix(breadcrumbs): missing key for ellipsisItem (#5239)
* fix(breadcrumbs): missing key for ellipsisItem

* chore(changeset): add changeset
2025-04-28 18:40:02 -03:00
Junior Garcia
efda62c1c5 Merge branch 'main' of github.com:heroui-inc/heroui into canary 2025-04-20 07:56:31 -03:00
Nathanael Shermett
f223e1ff63
fix(theme): hover-opacity in Link & Breadcrumb (#5170)
* Utilize `hover-opacity` in <Link> component.

* Add changeset

* chore(changeset): add issue number

* chore(theme): use hover-opacity for breadcrumb isCurrent = false

* chore(changeset): update changeset msg

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
2025-04-19 12:28:23 -03:00
աӄա
99a5bc2f4c
fix(input-otp): variants on segment background (#5179)
* fix(theme): segment background for bordered and underlined

* fix(input-otp): segment background
2025-04-19 12:27:25 -03:00
Hova25
8bd878341e
fix(table): sticky header & content placement in virtualized table (#5184)
* fix(table): header sticky in virtualized table + topContent and bottom content placement fix

* fix(table): header sticky in virtualized table PR return

* chore(changeset): revise changeset msg

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
2025-04-19 12:27:05 -03:00
աӄա
531518f2ef
fix(accordion): keepContentMounted with disableAnimation (#5172)
* fix(accordion): keepContentMounted with disableAnimation

* feat(accordion): add test cases

* fix(accordion): use waitFor
2025-04-19 12:24:17 -03:00