File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 3.8.0] - 2025-04-12
8+
9+ * Docs updates
10+ * Fix template detection for scaffolds using Tailwind 4 (#202 )
11+ * Improved inertia route helper (#201 )
12+ * RSpec tweaks
13+ * Add inertia_rendering? helper method (#209 )
14+ * Add support for new client-side deep merging option (#213 )
15+
716## [ 3.7.1] - 2025-04-01
817
918* Docs updates
Original file line number Diff line number Diff line change 11module InertiaRails
2- VERSION = "3.7.1 "
2+ VERSION = "3.8.0 "
33end
You can’t perform that action at this time.
0 commit comments