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: docs/3.0/upgrade.md
+16
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,8 @@ If you want to keep `Contained in` option on arrays and tags filters you should
361
361
First iteration of multiple action flux was using `redirect_to` with `turbo_frame: "actions_show"`. With the update to turbo 8 the redirect was giving some troubles and we decided that is time to improve this experience with a proper response type, [`navigate_to_action`](actions.html#navigate_to_action).
362
362
363
363
If you have a multiple action flux implemented with `redirect_to` you should change it to [`navigate_to_action`](actions.html#navigate_to_action).
364
+
365
+
364
366
</Option>
365
367
366
368
<Optionname="Action `link_arguments` method">
@@ -525,21 +527,29 @@ class Avo::Cards::ExampleAreaChart < Avo::Cards::ChartkickCard
525
527
class Avo::Cards::ExampleBarChart < Avo::Cards::ChartkickCard
526
528
# ...
527
529
530
+
528
531
```
532
+
529
533
</Option>
530
534
531
535
536
+
532
537
## Upgrade from 3.0.1.beta22 to 3.0.1.beta23
538
+
533
539
<Option name="Caching">
534
540
535
541
Since there are many available cache stores and we were allowing only few we changed the way of computing the cache store to be used by Avo.
536
542
537
543
One of our concerns was to maintain the status quo, but if you notice any caching issues there is a new configurable option [`config.cache_store`](cache#custom-selection) that allows you to tell Avo what `cache_store` to use.
538
544
545
+
539
546
Check [cache page](cache) for more details.
547
+
540
548
</Option>
541
549
550
+
542
551
## Upgrade from 3.0.1.beta8 to 3.0.1.beta9
552
+
543
553
<Option name="Heading as field">
544
554
545
555
Heading option changed declaration mode, one of the main reasons for this change is to be able to generate a clear `data-field-id` on the DOM
0 commit comments