b310-digital / mindwendel

Create a challenge. Ready? Brainstorm. mindwendel helps you to easily brainstorm and upvote ideas and thoughts within your team.
https://www.mindwendel.com
GNU Affero General Public License v3.0
79 stars 13 forks source link

chore: upgrade to phoenix_html 4 #310

Open nwittstruck opened 5 months ago

nwittstruck commented 5 months ago

Further Notes

From the phoenix_html 4 changelog:

This version removes deprecated functionality and moved all HTML helpers to a separate library. HTML Helpers are no longer used in new apps from Phoenix v1.7. Older applications who wish to maintain compatibility, add {:phoenix_html_helpers, "~> 1.0"} to your mix.exs and then replace use Phoenix.HTML in your applications by:

Possible Implementation

This application has been started with phoenix 1.6. We should therefore upgrade to phoenix_html 4.

Checklist

PragTob commented 1 month ago

we're at 1.0.0-rc.6 and counting!