Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump phoenix_live_view from 0.15.7 to 0.17.7 #1535

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps phoenix_live_view from 0.15.7 to 0.17.7.

Changelog

Sourced from phoenix_live_view's changelog.

0.17.7 (2022-02-07)

Enhancements

  • Optimize nested for comprehension diffs

Bug fixes

  • Fix error when live_redirect links are clicked when not connected in certain cases

0.17.6 (2022-01-18)

Enhancements

  • Add JS.set_attribute and JS.remove_attribute
  • Add sticky: true option to live_render to maintain a nested child on across live redirects
  • Dispatch phx:show-start, phx:show-end, phx:hide-start and phx:hide-end on JS.show|hide|toggle
  • Add get_connect_info/2 that also works on disconnected render
  • Add LiveSocket constructor options for configuration failsafe behavior via new maxReloads, reloadJitterMin, reloadJitterMax, failsafeJitter options

Bug fixes

  • Show form errors after submit even when no changes occur on server
  • Fix phx-disable-with failing to disable elements outside of forms
  • Fix phx ref tracking leaving elements in awaiting state when targeting an external LiveView
  • Fix diff on response failing to await for active transitions in certain cases
  • Fix phx-click-away not respecting phx-target
  • Fix "disconnect" broadcast failing to failsafe refresh the page
  • Fix JS.push with :target failing to send to correct component in certain cases

Deprecations

  • Deprecate Phoenix.LiveView.get_connect_info/1 in favor of get_connect_info/2
  • Deprecate Phoenix.LiveViewTest.put_connect_info/2 in favor of calling the relevant functions in Plug.Conn
  • Deprecate returning "raw" values from upload callbacks on Phoenix.LiveView.consume_uploaded_entry/3 and Phoenix.LiveView.consume_uploaded_entries/3. The callback must return either {:ok, value} or {:postpone, value}. Returning any other value will emit a warning.

0.17.5 (2021-11-02)

Bug fixes

  • Do not trigger phx-click-away if element is not visible
  • Fix phx-remove failing to tear down nested live children

0.17.4 (2021-11-01)

Bug fixes

  • Fix variable scoping issues causing various content block or duplication rendering bugs

0.17.3 (2021-10-28)

Enhancements

  • Support 3-tuple for JS class transitions to support staged animations where a transition class is applied with a starting and ending class
  • Allow JS commands to be executed on DOM nodes outside of the LiveView container

Optimization

  • Avoid duplicate statics inside comprehension. In previous versions, comprehensions were able to avoid duplication only in the content of their root. Now we recursively traverse all comprehension nodes and send the static only once for the whole comprehension. This should massively reduce the cost of sending comprehensions over the wire

... (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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 3, 2025
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.15.7 to 0.17.7.
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.7/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v0.15.7...v0.17.7)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/production/phoenix_live_view-0.17.7 branch from 101d756 to f43adbc Compare February 12, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants