Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 30, 2025
1 parent 4f7cd1c commit 5f007d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/3.0/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ First iteration of multiple action flux was using `redirect_to` with `turbo_fram

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


</Option>

<Option name="Action `link_arguments` method">
Expand Down Expand Up @@ -527,13 +526,10 @@ class Avo::Cards::ExampleAreaChart < Avo::Cards::ChartkickCard
class Avo::Cards::ExampleBarChart < Avo::Cards::ChartkickCard
# ...


```

</Option>



## Upgrade from 3.0.1.beta22 to 3.0.1.beta23

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

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.


Check [cache page](cache) for more details.

</Option>


## Upgrade from 3.0.1.beta8 to 3.0.1.beta9

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

:::

</Option>

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


We believe that the term `neutral` better reflects the intended use.

:::code-group
Expand Down Expand Up @@ -624,7 +616,6 @@ class Avo::Resources::User < Avo::BaseResource
field :email, as: :gravatar, link_to_record: true
end
end
:::
```
:::
</Option>
Expand Down

0 comments on commit 5f007d9

Please sign in to comment.