Tags give the ability to mark specific points in history as being important
-
0.6.1
4e2022f7 · ·Development-mode performance and bug fixes ### Vite for Kotlin - 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) ### Dependencies - Replaced `@originjs/vite-plugin-commonjs` with `vite-plugin-commonjs` 0.10.4 (2924ee5b, #57, !113) - `@rollup/plugin-commonjs` 28.0.6 (!113)
-
0.6.0
ce10bd83 · ·Server options and the new documentation website ### Base - Added `server.host` (#59, !108) - Added `server.port` (#59, !108) - Added `server.strictPort` (#59, !108) - Added `server.proxy` (#59, !108) ### Kotlin ### Documentation - Moved the documentation website to [https://vite-kotlin.opensavvy.dev/](https://vite-kotlin.opensavvy.dev/)
-
0.5.4
7a0fde98 · ·New documentation website ### Vite for Gradle - Added the option `publicDir` (!106) ### Vite for Kotlin - The browser can now see the Kotlin source files. This is a first step towards fully-functioning source maps (d70b6314, !106) ### Documentation - Added a new landing page at https://vite-kotlin.opensavvy.dev/docs/ (#54, !105) ### Dependencies - Gradle 8.14.3 support
-
0.3.6
39d22296 · ·Fix MavenCentral publishing ### Base - Removed the resource declaration syntax. Resources will be handled by their own plugin (#20, !42) ### Build and deployment - Fix invalid coordinates when publishing to MavenCentral (!43) ### Dependencies - Kotlin 1.9.21 - OpenSavvy Gradle Conventions 0.3.2
-
0.3.0
fb8f811d · ·Performance improvements and Base separation ### Vite for Kotlin - Compatibility with Configuration On Demand (#26, !25) - Compatibility with Configuration Cache (#26, !25) - Compatibility with Build Cache (#26, #27, !25, !27) ### Base - Create the Base module which creates the tasks but configures nothing, to allow custom builds (#25, !28)
-
0.2.2
6d3c9834 · ·Various bug fixes and documentation improvements ### Vite - Fixed :viteBuild which crashed because Vite wasn't installed (505ba9b7, !23) - Fixed :viteBuild not compiling the project (2b44fef8, !23) - Improved Gradle Configuration Cache compatibility (#24, !23) ### Documentation - Link to the Gradle documentation (64d7ebc0, !21) - Document how to use the plugin (#23, !21) ### Dependencies - Gradle 8.4 (!22)