All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-10-25
Added:
- [BREAKING] Svelte 5 support (@skryukov)
- The
--framework=svelte
option now installs Svelte 5 - New
--framework=svelte4
option installs Svelte 4 - Support for Svelte 5 in the installation generator
- Support for Svelte 5 in the scaffold templates
- The
0.2.2 - 2024-10-09
Added:
-
TypeScript support for the installation generator (@skryukov) Note that it doesn't include scaffold templates yet.
-
New
--inertia-version
option for the installation generator (@skryukov) This allows you to specify the Inertia.js version to install. -
Support
tailwind.config.ts
for Tailwind CSS template guessing (@Shaglock)
Fixed:
- Correct examples for default layouts in inertia entrypoints (@skryukov)
- Inertia attribute added to the head tag in the layout for vue (@skryukov)
- Remove duplicate
vite_stylesheet_tag
when Tailwind CSS is installed (@skryukov)
0.2.1 - 2024-08-11
Added:
- Support
pnpm
package manager (@skryukov) - New
--verbose
option for the installation generator (@skryukov)
Fixed:
- Support installation alongside Webpacker (@skryukov)
0.2.0 - 2024-08-10
Added:
- Improve installation generator (@skryukov)
- option to install Vite Rails gem (
--install-vite
) - option to install Tailwind CSS (
--install-tailwind
) - option to install without interactivity (
--no-interaction
&--framework=react|vue|svelte
) - option to skip example page generation (
--no-example-page
) - option to choose package manager (
--package-manager=yarn|npm|bun
) - generate
bin/dev
- option to install Vite Rails gem (
0.1.1 - 2024-06-17
- Add a missing bracket to the
React/Edit
template. (@skryukov)