0.9.3 - 2024-10-23
- No longer try to remove
/* */
comments from thetsconfig.json
/jsconfig.json
files as they can break parsing (#66)
- [Vue] Fix parsing of
tsconfig.app.json
files (#66)
0.9.2 - 2024-09-24
- Add support for Deno 2 for installing dependencies
0.9.1 - 2024-09-14
- Fix a crash when not using TypeScript in a Svelte project (#62)
0.9.0 - 2024-08-01
- 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)
- Drop support for 2021.3, 2022.1 and 2022.2 IDEs (#55)
0.8.5 - 2024-06-22
- Fix additional dependencies installation not working with yarn (#51) (thanks @shimizu-izumi!)
0.8.4 - 2024-06-20
- Temporarily reduce back bundle size by removing unused dependencies
- Fix a crash due to an edge case with tsconfig.json files with JSON5 patterns (#48)
0.8.3 - 2024-06-17
- Add support for
tsconfig.json
/jsconfig.json
files with JSON5 features (#32, #45)
0.8.2 - 2024-06-03
- Fix another regression with imports replacement, improve its overall accuracy
0.8.1 - 2024-05-20
- Fix a regression with imports replacement
0.8.0 - 2024-05-20
- Entirely rewrite the Tailwind classes replacement engine to be more accurate and faster
- Overhaul support for Solid as both implementations diverged from shadcn/ui
- Improve crash reporter to include more relevant information
- Fix a potential crash with 2024.1+ IDEs
- Fix JS users with Vue getting notified too often about the unavailability of the JS option
0.7.7 - 2024-03-29
- Improve HTTP client for safer usage and better performance
- Fix a crash when sending a notification (#30)
0.7.6 - 2024-03-24
- Fix a crash when opening the tool window multiple times within a non-shadcn/ui project (#26)
0.7.5 - 2024-03-20
- Fix deprecated component alert always displaying
- Fix imports replacement with new shadcn-svelte formats
0.7.4 - 2024-03-17
- Fix error logging throwing crashes
0.7.3 - 2024-03-02
- [Svelte/Vue] Notify when an updated component no longer uses some installed files, allowing to remove them
- [Svelte] Add support for the TypeScript option
- Allow to remove installed dependencies when they are no longer used by any component
- Fix a freeze when executing commands on macOS/Linux
- Improve performance and stability
0.7.2 - 2024-02-16
- Fix a conflict with my other plugin,
npm-update-dependencies
0.7.1 - 2024-02-11
- Add support for solid-ui.com
- Add error reporter on crash
- Add support for non-SvelteKit Svelte projects
- Improve tool window appearance
- Improve implementation detection accuracy
0.7.0 - 2024-01-09
- Initial release