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.11.0] - 2025-08-29
8
+
9
+ * Fix Svelte generator (@skryukov )
10
+ * Docs updates for SSR and 2.1.2 (@skryukov )
11
+ * Devcontainers for local dev (@kieraneglin )
12
+ * Add configurable prop transformation (@kieraneglin )
13
+ * Gradual deprecation of null errors because Inertis.js expects an empty object (@skryukov )
14
+ * Allow the more helpful UnknownFormat exception to raise when a static intertia route is requested with a non-HTML format (@skryukov )
15
+
7
16
## [ 3.10.0] - 2025-07-30
8
17
9
18
* llms.txt in docs (@brandonshar and @skryukov )
Original file line number Diff line number Diff line change 1
1
module InertiaRails
2
- VERSION = "3.10 .0"
2
+ VERSION = "3.11 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments