Releases: WarningImHack3r/intellij-shadcn-plugin
Releases · WarningImHack3r/intellij-shadcn-plugin
0.10.0
Fixed
- [Svelte/React] Fix "Manage components" panel loading forever and Add component crashing on 2025.2+ (#96, #105)
- [Solid] Fix invalid aliases handling from the config
- Fix "command not found" errors on non-Windows systems
- Refactor the command execution module to avoid false positives (successes when they actually failed)
Removed
- Drop support for 2022.3, 2023 & 2024.1 IDEs (#105)
0.9.7
Fixed
- [Svelte] Fix invalid imports for added or updated components
- [Svelte] Add support for custom registry
0.9.6
Fixed
- Fix components installation/update for React, Svelte & Vue crashing (0.9.5 regression)
- Improve management of components' required dependencies
- [Vue] Improve
tsconfig.json/jsconfig.jsonresolution - Change source resolution algorithm, reducing incompatibilities with "Multiple projects detected" (#87)
0.9.5
v0.9.4
Changed
- [React] Update config to support new values (#71)
- Don't fail anymore when parsing a
components.json/ui.config.jsonthat has unknown additional keys (#72)- This prevents the plugin from failing to work with newer shadcn upgrades that the plugin doesn't support yet
- Some new features may not yet be implemented though, new features still require a plugin upgrade but won't prevent the plugin from working as before
Thanks to @thelooter for their help!
v0.9.3
v0.9.2
Added
- Add support for Deno 2 for installing dependencies
v0.9.1
v0.9.0
v0.8.5
Fixed
- Fix additional dependencies installation not working with yarn (#51) (thanks @shimizu-izumi!)