Skip to content

Commit 5f007d9

Browse files
committed
fix
1 parent 4f7cd1c commit 5f007d9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/3.0/upgrade.md

-9
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ First iteration of multiple action flux was using `redirect_to` with `turbo_fram
362362

363363
If you have a multiple action flux implemented with `redirect_to` you should change it to [`navigate_to_action`](actions.html#navigate_to_action).
364364

365-
366365
</Option>
367366

368367
<Option name="Action `link_arguments` method">
@@ -527,13 +526,10 @@ class Avo::Cards::ExampleAreaChart < Avo::Cards::ChartkickCard
527526
class Avo::Cards::ExampleBarChart < Avo::Cards::ChartkickCard
528527
# ...
529528

530-
531529
```
532530

533531
</Option>
534532

535-
536-
537533
## Upgrade from 3.0.1.beta22 to 3.0.1.beta23
538534

539535
<Option name="Caching">
@@ -542,12 +538,10 @@ Since there are many available cache stores and we were allowing only few we cha
542538

543539
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.
544540

545-
546541
Check [cache page](cache) for more details.
547542

548543
</Option>
549544

550-
551545
## Upgrade from 3.0.1.beta8 to 3.0.1.beta9
552546

553547
<Option name="Heading as field">
@@ -567,14 +561,12 @@ field :personal_information, as: :heading # data-field-id == "personal_inf
567561
field :heading, as: :heading, label: "Contact" # data-field-id == "heading"
568562
field :dev, as: :heading, as_html: true, label: '<div class="underline uppercase font-bold">DEV</div>'
569563
```
570-
571564
:::
572565

573566
</Option>
574567

575568
<Option name="Badge field `secondary` option renamed to `neutral`">
576569

577-
578570
We believe that the term `neutral` better reflects the intended use.
579571

580572
:::code-group
@@ -624,7 +616,6 @@ class Avo::Resources::User < Avo::BaseResource
624616
field :email, as: :gravatar, link_to_record: true
625617
end
626618
end
627-
:::
628619
```
629620
:::
630621
</Option>

0 commit comments

Comments
 (0)