Download Latest Version v1.2.8 source code.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of Phoenix LiveView

Home / v1.2.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-27 1.4 kB
v1.2.8 source code.tar.gz 2026-07-27 1.2 MB
v1.2.8 source code.zip 2026-07-27 1.4 MB
Totals: 3 Items   2.6 MB 0

Enhancements

  • Allow cancelling client-side navigation (#4332) You can now listen for the phx:before-navigate event and call event.preventDefault() to cancel the navigation synchronously. This is mostly useful to prevent a "do you really want to leave" scenario when a user has unsaved changes, combined with a beforeunload listener.
  • Sign LiveView upload tokens as :local to avoid node names being included in the token
  • Ensure async tasks exit gracefully in LiveView tests (#4348)
  • Allow opting focused form elements into DOM patching (#4339)

Bug fixes

  • Fix server close handler not being reattached after a manual disconnect + connect (#4341)
  • Fix detail.lock() promise in phx:push event never resolving (#4351)
  • Fix live components not being correctly patched when changing their DOM ID (#4338)
  • Gracefully handle missing upload refs (#4354)
Source: README.md, updated 2026-07-27