Update dependency @nextui-org/react to v1.0.0-beta.9-dbg2#2
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @nextui-org/react to v1.0.0-beta.9-dbg2#2renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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:
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 https://github.com/nextui-org/nextui/pull/678onCloseandonOpenChangeevents by @tianenpang in https://github.com/nextui-org/nextui/pull/946⚙️ Refactors
📚 Docs
isExternalin link component by @yuriwithowsky in https://github.com/nextui-org/nextui/pull/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: 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.
This PR has been generated by Mend Renovate. View repository job log here.