⬆️ Bump @heroui/react to 3.0.5#197
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The preview deployment for clipify failed. 🔴 Open Build Logs | Open Application Logs Last updated at: 2026-05-15 20:55:33 CET |
f6b4659 to
9d64c40
Compare
615c01b to
71efdef
Compare
757cbd2 to
189a2f2
Compare
1976ae6 to
3209a44
Compare
292823e to
a60715a
Compare
ffeae13 to
aada917
Compare
b0652c4 to
8742859
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.8.10→^3.0.5Release Notes
heroui-inc/heroui (@heroui/react)
v3.0.5Compare Source
Text→TypographyThe component shipped in v3.0.4 used
text-*BEM modifiers, which collide with Tailwind'stext-*utility family.tailwind-variantsrunstailwind-mergeon every variant composition and dedupestext--body-sm,text--color-muted,text--weight-normalto a single class — silently dropping the others.Renaming the block to
typographypermanently fixes the collision (#6505, closes #6497).Before:
After:
What's Changed
New Contributors
Full Changelog: heroui-inc/heroui@v3.0.4...v3.0.5
v3.0.4Compare 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
What's Changed
New Contributors
Full Changelog: heroui-inc/heroui@v3.0.3...v3.0.4
v3.0.3Compare 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.2Compare Source
Bug Fixes
--trigger-widthCSS variable on the popover now tracks the trigger element's width viauseResizeObserver(#6374)animate-in/animate-outto native CSStranslatetransitions for smoother animations (#6393)CloseButtonnow has explicitaria-label="Remove tag"for screen readers (#6341)Features
--backdroptheme variable: New CSS variable for overlay backdrops — Modal, AlertDialog, Drawer now usebg-backdropinstead of hardcoded values (#6375)Style Improvements
inline-block(#6373)smandmdsizes get increased horizontal padding (#6315)Internal
pnpm publish+NPM_TOKENFull release notes: https://heroui.com/docs/releases/v3-0-2
v3.0.1Compare Source
Patch Changes
README updated
Updated dependencies []:
v3.0.0Compare Source
Patch Changes
v3.0.0
b2b1912Thanks @jrgarciadev! - Types fixed and removed needless folders from distUpdated dependencies []:
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.