| Name | Modified | Size | Downloads / 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-navigateevent and callevent.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 abeforeunloadlistener. - Sign LiveView upload tokens as
:localto 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)