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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
16
## [ 3.7.1] - 2025-04-01
8
17
9
18
* Docs updates
Original file line number Diff line number Diff line change 1
1
module InertiaRails
2
- VERSION = "3.7.1 "
2
+ VERSION = "3.8.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments