forked from shadcn-ui/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
dillion/fumadocs type fix #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
…shadcn-ui#6811) * feat(shadcn): install routes for next-pages, laravel and react-router * chore: changeset
* fix(shadcn): do not add ring if tailwind v3 * chore: changeset * test(shadcn): update snapshots
Co-authored-by: shadcn <[email protected]>
…ocs for next (shadcn-ui#5879) Users have repeatedly run into hydration errors because they don't read the next-themes readme and don't pay attention to the shadcn/ui docs and miss that the `suppressHydrationWarning` prop must be added. This commit mentions this explicitly and highlights the line in the snippet (as well as fixing the previously wrong highlighting).
…hadcn-ui#6782) * fix(sidebar, sidebar-16): 6651 - Resolve unnecessary vertical scroll Includes "label" in registry dependencies for sidebar-16 components. Adjusts sidebar and sidebar inset dimensions to eliminate unwanted scroll behavior. Fixes shadcn-ui#6651 * chore: build registry * Add label component to registry and adjust sidebar styles Adds 'label' component to the registry. Corrects sidebar styles and layout for better responsiveness. * fix(sidebar-09): Add missing Label component dependency Ensures the Label component is included in the registry dependencies for sidebar-09 to prevent missing component errors. --------- Co-authored-by: shadcn <[email protected]>
…ges (shadcn-ui#6813) Co-authored-by: shadcn <[email protected]>
…ed classes (shadcn-ui#6827) * fix(navigation-menu): 6825 - Update open state styles and remove unused classes Adjusts navigation menu trigger open styles to apply opacity /50 only when not hover/focused. Removes unused data-[active] and data-[active=true] classes. Fixes shadcn-ui#6825 * Adds data-[active=true] back to NavigationMenuLink component. Includes text color changes for open/active states to improve UI consistency. * v3 registry * v4 registry
* feat(www): site updates * fix: lint * docs: add tailwind notice
* feat(v4): add combobox with checkbox example * fix: remove unused checkbox * fix: rounded
* feat(monorepo): use tailwindcss v4 in monorepo example * feat(shadcn): add monorepo tailwind detection * feat: update default monorepo template * fix: minor fixes * chore(shadcn): changeset * docs(www): update monorepo docs * docs: updates --------- Co-authored-by: shadcn <[email protected]>
* feat(shadcn): add --template flag * chore: changeset * fix: type
* use type import in react-hook-form * fix(form): fix type and rebuild registry --------- Co-authored-by: shadcn <[email protected]>
…adcn-ui#6679) * fix(dropdown-menu): make dropdown content scrollable if height is limited Dropdown menu content now becomes scrollable when the browser window height is too small to display the full menu. This improves usability on smaller screens. Radix also supports the same behavior with other components. I will also submit a PR for the other components separately. * chore: build registry --------- Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
…i#6841) * Add dependency to badge registry entry Added @radix-ui/react-slot as a dependency for the badge component in the registry. This ensures proper functionality and resolves potential missing dependency issues. - Updated the "badge" registry entry by including "@radix-ui/react-slot" in its dependencies list. - Fixed the missing newline at the end of the file for better formatting. * Revert "Add dependency to badge registry entry" This reverts commit d12ddaa. * Add Radix slot dependency to badge registry entry Included @radix-ui/react-slot as a dependency for the badge component in the registry. This change ensures the component functions as intended and avoids potential runtime errors. - Updated "badge" registry entry dependencies list. - Fixed formatting by adding a missing newline at the file end. --------- Co-authored-by: shadcn <[email protected]>
Fixed a small typo in the site-header.tsx
…hadcn-ui#6682) * fix(context-menu): make context menu scrollable if height is limited Context menu content now becomes scrollable when the browser window height is too small to display the full menu. This improves usability on smaller screens. Radix also supports the same behavior for other components. I will also submit PRs for the other components separately. Added the following properties to the Context Menu Content component: - `max-h-[--radix-context-menu-content-available-height]` - `overflow-y-auto` & `overflow-x-hidden` instead of `overflow-hidden` (existed before) * fix(v4): context menu --------- Co-authored-by: shadcn <[email protected]>
…dcn-ui#6681) * fix(select): make select content scrollable if height is limited Select content now becomes scrollable when the browser window height is too small to display the full menu. This improves usability on smaller screens. Radix also supports the same behavior for other components. I will also submit PRs for the other components separately. Added the following properties to the Select Content component: - `max-h-[--radix-select-content-available-height]` - `overflow-y-auto` & `overflow-x-hidden` instead of `overflow-hidden` (existed before) * fix(select): make select content scrollable if height is limited Select content now becomes scrollable when the browser window height is too small to display the full menu. This improves usability on smaller screens. Radix also supports the same behavior for other components. I will also submit PRs for the other components separately. Added the following properties to the Select Content component: - `max-h-[--radix-select-content-available-height]` - `overflow-y-auto` & `overflow-x-hidden` instead of `overflow-hidden` (existed before) --------- Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
* feat: add @skiper-ui to trusted registries * Fix URL for @skiper-ui registry --------- Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
* feat: add @retroui in trusted registries * merge conflict resolve
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
I am attempting to add the [Web Dev Simplified Shadcn Registry](https://wds-shadcn-registry.netlify.app) as an indexed registry.
* feat(charts): support legend and tooltip type none * fix: format * chore: run registry:build --------- Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
* feat: add getRegistriesIndex * chore: changeset * fix: formatting
* fix(shadcn): fix async imports not being transformed when installing components * fix(shadcn): improve performance * test(shadcn): add tests for transform import * test: update timeout --------- Co-authored-by: shadcn <[email protected]>
* feat(shadcn): fix transformCssVars function * test(shadcn): update snapshots * chore: add changeset --------- Co-authored-by: shadcn <[email protected]>
* chore(release): version packages * chore(release): version packages * ci: deps --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shadcn <[email protected]>
* fix(shadcn): deps in cts projects * fix: deps * chore: add changelog
* chore(release): version packages * chore: deps --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shadcn <[email protected]>
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.
--alloption to add command in cli docs shadcn-ui/ui#5591)@antfu/nito v23.2.0 (chore(deps): Upgrade@antfu/nito v23.2.0 shadcn-ui/ui#6414)SidebarContext->SidebarContextProps(fix(sidebar): update typeSidebarContext->SidebarContextPropsshadcn-ui/ui#6926)npm:specifier when install dependencies with Deno (fix: Addnpm:specifier when install dependencies with Deno shadcn-ui/ui#6899)