phoenix_live_view
Advanced tools
Changelog
0.20.10 (2024-02-28)
Changelog
0.20.9 (2024-02-19)
phx-update="ignore"
container is added dynamically to the DOMChangelog
0.20.8 (2024-02-19)
<.live_file_input>
Changelog
0.20.7 (2024-02-15)
Changelog
0.20.6 (2024-02-14)
Changelog
0.20.5 (2024-02-08)
phx-feedback-group
introduced in the previous release, the goal is to move feedback handling into Elixir and out of the DOMopen_browser
not working on WSL for project under UNIX file systemsLiveViewTest
phx-click-away
not working when element is partially hiddenphx-feedback-for
classes not being applied in some casesChangelog
0.20.4 (2024-02-01)
{:shutdown, :cancel}
to handle_async/3
on cancel_async
phx-mounted
being called twice for stream itemsJS.toggle_class
JS.toggle_attribute
phx-feedback-group
for handling feedback for composite input groupsvalidate_attrs
to slotsphx-viewport
bindings in scrollable containerslive_file_input
live_component/2
and live_component/3
helpers (not the function component) have been removedChangelog
0.20.3 (2024-01-02)
LiveViewTest
JS.push
from dead viewsChangelog
0.20.2 (2023-12-18)
:target
failing to work when used as phx-submit or phx-change with a selector-based targetJS.focus()
failing to focus negative tabindexLiveViewTest
failing to remove items after stream resetphx-window-blur
and phx-window-focus
events not firinghandle_async
lifecycle callbackJS.patch
and JS.navigate
to be tested with render_click
:supervisor
option to assign_async
and start_async
phx-update="append"
and phx-update="prepend"
in favor of phx-update="stream"
Changelog
0.20.1 (2023-10-09)
auto_upload: true
when a file fails to preflightmeta()
method on File/Blob subclasses on JavaScript client to allow the client to pass arbitrary metadata when using upload/uploadTo
from hook. The %UploadEntry{}
's new client_meta
field is populated from this information.