Sourced from phoenix_live_view's changelog.
1.0.10 (2025-04-17)
Bug fixes
- Fix flash getting lost when falling back to a full page reload due to navigating across live sessions (#3686)
- Fix edge case where locked DOM nodes were not properly patched on unlock (#3758)
- Fix
used_input?returningfalsewhen a form parameter value is a struct (#3757)- Catch promise rejections from
pushWithReply(#3766)- Fix empty optgroups breaking DOM patching of other select options (#3742)
- Don't shutdown sticky LiveViews when they
push_navigate(#3612)Enhancements
- Allow testing
phx-viewport-bottomandphx-viewport-topwithPhoenix.LiveViewTest.render_hook/3(#3755)
8f6dd2f
release v1.0.10ad105f8
update changelog3f5514b
don't shutdown sticky LiveViews on push_navigate (#3748)557ed68
update changelog7e360d5
update js dependencies (#3768)7c7dc4e
Update assetsc55d703
update changelog67a1ac7
Catch promise rejections from pushWithReply (#3766)27e9c55
Unify live session examples with mix phx.gen.auth generated code52fa31c
More layout docs and info