- Fixed "Maximum call stack exceeded" on large projects (#57, !113)
- Vite now only reloads changed files in development mode, instead of always reloading all files (#63, !116)
- Replaced
@originjs/vite-plugin-commonjs with vite-plugin-commonjs 0.10.4 (2924ee5b, #57, !113)
@rollup/plugin-commonjs 28.0.6 (!113)
- Added the option
publicDir (!106)
- The browser can now see the Kotlin source files. This is a first step towards fully-functioning source maps (d70b6314, !106)
- Added a new landing page at https://vite-kotlin.opensavvy.dev/docs/ (#54, !105)
- New MavenCentral publishing process with NMCP (!104)
- Support for Kotlin 2.1.20 (#55, !96)
- Internal rewrite from explicit dependencies to RequiresNpmDependencies (42309af3)
- Support build.modulePreload (!78, thanks @becmer!)
- Kotlin 2.0.20
- Gradle 8.10.2
- Removed the TailwindCSS sample (a99e97f5)