ex_cell
ex_cell copied to clipboard
Bump phoenix_html from 2.13.3 to 3.3.1
Bumps phoenix_html from 2.13.3 to 3.3.1.
Changelog
Sourced from phoenix_html's changelog.
v3.3.1 (2023-02-27)
- Bug fix
- Set display to none on generated forms
- Warn for maps with atom keys
v3.3.0 (2023-02-10)
Enhancements
- Support deeply nested class lists
- Implement Phoenix.HTML.Safe for URI
- Implement Phoenix.HTML.FormData for Map
Bug fix
- Generate unique IDs for checkboxes based on the value
- Use artificial button click instead of
form.submitin JavaScript to trigger all relevant events- Fix a bug where nil/false/true attributes in
aria/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.0 (2021-12-18)
- Enhancements
- Raise if the
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.- Allow
phxattributes to be nested, similar toariaanddataattributes- Allow hidden fields in forms to be a list of values
v3.1.0 (2021-10-23)
- Bug fix
- Do not submit data-method links if default has been prevented
- Deprecations
- Deprecate
~EandPhoenix.HTML.Tag.attributes_escape/1- Remove deprecated
Phoenix.HTML.Link.link/1v3.0.4 (2021-09-23)
- Bug fix
- Ensure
class={@class}in HEEx templates and:classattribute incontent_tagare properly escaped against XSSv3.0.3 (2021-09-04)
- Bug fix
- Fix sorting of attributes in
tag/content_tagv3.0.2 (2021-08-19)
- Enhancements
- Support maps on
Phoenix.HTML.Tag.attributes_escape/1
... (truncated)
Commits
77db8d5Release v3.3.1ed68c5cSet display to none instead of hidden0e0ab0fMove form_for to its own section2d2e2e9Warn for maps with atom keys61e5ea7Update error message for supported string keys for fields (#410)3b6e160Implement and document string field lookup6ca7dfaFix function nameb495accfix markdown titles in changelog so they appear in the TOC of docs (#407)12d1cc0Update CHANGELOG, closes #4056c3a8eeRelease v3.3.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)