Skip to content

Releases: WarningImHack3r/intellij-shadcn-plugin

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

v0.8.0

20 May 14:09
9ddf12d
Compare
Choose a tag to compare

Changed

  • Entirely rewrite the Tailwind classes replacement engine to be more accurate and faster
    • Consequently, the plugin now depends on Svelte & Vue extensions and only works on WebStorm or IntelliJ IDEA Ultimate
  • Overhaul support for Solid as both implementations diverged from shadcn/ui
  • Improve crash reporter to include more relevant information

Fixed

  • Fix a potential crash with 2024.1+ IDEs
  • Fix JS users with Vue getting notified too often about the unavailability of the JS option