Skip to content

Releases: WarningImHack3r/intellij-shadcn-plugin

v0.9.4

01 Jan 20:08
fe153cc
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Add support for Deno 2 for installing dependencies

v0.9.1

14 Sep 18:06
16bef6c
Compare
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
Compare
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
Compare
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
Compare
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)

v0.8.3

17 Jun 21:52
28ea039
Compare
Choose a tag to compare

Added

  • Add support for tsconfig.json/jsconfig.json files with JSON5 features (#32, #45)

v0.8.2

03 Jun 22:08
2943fcf
Compare
Choose a tag to compare

Fixed

  • Fix another regression with imports replacement, improve its overall accuracy

v0.8.1

20 May 17:23
cd312d0
Compare
Choose a tag to compare

Fixed

  • Fix a regression with imports replacement