Releases: skryukov/inertia_rails-contrib
Releases · skryukov/inertia_rails-contrib
v0.3.0
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
Full Changelog: v0.2.2...v0.3.0
v0.2.2
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)
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
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 (
Fixed:
- Documentation improvements (@sljmn, @noxasch, @PedroAugustoRamalhoDuarte)
New Contributors
- @sljmn made their first contribution in #3
- @PedroAugustoRamalhoDuarte made their first contribution in #5
- @noxasch made their first contribution in #4
Full Changelog: v0.1.1...v0.2.0