woylie / doggo

Headless UI components for Phoenix
MIT License
200 stars 6 forks source link

Bump phoenix_live_view from 1.0.0-rc.0 to 1.0.0-rc.6 #285

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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

Changelog

Sourced from phoenix_live_view's changelog.

1.0.0-rc.6 (2024-06-27)

Bug fixes

  • Fix issue with phx-submit where the form container would not be updated while awaiting phx-submit acknowledgement

Enhancements

  • Support blocking: false option to all JS commands that accept :transition, to avoid blocking DOM updates during the transition

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

... (truncated)

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 1 week ago

Pull Request Test Coverage Report for Build cd1db556dfbaa79ca4dd071647d660622b9a4912

Details


Totals Coverage Status
Change from base Build 6cab653bb12ba5cab11c52e0a30e5271553d6dd0: 0.0%
Covered Lines: 906
Relevant Lines: 913

💛 - Coveralls
dependabot[bot] commented 1 week ago

Superseded by #286.