Skip to content
Merged

v2.8.2 #5541

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d40c744
fix(date-picker): error state (#5317)
Vishvsalvi May 26, 2025
ee4d2eb
fix(theme): clear button in mobile (#5252)
Vishvsalvi Jun 1, 2025
8df9716
fix(toast): icons (#5246)
wingkwong Jun 1, 2025
8c26137
refactor: migrate eslint to v9 (#5267)
wingkwong Jun 1, 2025
74e4dec
fix(autocomplete): persist last selected item position (#5286)
wingkwong Jun 1, 2025
06fe3a3
chore(deps): bump framer-motion version (#5287)
wingkwong Jun 1, 2025
d09e602
chore(docs): supplement onAction & selectionBehavior (#5289)
wingkwong Jun 1, 2025
360b2e7
fix(autocomplete): ensure focused item matches selected item after fi…
KumJungMin Jun 1, 2025
01f5421
fix: broken components in stories (#5291)
wingkwong Jun 1, 2025
1d62208
chore(deps): bump RA versions (#5310)
wingkwong Jun 1, 2025
dcd6244
chore(docs): update meta data (#5311)
wingkwong Jun 1, 2025
6129e4b
docs(layout.tsx): added text-foreground (#5316)
Vishvsalvi Jun 1, 2025
718dc24
feat(tabs): add click handling for tab items in tests and implementat…
liaoyinglong Jun 1, 2025
9433bff
fix issues in tabs examples (#2405)
zhengjitf Jun 1, 2025
6e9247a
chore(docs): add missing onValueChange in CheckboxGroup (#5332)
wingkwong Jun 1, 2025
63a1a67
ci(changesets): version packages (#5323)
github-actions[bot] Jun 1, 2025
1f8cb07
Merge branch 'main' of github.com:heroui-inc/heroui into canary
jrgarciadev Jun 1, 2025
1e23994
chore(deps): bump RA versions (#5361)
wingkwong Jun 7, 2025
2aeb33f
chore(docs): remove herohack announcement (#5363)
Vishvsalvi Jun 7, 2025
ff4b1b2
fix(theme): consistent faded styling for isInvalid in InputOtp and Da…
anuj-kuralkar Jun 8, 2025
ace931b
fix(theme): helperWrapper padding (#5350)
Vishvsalvi Jun 9, 2025
f1abe16
fix(autocomplete): onClear (#5365)
wingkwong Jun 9, 2025
ad807be
fix(number-input): only allow number type (#5368)
wingkwong Jun 9, 2025
0d217e4
refactor: optimization (#5362)
wingkwong Jun 9, 2025
15b3e9e
ci(changesets): version packages (#5364)
github-actions[bot] Jun 9, 2025
273ebe5
chore: merged with main
jrgarciadev Jun 16, 2025
14f4089
Merge branch 'main' of github.com:heroui-inc/heroui into canary
jrgarciadev Jun 16, 2025
7dff993
chore(deps): bump RA versions (#5382)
wingkwong Jun 17, 2025
dd63b83
fix(tabs): onClick (#5378)
wingkwong Jun 17, 2025
be6a1db
refactor: remove `@interationalized/date` from system (#5374)
wingkwong Jun 17, 2025
66dad48
fix(docs): correct display of the "Toast" component in the Safari bro…
novsource Jun 19, 2025
3a6e0c5
ci(changesets): version packages (#5394)
github-actions[bot] Jun 20, 2025
270983d
Merge branch 'main' of github.com:heroui-inc/heroui into canary
jrgarciadev Jun 29, 2025
584d1c2
docs: replace invalid yarn command (#5422)
Nicocappabianca Jul 1, 2025
6b28b61
chore: remove ph banner (#5437)
wingkwong Jul 4, 2025
c59b2a9
feat: 2.8.0 beta changes (#5473)
wingkwong Jul 14, 2025
e489af8
chore: consolidated version part 2
jrgarciadev Jul 14, 2025
df56b2f
ci(changesets): version packages (#5482)
github-actions[bot] Jul 14, 2025
08446a7
Merge branch 'main' of github.com:heroui-inc/heroui into canary
jrgarciadev Jul 14, 2025
8ddc6e7
fix(theme): use `outline-hidden` which is equivalent to `outline-none…
wingkwong Jul 15, 2025
6d63de0
ci(changesets): version packages (#5487)
github-actions[bot] Jul 15, 2025
a3245ce
Merge branch 'main' of github.com:heroui-inc/heroui into canary
jrgarciadev Jul 22, 2025
9dceb11
fix(number-input): label class being incorrectly mixed into the descr…
wulimao49 Jul 24, 2025
67f8665
fix(docs): broken link in custom variants page (#5522)
wingkwong Jul 28, 2025
a83e3fb
refactor(alert): vertically center alert icon / endContent (#5512)
wingkwong Jul 28, 2025
36eb421
chore(deps): bump RA dependencies (#5517)
wingkwong Jul 28, 2025
8dc4bab
fix(use-aria-overlay): sync with RA's overlay logic (#5529)
wingkwong Jul 28, 2025
5eb6868
fix(popover): arrow glitch in popover content (#5504)
nicck1 Jul 28, 2025
2cb6ecf
fix(avatar): broken fallbacks (#5519)
wingkwong Jul 28, 2025
6011837
fix(toast): toastRegion leftover in DOM (#5508)
wingkwong Jul 28, 2025
2f414a8
fix(theme): focus ring styles (#5531)
wingkwong Jul 28, 2025
139fc94
chore(deps): bump tailwind-variants version (#5538)
wingkwong Jul 29, 2025
3e69d86
ci(changesets): version packages (#5516)
github-actions[bot] Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/app/examples/table/custom-styles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export default function Page() {
<label className="flex items-center text-default-400 text-small">
Rows per page:
<select
className="bg-transparent outline-hidden text-default-400 text-small"
className="bg-transparent outline-solid outline-transparent text-default-400 text-small"
onChange={onRowsPerPageChange}
>
<option value="5">5</option>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/app/examples/table/use-case/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export default function Page() {
<label className="flex items-center text-default-400 text-small">
Rows per page:
<select
className="bg-transparent outline-hidden text-default-400 text-small"
className="bg-transparent outline-solid outline-transparent text-default-400 text-small"
onChange={onRowsPerPageChange}
>
<option value="5">5</option>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/cmdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const cmdk = tv({
"h-14",
"font-sans",
"text-lg",
"outline-hidden",
"outline-solid outline-transparent",
"rounded-none",
"bg-transparent",
"text-default-700",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export const parseDependencies = (content: string) => {

const fixedVersions = {
"@internationalized/date": "3.8.2",
"@react-aria/i18n": "3.12.10",
"@react-aria/i18n": "3.12.11",
};
2 changes: 1 addition & 1 deletion apps/docs/components/docs/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function TreeItem<T>(props: TreeItemProps<T>) {
aria-expanded={dataAttr(hasChildNodes ? isExpanded : undefined)}
aria-selected={dataAttr(isSelected)}
className={clsx(
"flex flex-col outline-hidden w-full tap-highlight-transparent",
"flex flex-col outline-solid outline-transparent w-full tap-highlight-transparent",
hasChildNodes ? "mb-4" : "first:mt-4",
// focus ring
...dataFocusVisibleClasses,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/featurebase/fb-roadmap-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const FbRoadmapLink = ({className, innerClassName}: Props) => {
<div className={clsx("relative", innerClassName)}>
Roadmap
<Icon
className="absolute right-[-10px] top-0 outline-hidden transition-transform group-data-[hover=true]:translate-y-0.5 [&>path]:stroke-[2.5px]"
className="absolute right-[-10px] top-0 outline-solid outline-transparent transition-transform group-data-[hover=true]:translate-y-0.5 [&>path]:stroke-[2.5px]"
icon={arrowRightUpIcon}
width={10}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/heroui-chat-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const HeroUIChatBanner = () => {
HeroUI Chat
<Icon
aria-hidden="true"
className="outline-hidden transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
className="outline-solid outline-transparent transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
icon={arrowRightIcon}
width={16}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/marketing/custom-themes/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const shopCartStyles = tv({
"text-sm",
"rounded-full",
// focus ring
"group-data-[focus-visible=true]:outline-hidden",
"group-data-[focus-visible=true]:outline-solid outline-transparent",
"group-data-[focus-visible=true]:ring-2",
"group-data-[focus-visible=true]:ring-focus",
"group-data-[focus-visible=true]:ring-offset-2",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/marketing/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Hero = () => {
color="primary"
endContent={
<ArrowRightIcon
className="group-data-[hover=true]:translate-x-0.5 outline-hidden transition-transform"
className="group-data-[hover=true]:translate-x-0.5 outline-solid outline-transparent transition-transform"
strokeWidth={2}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/marketing/install-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const InstallBanner = () => {
color="secondary"
endContent={
<ArrowRightIcon
className="group-data-[hover=true]:translate-x-0.5 outline-hidden transition-transform"
className="group-data-[hover=true]:translate-x-0.5 outline-solid outline-transparent transition-transform"
strokeWidth={2}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const APITable: React.FC<APITableProps> = ({data}) => {
{/* Mobile popover */}
<Components.Popover placement="top">
<Components.PopoverTrigger>
<button className="flex items-center gap-1 sm:hidden outline-hidden">
<button className="flex items-center gap-1 sm:hidden outline-solid outline-transparent">
<InfoCircle className="text-default-400" size={16} />
</button>
</Components.PopoverTrigger>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const Navbar: FC<NavbarProps> = ({children, routes, mobileRoutes = [], sl
<NavbarItem className="flex h-full items-center">
<button
className={clsx(
"transition-opacity p-1 hover:opacity-80 rounded-full cursor-pointer outline-hidden",
"transition-opacity p-1 hover:opacity-80 rounded-full cursor-pointer outline-solid outline-transparent",
// focus ring
...dataFocusVisibleClasses,
)}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/ph-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const PhBanner = () => {
Get 30% off
<Icon
aria-hidden="true"
className="outline-hidden transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
className="outline-solid outline-transparent transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
icon={arrowRightIcon}
width={16}
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/pro-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const ProBanner = () => {
HeroUI Pro
<Icon
aria-hidden="true"
className="outline-hidden transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
className="outline-solid outline-transparent transition-transform group-hover:translate-x-0.5 [&>path]:stroke-[2px]"
icon={arrowRightIcon}
width={16}
/>
Expand Down
8 changes: 4 additions & 4 deletions apps/docs/config/github-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"stars": { "raw": 24825, "formatted": "24.8K" },
"forks": 1838,
"subscribers": 89,
"openIssues": 246
"stars": { "raw": 24951, "formatted": "25K" },
"forks": 1852,
"subscribers": 90,
"openIssues": 242
}
3 changes: 2 additions & 1 deletion apps/docs/config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"key": "routing",
"title": "Routing",
"keywords": "client side routing, routing, browser routing, heroui, next.js router, react router, remix router",
"path": "/docs/guide/routing.mdx"
"path": "/docs/guide/routing.mdx",
"updated": true
},
{
"key": "forms",
Expand Down
Loading
Loading