phoenix_live_view
Advanced tools
Changelog
0.15.1 (2020-12-20)
consume_uploaded_entries
in LiveView caller processphx-capture-click
triggering on mouseup during text selectionpush_event
's not clearing up in components<textarea>
being patched by LiveView while focusedChangelog
0.15.0 (2020-11-20)
Phoenix.LiveViewTest.open_browser/2
that opens up a browser with the LiveView page@inner_content
in components and introduce render_block
for rendering component @inner_block
@live_module
in socket templates in favor of @socket.view
push_redirect
from mount hanging on the client and causing a fallback to full page reload when following a clicked live_redirect
on the clientChangelog
0.14.8 (2020-10-30)
Changelog
0.14.7 (2020-09-25)
redirect(socket, external: ...)
when returned from an eventPhoenix.LiveViewTest
when phx-update
has non-HTML nodes as childrenphx_trigger_action
submitting the form before the DOM updates are completeChangelog
0.14.6 (2020-09-21)
phx-trigger-action
causing reconnects before server form submitChangelog
0.14.5 (2020-09-20)
Phoenix.LiveView.send_update_after/3
live_redirect
'sPhoenix.LiveViewTest
Changelog
0.14.4 (2020-07-30)
Changelog
0.14.3 (2020-07-24)
render_layout
with LiveEEx"_target"
input name contains arrayChangelog
0.14.2 (2020-07-21)
@inner_content
causing no function clause matching in Keyword.put/3
errorLiveViewTest
failing to patch children properly for append/prepend based phx-update's:as
option to a live
routephx-disable-with
content to not be updated<textarea>
's failing to be disabled on form submitphx-update
append/prepend:router
to be given to render_component
~L
phx-update
append/prepend based DOM updatesChangelog
0.14.1 (2020-07-09)
live_render
's failing to be torn down when removed from the DOM in certain cases