Skip to content

Commit 99bf991

Browse files
committed
Update available since tags for 3.12.0 release
1 parent 34951cc commit 99bf991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/infinite-scroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Infinite scroll
22

3-
@available_since rails=master core=2.2.0
3+
@available_since rails=3.12.0 core=2.2.0
44

55
Inertia's infinite scroll feature loads additional pages of content as users scroll, replacing traditional pagination controls. This is great for applications like chat interfaces, social feeds, photo grids, and product listings.
66

docs/guide/merging-props.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `InertiaRails.merge` method will append new items to existing arrays at the
3131
InertiaRails.merge { items }
3232
```
3333

34-
@available_since rails=master core=2.2.0
34+
@available_since rails=3.12.0 core=2.2.0
3535

3636
You may change this behavior to prepend items instead.
3737

@@ -77,7 +77,7 @@ When merging arrays, you may use the `match_on` parameter to match existing item
7777
InertiaRails.merge(match_on: 'id') { post_data }
7878
```
7979

80-
@available_since rails=master core=2.2.0
80+
@available_since rails=3.12.0 core=2.2.0
8181

8282
You may also use append and prepend with a hash to specify the field to match.
8383

0 commit comments

Comments
 (0)