Skip to content

Releases: WarningImHack3r/intellij-shadcn-plugin

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

v0.7.7

29 Mar 23:19
4d0be23
Compare
Choose a tag to compare

Changed

  • Improve HTTP client for safer usage and better performance

Fixed

  • Fix a crash when sending a notification (#30)

v0.7.6

24 Mar 13:25
bd05c4f
Compare
Choose a tag to compare

Fixed

  • Fix a crash when opening the tool window multiple times within a non-shadcn/ui project (#26)

v0.7.5

20 Mar 22:41
6e09bc9
Compare
Choose a tag to compare

Fixed

  • Fix deprecated component alert always displaying
  • Fix imports replacement with new shadcn-svelte formats

v0.7.4

17 Mar 20:27
9ef5e6f
Compare
Choose a tag to compare

Fixed

  • Fix error logging throwing crashes