Skip to content

⬆️ Bump @heroui/react to 3.0.5#197

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bun/heroui-react-3.x
Open

⬆️ Bump @heroui/react to 3.0.5#197
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bun/heroui-react-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2026

This PR contains the following updates:

Package Change Age Confidence
@heroui/react (source) ^2.8.10^3.0.5 age confidence

Release Notes

heroui-inc/heroui (@​heroui/react)

v3.0.5

Compare Source

⚠️ Breaking Changes

TextTypography

The component shipped in v3.0.4 used text-* BEM modifiers, which collide with Tailwind's text-* utility family. tailwind-variants runs tailwind-merge on every variant composition and dedupes text--body-sm, text--color-muted, text--weight-normal to a single class — silently dropping the others.

Renaming the block to typography permanently fixes the collision (#​6505, closes #​6497).

Before:

import {Text} from "@​heroui/react";

<Text type="body-sm" color="muted" weight="medium">
  Hello world
</Text>;

After:

import {Typography} from "@&#8203;heroui/react";

<Typography type="body-sm" color="muted" weight="medium">
  Hello world
</Typography>;

What's Changed

New Contributors

Full Changelog: heroui-inc/heroui@v3.0.4...v3.0.5

v3.0.4

Compare Source

What's New

✍️ Text Component

New compound component for semantic typography — Text.Heading, Text.Paragraph, Text.Code, and Text.Prose. Renders the correct HTML element automatically. Ported from HeroUI Pro.

🎨 Docs Theme Selector

Preview any component page in 11 built-in themes — Sky, Lavender, Mint, Netflix, Uber, Spotify, Coinbase, Airbnb, Discord, and Rabbit. Your pick is saved to localStorage.

📐 Border-Radius Design Tokens

All hardcoded border-radius values across 45+ component CSS files now use min() to cap the radius. No more broken visuals with large custom radius themes.

🔲 Table Focus Ring Rework

Focus ring now spans across individual cells using per-cell inset shadows — works correctly with virtualized rows too.

Bug Fixes

  • Checkbox — removed hardcoded accent-hover background from selected/indeterminate state
  • Autocomplete — isDisabled now propagates to Trigger and ClearButton
  • Tooltip — revised padding and switched border-radius to design token
  • Description — removed extra horizontal padding from form field descriptions
  • Theme Builder — fixed swapped accent-foreground values
  • Soft color contrast — darker accent-soft-foreground for light accent themes (Sky, Lavender, Mint), fixing barely-visible text on secondary buttons, chips, and badges

What's Changed

New Contributors

Full Changelog: heroui-inc/heroui@v3.0.3...v3.0.4

v3.0.3

Compare Source

React Aria Components 1.17 with 90% fewer deps, expandable Table rows, useTheme hook, and Apache 2.0 license.
Highlights:

⚡ React Aria Components 1.17 — 90% fewer dependencies, faster installs and builds (#​6433)
🌲 Expandable Table rows — tree-style expand/collapse for file browsers, nested categories & hierarchical data
🎨 New useTheme hook — theme switching for Vite & CRA apps, persists to localStorage, supports system preference (#​6426)
🧩 DOM polymorphic utility — render-prop API to swap host elements (e.g. render a Card as ) (#​6403)
📜 License moved to Apache 2.0 — same permissive freedoms + explicit patent grant, no action needed
🐛 Fix for nested Tabs inheriting parent variant styles

What's Changed

Full release notes: https://heroui.com/docs/releases/v3-0-3

v3.0.2

Compare Source

Bug Fixes

  • Autocomplete: --trigger-width CSS variable on the popover now tracks the trigger element's width via useResizeObserver (#​6374)
  • Drawer: Panel transitions rewritten from Tailwind animate-in/animate-out to native CSS translate transitions for smoother animations (#​6393)
  • InputGroup: Secondary variant focus background triggers only on actual input/textarea focus (#​6362)
  • Tag: CloseButton now has explicit aria-label="Remove tag" for screen readers (#​6341)

Features

  • --backdrop theme variable: New CSS variable for overlay backdrops — Modal, AlertDialog, Drawer now use bg-backdrop instead of hardcoded values (#​6375)

Style Improvements

  • Trigger elements across Popover, Tooltip, Dropdown, Modal, AlertDialog, Drawer, Disclosure now apply inline-block (#​6373)
  • Default arrow SVG for Tooltip + Popover updated to a smoother cubic bezier curve (#​6372)
  • Tag sm and md sizes get increased horizontal padding (#​6315)

Internal

  • Release workflow added with pnpm publish + NPM_TOKEN
  • Replaced changesets with bumpp for version management (#​6354)

Full release notes: https://heroui.com/docs/releases/v3-0-2

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Patch Changes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cranedock
Copy link
Copy Markdown

cranedock Bot commented Mar 21, 2026

The preview deployment for clipify failed. 🔴

Open Build Logs | Open Application Logs

Last updated at: 2026-05-15 20:55:33 CET

@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 20 times, most recently from f6b4659 to 9d64c40 Compare March 31, 2026 09:16
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 3 times, most recently from 615c01b to 71efdef Compare April 3, 2026 16:30
@renovate renovate Bot changed the title ⬆️ Bump @heroui/react to 3.0.1 ⬆️ Bump @heroui/react to 3.0.2 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 3 times, most recently from 757cbd2 to 189a2f2 Compare April 7, 2026 08:28
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 8 times, most recently from 1976ae6 to 3209a44 Compare April 17, 2026 08:42
@renovate renovate Bot changed the title ⬆️ Bump @heroui/react to 3.0.2 ⬆️ Bump @heroui/react to 3.0.3 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 8 times, most recently from 292823e to a60715a Compare April 22, 2026 21:03
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 5 times, most recently from ffeae13 to aada917 Compare April 29, 2026 14:09
@renovate renovate Bot changed the title ⬆️ Bump @heroui/react to 3.0.3 ⬆️ Bump @heroui/react to 3.0.4 May 8, 2026
@renovate renovate Bot force-pushed the renovate/bun/heroui-react-3.x branch 6 times, most recently from b0652c4 to 8742859 Compare May 10, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants