File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.14.0] - 2025-11-27
8+
9+ Lots of quality of life improvements!
10+
11+ * OG Pilot in Awesome page (@raulpopadineti )
12+ * Expose InertiaRails version (@capripot )
13+ * Svelte improvements to install generators (@alec-c4 )
14+ * Add start kits to docs (@skryukov )
15+ * Fix types in React install templates (@skryukov )
16+ * Update docs with new inertia branding (@skryukov )
17+ * Add protocol diagram (@skryukov )
18+ * Fix forceIndicesArrayFormatInFormData in install generator (@skryukov )
19+ * Add Kickstart templates to awesome page (@alec-c4 )
20+ * Improve generators for TypeScript users (@Andy9822 )
21+ * Update example pages to mimic Rails styling and appear at root path by default (@capripot )
22+ * Update error types in install templates (@skryukov )
23+
724## [ 3.13.0] - 2025-11-19
825
926* Update installers (@skryukov )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module InertiaRails
4- VERSION = '3.13 .0'
4+ VERSION = '3.14 .0'
55end
You can’t perform that action at this time.
0 commit comments