Tags give the ability to mark specific points in history as being important
-
0.6.3
protectede2249c34 · ·ES6 plugins support, stability and performance improvements ### Base - By default, the Vite configuration file is now called `vite.config.mjs` instead of `vite.config.js`, to allow usage of ES6 plugins (!120) - Do not reload the app when Kotlin files change, wait until the generated JS files change (!121) ### Kotlin - Fixed the exec tasks did not correctly inherit the configuration of the write tasks (01d20eda) - Fixed the source maps were not configured correctly, they now work for the current module (!122) - The Vite working directory is now generated from the compiler output and resources directly, without an intermediary copy (!123)
-
0.6.2
protected32fe2204 · ·Documentation and configuration improvements ### Base - Better code highlighting when declaring plugins (!119) ### Kotlin - The execution tasks (`viteRun` and `viteBuild`) now inherit from the writing tasks (!119) - Test ESM support (!119) - Test ES2015 support (!119) ### Documentation - Added a [Getting started guide](https://vite-kotlin.opensavvy.dev/guides/) (!119) - Added [an article on ESM and its benefits](https://vite-kotlin.opensavvy.dev/guides/esm.html) (!119) - Added [an article on ES2015 and its benefits](https://vite-kotlin.opensavvy.dev/guides/es2015.html) (!119)
-
0.6.1
protected4e2022f7 · ·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
protectedce10bd83 · ·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
protected7a0fde98 · ·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.5.3
protected4a246261 · ·Gradle 8.14 and Kotlin 2.2.0 support ### Deployment - New MavenCentral publishing process with NMCP (!104) ### Dependencies - Gradle 8.14 (6d2bd758) - Kotlin 2.2.0 (1c16386a)
-
0.5.2
protectedac943d21 · ·Kotlin 2.1.20 support ### Kotlin - Support for Kotlin 2.1.20 (#55, !96) - Internal rewrite from explicit dependencies to RequiresNpmDependencies (42309af3)
-
0.5.1
protected69728d01 · ·Vite 6.1 support ### Vite for Kotlin - Vite 6.1.0 by default (b28d5f23, !86) - Rollup CommonJS 28.0.2 (f54e98b4, !86)
-
0.5.0
protecteddcee914f · ·modulePreload and dependency upgrades ### Vite - Support build.modulePreload (!78, thanks @becmer!) ### Dependencies - Kotlin 2.0.20 - Gradle 8.10.2
-
0.4.0
protected822f813d · ·Kotlin 2.0.0 support ### Samples - Removed the TailwindCSS sample (a99e97f5) ### Dependencies - Kotlin 2.0.0 (8b17d5c4)
-
0.3.10
protected5cbdc638 · ·Kotlin 2.0.0-RC1 support ### Dependencies - Kotlin 2.0.0-RC1 (66672126, !62) ### Examples - Bump dependencies (#52, !63)
-
0.3.9
protected208b46bd · ·Publication fixes ### Build and deployment - Fix publishing bug (#44, !54) ### Dependencies - Kotlin 1.9.22
-
0.3.8
protected96e4ddef · ·Dependency upgrades ### Dependencies - Vite 5.0.0 - Rollup CommonJS 25.0.7 ### Build and deployment - Fix publication (#41, !47)
-
0.3.6
protected39d22296 · ·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.5
protected85a1e6da · ·Dependency updates ### Dependencies - OpenSavvy Gradle Conventions 0.3.2 (!39, !40) - Kotlin 1.9.21 (!40) ### Build and deployment - The documentation will now be published to MavenCentral (!40)
-
0.3.4
protected731424fa · ·Java 11 support ### Build and deployment - Java 11 support (#36, !37) ### Documentation - Fixed broken links in the README (!36)
-
0.3.3
protectedc90b249e · ·Extended compatibility, project restructuration ### Documentation - Example usage for all plugins (#29, !32) - Fixed links after the project was moved to OpenSavvy/Automation (#35, !34) ### Build and deployment - Java 8 support (#32, !33) - Windows support (#31, !31)
-
0.3.2
protected22218f07 · ·Change the default base path for easier CI configuration