This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Update dependency @nextui-org/react to v1.0.0-beta.9-dbg2#1383
Closed
renovate[bot] wants to merge 1 commit intov5from
Closed
Update dependency @nextui-org/react to v1.0.0-beta.9-dbg2#1383renovate[bot] wants to merge 1 commit intov5from
renovate[bot] wants to merge 1 commit intov5from
Conversation
| "@mui/icons-material": "^5.8.4", | ||
| "@mui/material": "^5.8.4", | ||
| "@nextui-org/react": "1.0.0-beta.9", | ||
| "@nextui-org/react": "1.0.0-beta.9-dbg2", |
There was a problem hiding this comment.
🔴 Production dependency pinned to a debug build of @nextui-org/react
The @nextui-org/react dependency is changed from 1.0.0-beta.9 (a standard prerelease) to 1.0.0-beta.9-dbg2 (a debug build). Debug builds are typically published for internal testing by library maintainers and may include extra logging, unoptimized code, or experimental patches not intended for consumer use. This could introduce unexpected behavior, performance degradation, or instability in the dashboard. The dependency should remain on the standard 1.0.0-beta.9 release (or be upgraded to a newer stable/beta version).
Suggested change
| "@nextui-org/react": "1.0.0-beta.9-dbg2", | |
| "@nextui-org/react": "1.0.0-beta.9", |
Was this helpful? React with 👍 or 👎 to provide feedback.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
1.0.0-beta.9→1.0.0-beta.9-dbg2Release Notes
nextui-org/nextui (@nextui-org/react)
v1.0.0-beta.9-dbg2Compare Source
v1.0.0-beta.9-dbg1Compare Source
v1.0.0-beta.11-dbg1Compare Source
v1.0.0-beta.13Compare Source
v1.0.0-beta.12Compare Source
What's Changed
🐛 Fixes
Closes #649 PR: #965 (Dropdown trigger issue on mobile 🚨)
Closes #969 PR: #965 (Dropdown trigger issue on mobile 🚨)
Closes #920 PR: #923
Closes #958 PR: #961
🚀 Features
PR: #934 Focus indicator added to shadow buttons
⚙️ Refactors
PR: #966
New Contributors
Full Changelog: heroui-inc/heroui@v1.0.0-beta.11...v1.0.0-beta.12
v1.0.0-beta.11Compare Source
What's Changed
🐛 Fixes
<Input/>autofill highlighting. by @psyirius in #678onCloseandonOpenChangeevents by @tianenpang in #946⚙️ Refactors
📚 Docs
isExternalin link component by @yuriwithowsky in #801📦 Repo
New Contributors
Full Changelog: heroui-inc/heroui@v1.0.0-beta.10...v1.0.0-beta.11
v1.0.0-beta.10Compare Source
What's Changed
🚀 Features
sizesandfontSizes#558 by @jrgarciadev🐛 Fixes
⚙️ Refactors
📚 Docs
📦 Repo
🚀 New behavior
Typography units changes:
2xl...9xl,min: "min-content",max: "max-content",fit: "fit-content",screen: "100vw",full: "100%"Textcomponent now supports any value fromfontSizes(e.g. "3xl") theme in addition tonumber(e.g. 14) andstring(e.g. "20px")e.g.
Breakpoints Media
export const media = { xs: `(min-width: ${defaultTokens.breakpoints.xs})`, sm: `(min-width: ${defaultTokens.breakpoints.sm})`, md: `(min-width: ${defaultTokens.breakpoints.md})`, lg: `(min-width: ${defaultTokens.breakpoints.lg})`, xl: `(min-width: ${defaultTokens.breakpoints.xl})`, + xsMin: `(min-width: ${defaultTokens.breakpoints.xs})`, + smMin: `(min-width: ${defaultTokens.breakpoints.sm})`, + mdMin: `(min-width: ${defaultTokens.breakpoints.md})`, + lgMin: `(min-width: ${defaultTokens.breakpoints.lg})`, + xlMin: `(min-width: ${defaultTokens.breakpoints.xl})`, xsMax: `(max-width: ${defaultTokens.breakpoints.xs})`, smMax: `(max-width: ${defaultTokens.breakpoints.sm})`, mdMax: `(max-width: ${defaultTokens.breakpoints.md})`, lgMax: `(max-width: ${defaultTokens.breakpoints.lg})`, xlMax: `(max-width: ${defaultTokens.breakpoints.xl})`, motion: '(prefers-reduced-motion)', safari: 'not all and (min-resolution:.001dpcm)', hover: '(any-hover: hover)', dark: '(prefers-color-scheme: dark)', light: '(prefers-color-scheme: light)' };e.g.
Dropdown API
disableTriggerPressedAnimationprop added to theDropdown- Whether the trigger should show a pressed animation when the menu is open.showFullDescriptionprop added to theDropdown.Item- Whether the item description should be truncated or not.Text API
hideInprop added - Whether the Text should be hidden from selected breakpoint.showInprop added - Whether the Text should be visible only from the selected breakpoint.💣 Breaking changes:
Link API
iconisExternalThe margin of some HTML primitives has been removed from the
CssBaselineTypography units changes:
fontSizeswere renamed fromxl2...xl9to2xl...9xllineHeightswere renamed fromxl2...xl9to2xl...9xlNew Contributors
Huge thanks to all contributors 🙏🏻
Full Changelog: heroui-inc/heroui@v1.0.0-beta.9...v1.0.0-beta.10
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.