You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder.
Again, it does not contain any changes to the Elixir or JavaScript code itself.
v1.2.2
This release fixes the npm package missing the TypeScript declaration files.
It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.
v1.2.1
Bug fixes
Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)
v1.2.0
Enhancements
Support events pushed when connected mount redirects (#4269)
Bug fixes
Ensure for comprehensions in HEEx use deterministic variables
Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
Fix whitespace handling of EEx nodes in HEEx compiler (#4277)
This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder.
Again, it does not contain any changes to the Elixir or JavaScript code itself.
v1.2.2 (2026-06-12)
This release fixes the npm package missing the TypeScript declaration files.
It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.
v1.2.1 (2026-06-11)
Bug fixes
Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)
v1.2.0 (2026-06-10) 🚀
Enhancements
Support events pushed when connected mount redirects (#4269)
Bug fixes
Ensure for comprehensions in HEEx use deterministic variables
Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
Fix whitespace handling of EEx nodes in HEEx compiler (#4277)
LiveView 1.0 removes the client-based phx-feedback-for annotation for showing and hiding input feedback, such as validation errors. This has been replaced by Phoenix.Component.used_input?/2, which handles showing and hiding feedback using standard server rendering.
A newer version of phoenix_live_view exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
dependabotBot
changed the title
build(deps): bump phoenix_live_view from 0.20.17 to 1.0.10
build(deps): bump phoenix_live_view from 0.20.17 to 1.2.3
Jun 26, 2026
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
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.
Bumps phoenix_live_view from 0.20.17 to 1.2.3.
Release notes
Sourced from phoenix_live_view's releases.
... (truncated)
Changelog
Sourced from phoenix_live_view's changelog.
... (truncated)
Commits
e669f81Release v1.2.37022a59fix typescript declaration file pathecc2aadBump markdown-it from 14.1.1 to 14.2.0 (#4309)2a41fb6Bump nodemailer from 8.0.5 to 8.0.11 (#4310)387c034Bump@babel/corefrom 7.27.4 to 7.29.6 (#4311)3fe8f28Use locked npm dependencies where relevant (#4302)5789176Release v1.2.2c32d922Align documentation to installer output (#4303)4b63216Optimize uri_scheme (#4307)ab3f892Useto_stringfor displaying atoms in generated output for test warnings (#...