- Removes usage of eval so it works with CSP. by @aglassman
- Allow
phoenix_html
v3 in deps
- Add
id
option to set the id's on thephx-hook
andphx-update="ignore
containers - Add
merge_props
option to merge updated props with the last known props - Pass
handleEvent
as a prop
- Add support for live components (pushEventTo)
- Support keyword list props in
live_react_component
- Add option to override the default LiveView binding prefix
- Add option to also render the components on page load
Initial version