Skip to content

Bump phoenix_html from 3.3.3 to 4.0.0

Bumps phoenix_html from 3.3.3 to 4.0.0.

Changelog

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 your mix.exs and then replace use Phoenix.HTML in your applications by:

import Phoenix.HTML
import Phoenix.HTML.Form
use PhoenixHTMLHelpers
Commits

Merge request reports