Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade phoenix_html and add phoenix_html_helpers #35

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

meagharty
Copy link
Contributor

@meagharty meagharty commented Nov 8, 2024

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
Copy link
Contributor Author

@fidr do you have thoughts on this?

@fidr
Copy link
Owner

fidr commented Nov 22, 2024

Looks good, thanks for taking the time to do this!

@fidr fidr merged commit 27305bc into fidr:master Nov 22, 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