phoenix_live_view
Advanced tools
Changelog
1.0.1 (2024-12-13)
Changelog
1.0.0-rc.9 (2024-12-03)
phx-no-curly-interpolation
to disable HEEx curly interpolation in a specific tag bodyChangelog
1.0.0-rc.8 (2024-12-02)
chunk_size
could cause a chunk timeout on slower connections by properly using the configured chunk_timeout
on the clientno component for cid
error when rapidly updating live components under latencypatch
instead of navigate
, failing to update the pageinputs_for
not using the passed id
when generating inputsJS.push
to_form
when passing an existing form{@foo}
syntax for interpolating variables inside tag bodiesdefault
attribute for <.live_title>
componentrefute_push_event
to Phoenix.LiveViewTest
pushEvent
returning a promisepush_navigate
fallbacks to a full page reloadChangelog
1.0.0-rc.7 (2024-10-17)
Phoenix.Component.used_input?/1
Phoenix.LiveView.redirect/2
createHook
from phoenix_live_view
to allow CustomElement's to use hooksto: {:inner, "a"}
and to: {:closest, "tr"}
, etc.JS.dispatch/2
is used with an input event on an invalid targetslot :myslot, requird: true
):phoenix, :live_component, :update
telemetry event when a LiveComponent is updated via send_update/2
phx-click-loading
classes being incorrectly applied to child elements when issues from a non user click/navigation eventcannot redirect socket on update
error raised erroneously under rare circumstancesname
attribute of Phoenix.Component.dynamic_tag/1
in favor of tag_name
Changelog
1.0.0-rc.6 (2024-06-27)
blocking: false
option to all JS commands that accept :transition
, to avoid blocking DOM updates during the transitionChangelog
1.0.0-rc.5 (2024-06-21)
Changelog
1.0.0-rc.4 (2024-06-20)
Changelog
0.20.16 (2024-06-20)