Skip to content

Commit 1d4a44c

Browse files
committed
Bump to 3.11.0
1 parent 04b8f90 commit 1d4a44c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

lib/inertia_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InertiaRails
2-
VERSION = "3.10.0"
2+
VERSION = "3.11.0"
33
end

0 commit comments

Comments
 (0)