- Better code highlighting when declaring plugins (!119)
- The execution tasks (
viteRun
and viteBuild
) now inherit from the writing tasks (!119)
- Test ESM support (!119)
- Test ES2015 support (!119)
- 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)