You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ 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.3.0] - 2024-10-27
8
+
9
+
* Refactor Inertia configuration into a controller class method. Thanks @ElMassimo!
10
+
* Documentation updates. Thanks @osbre and @austenmadden!
11
+
* Further fixes to the `Vary` header. Thanks @skryukov!
12
+
* Add configuration option for the component path in the renderer.
13
+
7
14
## [3.2.0] - 2024-06-19
8
15
9
16
* Refactor the internals of shared Inertia data to use controller instance variables instead of module level variables that run a higher risk of being leaked between requests. Big thanks to @ledermann for the initial work many years ago and to @PedroAugustoRamalhoDuarte for finishing it up!
0 commit comments