Skip to content
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

Update to shadcn CLI 2.0 #61

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Update to shadcn CLI 2.0 #61

wants to merge 8 commits into from

Conversation

WarningImHack3r
Copy link
Owner

@WarningImHack3r WarningImHack3r commented Aug 31, 2024

Fixes #60.

Shadcn just released his 2.0 CLI, which adds a bunch of new features, mainly new ways of installing things and more things to install.

As a result, the components.json schema has been updated and the plugin is incompatible with it.

This PR aims to bridge the introduced gap by achieving feature parity without breaking other shadcn/ui implementations.

TODO list

This list will be updated as I uncover more details about what's changed and what I actually need to implement among all the changes. Shad isn’t known for his extensive technical changelogs and PR descriptions, so that might be a hard task, and I might miss some of them; let me know if that's the case!

  • Update the React configuration to support new aliases (hooks and lib)
  • Add a way to install through the "Add a component" section's search bar

    ...hooks, utils, themes, animations, routes and complex blocks with multi-file components...

  • Update Tailwind config per-component
  • Bump version, update changelog, and release

List still in progress

@WarningImHack3r WarningImHack3r self-assigned this Aug 31, 2024
Copy link
Contributor

github-actions bot commented Aug 31, 2024

Qodana Community for JVM

1 new problem were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.1.9
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

- Fix wrong tsconfig being resolved when having typescript to false with Svelte (fixes #62)
- Upgrade Gradle and dependencies
Copy link
Contributor

github-actions bot commented Sep 24, 2024

Qodana Community for JVM

1 new problem were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.2.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support CLI 2.0
1 participant