Releases: WarningImHack3r/intellij-shadcn-plugin
Releases · WarningImHack3r/intellij-shadcn-plugin
0.9.7
25 Aug 21:42
Compare
Sorry, something went wrong.
No results found
Fixed
[Svelte] Fix invalid imports for added or updated components
[Svelte] Add support for custom registry
0.9.6
23 Aug 22:08
Compare
Sorry, something went wrong.
No results found
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.json resolution
Change source resolution algorithm, reducing incompatibilities with "Multiple projects detected" (#87 )
0.9.5
19 Aug 18:12
Compare
Sorry, something went wrong.
No results found
Fixed
Fix compatibility with the newest versions of the registries and configuration files across all the implementations (#79 , #85 , #87 )
v0.9.4
01 Jan 20:08
Compare
Sorry, something went wrong.
No results found
Changed
[React] Update config to support new values (#71 )
Don't fail anymore when parsing a components.json/ui.config.json that 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
23 Oct 21:06
Compare
Sorry, something went wrong.
No results found
Changed
No longer try to remove /* */ comments from the tsconfig.json/jsconfig.json files as they can break parsing (#66 )
Fixed
[Vue] Fix parsing of tsconfig.app.json files (#66 )
v0.9.2
24 Sep 21:39
Compare
Sorry, something went wrong.
No results found
Added
Add support for Deno 2 for installing dependencies
v0.9.1
14 Sep 18:06
Compare
Sorry, something went wrong.
No results found
Fixed
Fix a crash when not using TypeScript in a Svelte project (#62 )
v0.9.0
01 Aug 17:48
Compare
Sorry, something went wrong.
No results found
Added
Add a notification when component dependencies fail to install or uninstall
Add a dependency to the Webpack extension due to the newer Vue extension (#55 )
Removed
Drop support for 2021.3, 2022.1 and 2022.2 IDEs (#55 )
v0.8.5
22 Jun 19:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fix additional dependencies installation not working with yarn (#51 ) (thanks @shimizu-izumi !)
v0.8.4
20 Jun 22:40
Compare
Sorry, something went wrong.
No results found
Changed
Temporarily reduce back bundle size by removing unused dependencies
Fixed
Fix a crash due to an edge case with tsconfig.json files with JSON5 patterns (#48 )