-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency phoenix_html to v4 #46
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
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: mix.lock |
b0a07d5 to
b9f0ea3
Compare
b9f0ea3 to
812dab2
Compare
|
812dab2 to
e403537
Compare
e403537 to
7d32fd2
Compare
7d32fd2 to
2f17f04
Compare
This PR contains the following updates:
== 2.14.3->== 4.3.0Release Notes
phoenixframework/phoenix_html (phoenix_html)
v4.3.0Compare Source
Enhancements
Phoenix.HTML.Safefor Durationnormalize_value/2to improve documentationBug fixes
v4.2.1Compare Source
Phoenix.HTML.FormFieldv4.2.0Compare Source
Enhancements
Phoenix.HTML.css_escape/1to escape strings for use inside CSS selectors:hrtooptions_for_select/2to render a horizontal ruleBug fixes
v4.1.1Compare Source
v4.1.0Compare Source
:actionand consider input as changed if action changes to support better change trackingv4.0.0Compare Source
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, instead it relies on function components from
Phoenix.LiveView. Older applications who wish to maintain compatibility, add{:phoenix_html_helpers, "~> 1.0"}to yourmix.exsand then replaceuse Phoenix.HTMLin your applications by:v3.3.4Compare Source
v3.3.3Compare Source
input_changed?v3.3.2Compare Source
Enhancements
Deprecations
inputs_for/2andinputs_for/3(without anonymous functions)v3.3.1Compare Source
v3.3.0Compare Source
Enhancements
Bug fix
form.submitin JavaScript to trigger all relevant eventsaria/data/phxwould emit empty or literal values, such as"true"and"false". This release aligns them with all other attributes so bothnilandfalseemit nothing.trueemits the attribute with no value.Deprecations
Phoenix.HTML.Tag.attributes_escape/1is deprecated in favor ofPhoenix.HTML.attributes_escape/1v3.2.0Compare Source
idattribute is set to a number. This is actually an invalid value according to the HTML spec and it can lead to problematic client behaviour, especially in LiveView and other client frameworks.phxattributes to be nested, similar toariaanddataattributesv3.1.0Compare Source
~EandPhoenix.HTML.Tag.attributes_escape/1Phoenix.HTML.Link.link/1v3.0.4Compare Source
class={@​class}in HEEx templates and:classattribute incontent_tagare properly escaped against XSSv3.0.3Compare Source
tag/content_tagv3.0.2Compare Source
Phoenix.HTML.Tag.attributes_escape/1v3.0.1Compare Source
Phoenix.HTML.Tag.csrf_input_tag/2v3.0.0Compare Source
Enhancements
:promptoption inselectPlugan optional dependencyform_for/3%URI{}to be passed tolink/2andbutton/2as:toPhoenix.HTML.Tag.csrf_token_value/1Phoenix.HTML.Tag.attributes_escape/1Bug fixes
formattribute when creating hidden checkbox inputto_iso8601as the standard implementation for safe dates and timesDeprecations
form_forwithout an anonymous function has been deprecated. v3.0 has deprecated the usage, v3.1 will emit warnings, and v3.2 will fully remove the functionalityBackwards incompatible changes
tagandcontent_tagare now emitted as is (without being dasherized) and are also HTML escapedform_for/3to_iso8601functions provided by their implementationcsrf-paramandmethod-paramin generatedcsrf_meta_tagescape_javascriptin favor ofjavascript_escapefield_valuein favor ofinput_valuefield_namein favor ofinput_namefield_idin favor ofinput_idv2.14.3Compare Source
v2.14.2Compare Source
Phoenix-specific assigns:view_moduleand:view_templatev2.14.1Compare Source
Enhancements
Phoenix.HTML.Form.options_for_select/2Phoenix.HTML.Form.inputs_for/3Bug fixes
v2.14.0Compare Source
content_tag:srcsetsupport toimg_taginputs_forto skip hidden fieldsv2.13.4Compare Source
v2.13.3Compare Source
Enhancements
Bug fixes
v2.13.2Compare Source
v2.13.1Compare Source
Enhancements
javascript_escape/1Bug fixes
v2.13.0Compare Source
Enhancements
Phoenix.HTML.Engine.encode_to_iodata!/1Phoenix.HTML.Form.form_for/3that works without an anonymous functionDeprecations
Phoenix.HTML.escape_javascript/1in favor ofPhoenix.HTML.javascript_escape/1for consistencyConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.