woylie / flop_phoenix

Components for pagination, sortable tables and filter forms using Phoenix, Ecto and Flop
MIT License
385 stars 43 forks source link

Bump phoenix_live_view from 1.0.0-rc.0 to 1.0.0-rc.5 #347

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps phoenix_live_view from 1.0.0-rc.0 to 1.0.0-rc.5.

Changelog

Sourced from phoenix_live_view's changelog.

1.0.0-rc.5 (2024-06-21)

Bug fixes

  • Fix form recovery when targeting LiveComponents
  • Fix formatter incorrectly formatting script tags
  • Fix client version mismatch warning for rc.3

1.0.0-rc.4 (2024-06-20)

Bug fixes

  • Fix bug allowing focused input to be overwritten on acknowledgement

1.0.0-rc.3 (2024-06-20)

Bug fixes

  • Fix issue where locked data-phx-ref containers would still be patched in some cases
  • Fix issue where locked data-phx-ref containers would fail to have pending updates like streams applied after acknowledgment
  • Fix issue where a LiveComponent issuing live navigation sends an acknowledgement too early before its parent LiveView handle_params diff is sent
  • Fix issue allowing phx-remove elements to remain interactive while transitioning out from the page

1.0.0-rc.2 (2024-06-19)

Bug fixes

  • Fix bug introduced in rc.1 causing incorrect patching on form elements when awaiting acknowledgements

1.0.0-rc.1 (2024-06-18)

Enhancements

  • Warn when rendering an input named "id"
  • Allow form recovery to work on forms in nested LiveViews
  • Allow using form/3 with inputs outside the form
  • Allow setting page title to an empty string
  • Fix warnings on Elixir 1.17

Bug fixes

  • Fix used input tracking on checkboxes and hidden inputs
  • Fix phx-debounce=blur incorrectly sending change event to the next page in some cirumstances
  • Fix race condition when destroying Live Components while transitions are still running
  • Fix page reload when disconnecting LiveSocket if using Bandit
  • Fix formatter changing <% to <%= when it shouldn't

Deprecations

  • Deprecate live_flash in favor of Phoenix.Flash.get
  • Deprecate push_redirect in favor of push_navigate

Removal of previously deprecated functionality

  • phx-capture-click has been removed (deprecated in 0.17.0)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coveralls commented 3 months ago

Coverage Status

coverage: 98.805%. remained the same when pulling ed89a775c66ba25bd92d3352f05fd096b8034e94 on dependabot/hex/phoenix_live_view-1.0.0-rc.5 into 2c1e030becf15e43ad6cf31f8292d142d4de2f0f on main.