Skip to content

Releases: WarningImHack3r/intellij-shadcn-plugin

0.9.7

25 Aug 21:42
39c2035

Choose a tag to compare

Fixed

  • [Svelte] Fix invalid imports for added or updated components
  • [Svelte] Add support for custom registry

0.9.6

23 Aug 22:08
4535ad1

Choose a tag to compare

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
6fe869a

Choose a tag to compare

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
fe153cc

Choose a tag to compare

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
29e4726

Choose a tag to compare

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
3b6efaa

Choose a tag to compare

Added

  • Add support for Deno 2 for installing dependencies

v0.9.1

14 Sep 18:06
16bef6c

Choose a tag to compare

Fixed

  • Fix a crash when not using TypeScript in a Svelte project (#62)

v0.9.0

01 Aug 17:48
0ded6cf

Choose a tag to compare

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
b794141

Choose a tag to compare

Fixed

  • Fix additional dependencies installation not working with yarn (#51) (thanks @shimizu-izumi!)

v0.8.4

20 Jun 22:40
20e620b

Choose a tag to compare

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)