Enhancements
- Add
Phoenix.LiveView.ColocatedCSS - Deprecate the
:colocated_jsconfiguration in favor of:colocated_assets - Add
phx-no-unused-fieldto prevent sending_unusedparameters to the server (#3577) - Add
Phoenix.LiveView.JS.to_encodable/1pushing JS commands via events (#4060)%JS{}now also implements theJSON.EncoderandJason.Encoderprotocols
- HTMLFormatter: Better preserve whitespace around tags and inside inline elements (#3718)
- HEEx: Allow to opt out of debug annotations for a module (#4119)
- HEEx: warn when missing a space between attributes (#3999)
- HTMLFormatter: Add
TagFormatterbehaviour for formatting<style>and<script>tags (#4140) - Add configuration option for
:test_warningsand warn for forms without an ID by default (#4128) - Performance optimizations in diffing hot path (Thank you @preciz!)