Skip to content

Conversation

@meagharty
Copy link

Upstream PR: geolessel#68

Upgrades to phoenix_html to v4+ which moves HTML helpers to phoenix_html_helpers.

From phoenix_html 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

@meagharty meagharty changed the title Meag/use phoenix html helpers deps: upgrade phoenix_html and add phoenix_html_helpers #68 Nov 20, 2024
@meagharty meagharty requested review from a team and lemald and removed request for a team November 20, 2024 00:27
Copy link
Member

@lemald lemald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@meagharty meagharty merged commit d95a346 into mbta:master Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants