Releases: digikid/vite-vue-project
Releases · digikid/vite-vue-project
1.1.2
Updates
- Move typing files to
src
folder - Update configuration files
- All dependencies updated to their latest versions
Remove
- line-clamp plugin (deprecated in Tailwind v3.3)
- vite-tsconfig-paths package
1.1.1
1.1.0
Updates
- All dependencies updated to their latest versions
Bug Fixes
- Fixed ESLint parsing error caused incorrect js files linting
- Downgrading ESLint because their latest version causes an error in IntelliJ IDE
1.0.3
1.0.2
Updates
- All type definitions moved to
typings
folder - Added path alias for
typings
- Updated ESLint config for better TS linting
Bug Fixes
- Fixed ESLint no-undef error in
.vue
files - Removed unused path aliases from
tsconfig.json