Skip to content

Bump phoenix_live_view from 0.20.5 to 0.20.14

Bumps phoenix_live_view from 0.20.5 to 0.20.14.

Changelog

Sourced from phoenix_live_view's changelog.

0.20.14 (2024-03-13)

Bug fixes

  • Fix warning caused by optional Floki dependency

0.20.13 (2024-03-12)

Bug fixes

  • Fix LiveComponent rendering bug causing elements to disappear when a LiveComponent child is removed and added back by the server

Enhancements

  • Warn when accessing the socket in a function passed to assign_async / start_async

0.20.12 (2024-03-04)

Enhancements

  • Phoenix LiveView requires Elixir v1.13+

Bug fixes

  • Do not send Telemetry metadata as Logger event, this avoids the metadata from being accidentally copied to other processes
  • Ensure LiveViewTest does not crash on IDs with foreign characters, such as question marks
  • Fix a bug where LiveViewTest could not perform a connected mount on a page with certain streams

0.20.11 (2024-02-29)

Bug fixes

  • Fix auto uploads with invalid entries incorrectly proceeding with a form submit instead of halting, causing entries in progress errors
  • Fix auto upload entries failing to be uploaded on submit after moving into a valid state, such as falling within max_entries
  • Fix TagEngine clause warning

0.20.10 (2024-02-28)

Bug fixes

  • Fix cancelled uploads being re-added
  • Fix form submits for previously submitted invalid upload entries causing errors instead of preflighted new upload entries
  • Fix HTML formatter not respecting phx-no-format for script tags

Enhancements

  • Add additional HEEx debug annotations for the caller locations of function component invocations
  • Abandon form recovery if recovery event fails

0.20.9 (2024-02-19)

Bug fixes

  • Fix error in LiveViewTest when a phx-update="ignore" container is added dynamically to the DOM

0.20.8 (2024-02-19)

Bug fixes

  • Fix live uploader issue when a form contained more than one <.live_file_input>

... (truncated)

Commits

Merge request reports