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.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+
716## [ 3.10.0] - 2025-07-30
817
918* llms.txt in docs (@brandonshar and @skryukov )
Original file line number Diff line number Diff line change 11module InertiaRails
2- VERSION = "3.10 .0"
2+ VERSION = "3.11 .0"
33end
You can’t perform that action at this time.
0 commit comments