Sourced from phoenix_live_view's changelog.
1.0.17 (2025-06-04)
Bug fixes
- Fix
<select>elements not being included in form recovery (regression in 1.0.14; #3831)- Fix events from destroyed child LiveViews being accidentally sent to the parent LiveView instead
1.0.16 (2025-06-04)
Bug fixes
- Fix
Phoenix.Component.focus_wrap/1running into an infinite JavaScript recursion (#3828)1.0.15 (2025-06-02)
Bug fixes
- Fix accumulation of empty text nodes inside
phx-update="stream"containers (#3784). This could lead to exponential memory growth when the stream container was part of a form with concurrent updates.