woylie / doggo

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

Bump phoenix_live_view from 1.0.0-rc.0 to 1.0.0-rc.5 in /demo #280

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks 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 2 weeks ago

Pull Request Test Coverage Report for Build 4187fac1498adca3b7767ea218e7d40e1f6b800f

Details


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

đź’› - Coveralls
dependabot[bot] commented 2 weeks ago

Looks like phoenix_live_view is up-to-date now, so this is no longer needed.