fix(deps): update dependency phoenix_html to v4#259
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency phoenix_html to v4#259renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3b40fb8 to
480086a
Compare
480086a to
321427d
Compare
321427d to
8dde304
Compare
8dde304 to
78b9bc9
Compare
78b9bc9 to
3f0123b
Compare
3f0123b to
ecd1af8
Compare
ecd1af8 to
3df3bd4
Compare
3df3bd4 to
8219977
Compare
8219977 to
396074a
Compare
396074a to
05c3c99
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.2→^4.0.0~> 3.0→~> 4.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/1Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.