dependabot[bot]
321ceaf1c4
chore(deps): bump next from 16.0.7 to 16.0.9 in /templates/monorepo-next ( #9014 )
...
Bumps [next](https://github.com/vercel/next.js ) from 16.0.7 to 16.0.9.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v16.0.7...v16.0.9 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.0.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 17:39:03 +04:00
vercel[bot]
32a972f4ce
Fix React Server Components CVE vulnerabilities ( #9016 )
...
Updated dependencies to fix Next.js and React CVE vulnerabilities.
The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel
- react-server-dom-turbopack
All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-12 08:37:44 +04:00
shadcn
bdedce2750
feat: add start-app ( #8992 )
2025-12-09 01:54:22 +04:00
shadcn
8ba883738e
chore: update monorepo-next
2025-12-09 00:31:33 +04:00
shadcn
b022c24825
chore: remove pnpm lock file
2025-12-09 00:27:17 +04:00
shadcn
3587477865
feat: add vite-app template ( #8989 )
2025-12-08 23:03:13 +04:00
Anthony Shew
dd2d8d7ead
fix: dependencies for Bun in monorepo-next ( #8791 )
2025-11-13 09:42:31 +04:00
shadcn
469250115f
feat: update dependencies in monorepo ( #7956 )
2025-08-06 15:03:28 +04:00
Gaëtan H
8847126c65
chore(vscode): set custom Tailwind config path for monorepo UI ( #7618 )
...
Co-authored-by: shadcn <m@shadcn.com >
2025-06-16 15:18:27 +04:00
dependabot[bot]
d4247d52da
chore(deps): bump next from 15.2.0 to 15.2.3 in /templates/monorepo-next ( #7041 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.2.0 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-27 17:50:22 +04:00
shadcn
205bfc637e
feat(shadcn): replace tailwindcss-animate with tw-animate-css ( #6968 )
...
* feat(shadcn): replace tailwindcss-animate with tw-animate-css
* chore: changeset
2025-03-19 10:57:10 +04:00
Kaikai
a3fe5074c1
feat(monorepo): use tailwindcss v4 in monorepo example ( #6724 )
...
* 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 <m@shadcn.com >
2025-03-05 12:07:50 +04:00
Pavi
57d15bb2d5
fix(docs): update monorepo docs ( #6647 )
...
This pull request includes a small change to the `templates/monorepo-next/README.md` file. The change corrects the import path for the `Button` component to reflect the correct directory structure.
* [`templates/monorepo-next/README.md`](diffhunk://#diff-4f9dc7da681b34ccf99bccdcb804625f61e47afc70a483548b3ae093b564e072L30-R30): Updated the import path for the `Button` component to `@workspace/ui/components/button`.
2025-02-23 07:35:26 +00:00
shadcn
811bb59a8f
feat(shadcn): monorepo support ( #6104 )
2024-12-20 19:07:17 +04:00
shadcn
93ae8bd67f
chore: deprecate next-template ( #5478 )
...
* chore: deprecate next-template
* chore: tests
2024-10-21 11:40:54 +04:00
shadcn
650b3b9bda
chore(www): switch to contentlayer2 ( #4292 )
...
* chore(www): switch to contentlayer2
* chore: rebuild registry
* fix: build
2024-07-15 12:18:58 +04:00
shadcn
4ac9db98fe
Charts ( #4181 )
2024-07-06 02:06:40 +04:00
shadcn
79c054ac7a
feat: blocks ( #3094 )
2024-03-22 21:39:33 +04:00
shadcn
57d404b5d3
feat: new components ( #2144 )
2023-12-22 23:36:59 +04:00
Akshay Sharma
5cadc5e983
fix(www): update twitter icon to X ( #1551 )
...
* refactor(icon.tsx): twitter icon updated to latest version X icon
* refactor(icon.tsx): twitter icon updated to latest version X icon
* refactor(icons.tsx): added the same changes to the icon for X twitter icon
* refactor(icons.tsx): change the formating of the code
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-10-21 18:03:31 +04:00
Olle Månsson
648ddde3a2
Fix support rule in site-header.tsx ( #1628 )
...
Fixes https://github.com/shadcn-ui/ui/issues/1627 if that is desired.
2023-10-19 18:10:45 +00:00
Luka Hartwig
4ec8a67dab
Support tailwind.config.ts ( #1247 )
...
Fixes #659
Fixes #633
Create Next App is using `tailwind.config.ts` in the TypeScript template. Since this is a very common use case it would be nice to preserve the type safety of the file.
I added new templates for TypeScript files. I see there is an issue #1073 which asks for ESM support as well. This is not included in this PR.
I also fixed the type error in the keyframes that is also handled in #636
2023-10-19 17:44:11 +00:00
vinay
3210bed755
fix(next-template): remove experimental appdir ( #979 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-01 19:21:18 +04:00
shadcn
54b1f5b661
feat: update next-template
2023-07-05 23:00:03 +04:00
shadcn
eeb17545a1
feat: new CLI, Styles and more ( #637 )
2023-06-22 22:44:52 +04:00
shadcn
eb27529f50
feat(next-template): update template and dependencies ( #483 )
...
* feat(next-template): update template and deps
* docs(next-template): update README
* fix(www): update deps
* chore: remove console.log
2023-05-29 11:02:02 +04:00
Brad Adams
d6d4017b95
fix: tailwind-indicator classnames ( #453 )
...
+ Remove unnecessary `hidden` breakpoint classnames
Co-authored-by: shadcn <m@shadcn.com >
2023-05-25 21:05:41 +04:00
Bilal Afzal
4a7c07e754
fix(next-template): remove unused import Laptop in icons.tsx ( #310 )
...
Remove unused import 'Laptop' in icons.tsx (nextjs-example)
Co-authored-by: shadcn <m@shadcn.com >
2023-05-10 21:48:46 +04:00
Danazumi
0c31f60bb0
fix(next-template): strict type check
...
Co-authored-by: Danazumi <granzin98@gmail.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-05-03 18:47:49 +04:00
shadcn
68e1c5624a
chore(www): update deps and fix CI errors ( #204 )
2023-04-19 13:22:53 +04:00
shadcn
a703c6fb58
feat: CSS variables and CLI ( #180 )
2023-04-17 19:19:40 +04:00
shadcn
3819f07d9d
chore: update template
2023-04-06 12:19:55 +04:00
Luke McDonald
d6933321dc
fix: remove extra curly brace in style element ( #146 )
2023-04-01 07:52:48 +04:00
shadcn
b043cf7f8c
chore: update template
2023-03-02 15:17:11 +04:00
shadcn
27c25bbf7e
fix(next-template): add missing use-toast hook
2023-02-19 12:46:07 +04:00
shadcn
6da17138a6
feat(next-template): update to latest components
2023-02-19 10:26:04 +04:00
Pavlo
470ce96e2d
feat(www): make icon reflect theme setting ( #92 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-02-19 10:17:11 +04:00
Pedro Filho
6e93b93922
fix(button): a11y issue with "danger" button ( #79 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-02-19 10:11:08 +04:00
gregonarash
3e4a6af3d5
fix(button): add scale down on press/tap ( #87 )
2023-02-16 12:39:00 +04:00
shadcn
19813d25d6
ci: add code-check workflow ( #71 )
2023-02-10 11:15:33 +04:00
Theodorus Clarence
e246a11c5c
fix(popover): add animation for left and right side
2023-02-10 09:56:38 +04:00
Lucas Thevenet Cervantes
d3153b66f7
fix(slider): value prop not being passed
2023-02-05 10:41:00 +04:00
kevinmitch14
b521db3abd
fix(dropdown-menu): text and border colors
2023-01-31 10:29:45 +04:00
shadcn
2420618bbd
chore: update template
2023-01-29 21:32:02 +04:00
shadcn
53494e73c5
Merge branch 'main' into Andersgee/main
2023-01-29 13:56:41 +04:00
shadcn
e03e004d9a
chore: update next and next/font
2023-01-29 13:36:06 +04:00
Anurag Banerjee
ba6ade7ec2
fix: fill the default logo svg with currentColor ( #20 )
2023-01-27 19:42:21 +04:00
Doğukan Çavuş
636c7afa00
fix: add display: 'swap' for fonts ( #21 )
2023-01-27 12:50:01 +04:00
Emiliano Córdoba
f4b9344786
fix: minor typos ( #2 )
2023-01-26 20:29:49 +04:00
andy
29c06ec4d6
export TooltipProvider
2023-01-26 12:36:45 +01:00