Sourced from phoenix_html's changelog.
v4.0.0 (2023-12-19)
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 yourmix.exsand then replaceuse Phoenix.HTMLin your applications by:import Phoenix.HTML import Phoenix.HTML.Form use PhoenixHTMLHelpers