Bump phoenix_html from 3.2.0 to 3.3.1
Bumps phoenix_html from 3.2.0 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/1
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)
Codecov Report
Merging #105 (de573f3) into master (027336f) will not change coverage. The diff coverage is
n/a.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## master #105 +/- ##
=======================================
Coverage 96.77% 96.77%
=======================================
Files 2 2
Lines 31 31
=======================================
Hits 30 30
Misses 1 1
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more