Skip to content

Commit 234aaab

Browse files
committed
Bump to 3.5.0
1 parent 65ba636 commit 234aaab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.5.0] - 2024-11-29
8+
9+
* Add Algolia search for docs (#151, @skryukov)
10+
* Add support for Always props (#152, @skryukov)
11+
* Add support for :except in partial reloads (#152, @skryukov)
12+
* CI fixes (#156, @bknoles)
13+
* Support dot notation for :only partial reloads (#163, @bknoles)
14+
* Avoid some monkey patching (#164, @adrianpacala)
15+
* Upstream generators from inertia_rails-contrib (#158, @skryukov)
16+
* Raise a deprecation warning instead of an exception if you pass a non-hashable to inertia errors (#168, @skryukov)
17+
718
## [3.4.0] - 2024-11-02
819

920
* Inertia Rails documentation (@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.4.0"
2+
VERSION = "3.5.0"
33
end

0 commit comments

Comments
 (0)