phoenix-liveview-counter-tutorial
phoenix-liveview-counter-tutorial copied to clipboard
Bump phoenix_live_view from 0.20.4 to 0.20.5
Bumps phoenix_live_view from 0.20.4 to 0.20.5.
Changelog
Sourced from phoenix_live_view's changelog.
0.20.5 (2024-02-08)
Deprecations
- Deprecate
phx-feedback-groupintroduced in the previous release, the goal is to move feedback handling into Elixir and out of the DOMBug fixes
- Fix blur event on phx-debounce being dispatched incorrectly
- Fix
open_browsernot working on WSL for project under UNIX file systems- Match browser stream insert ordering behavior in
LiveViewTest- Fix
phx-click-awaynot working when element is partially hidden- Fix
phx-feedback-forclasses not being applied in some cases- Fix form submitter failing to be sent as key/value pair in some cases
- Fix null form reference causing errors on some DOM patches
Commits
e07a58eRelease 0.20.57defbc5Bump build5533384Refactor stream handling in LiveViewTest (#3078)8cffda7Ensure that events are always sent on blur, but this time correctly (#3097)ade8b4dFix open_browser not working on WSL for project under unix FS (#3064)4b8d63aAdd missing toggle_class doc to summary (#3075)2f2d6a9Add missing step to run javascript tests (#3080)3bf2dc2fix isInViewport (#3094)56c6d29Apply phx-no-feedback permanently, unless cleared (#3084)3462ba1fix submitter form attribute (fixes #3092) (#3093)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4001129) 100.00% compared to head (f4334f1) 100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #192 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 30 30
=========================================
Hits 30 30
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #193.