You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volt.DevServer now starts and supervises its file watcher automatically on the first development request, so Phoenix applications no longer need a Mix.Tasks.Volt.Dev endpoint watcher entry.
Fixed
Tailwind input CSS changes now rebuild before broadcasting a style update instead of being compiled as ordinary CSS and showing a browser error overlay.
The vanilla LiveView example no longer marks its entry module as self-accepting, avoiding duplicate LiveSocket initialization during JavaScript updates.