Phoenix LiveView 1.1 released!
Phoenix LiveView 1.1 introduces major improvements including colocated hooks that allow JavaScript code to be written directly alongside HEEx components, keyed comprehensions for optimized list rendering and smaller diffs over the wire, TypeScript declarations for better JavaScript API support, portals for teleporting content to different DOM locations, and a migration from Floki to LazyHTML for better CSS selector support in tests. The release focuses on quality of life improvements while maintaining backward compatibility.