Skip to content

Update phoenix_live_view 0.20.17 → 1.0.5 (major) #119

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

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Mar 6, 2025

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ phoenix_live_view (0.20.17 → 1.0.5) · Repo · Changelog

Release Notes

1.0.2 (from changelog)

Bug fixes

  • Fix inconsistency between mix format and mix format --check-formatted with new curly interpolation syntax (#3590)
  • Fix unnecessary compile time dependencies when using attr / on_mount / live (#3592)
  • Fix crash when testing LiveViews with embedded XML (e.g. SVGs) (#3594)
  • Fix type warning when using follow_redirect (#3581)
  • Prevent phx-trigger-action from clashing with locked forms (#3591)
  • Fix form recovery sending wrong event name when using JS commands in phx-change (#3607)

Enhancements

  • Deduplicate items on stream/4 / steam_insert/4 (#3599)
  • Restore scroll position on initial navigation (#3572)
  • Change-track non existing keys in maps (#3584)
  • Only warn instead of raising when detecting a duplicate ID in LiveViewTest (#3603)

1.0.1 (from changelog)

Bug fixes

  • Fix live session verification causing logged errors, push_patch failures, and failed mounts when a cold deploy occurs

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ floki (0.36.3 → 0.37.0) · Repo · Changelog

Release Notes

0.37.0

Added

Fixed

  • Fix bug propagating identity encoder in raw_html/2 - thanks @andyleclair.

Removed

  • Remove support for Elixir 1.13 and OTP 22.

Pull requests

New Contributors

Full Changelog: v0.36.3...v0.37.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

✳️ phoenix (1.7.14 → 1.7.20) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 28 commits:

✳️ phoenix_html (4.1.1 → 4.2.1) · Repo · Changelog

Release Notes

4.2.1 (from changelog)

  • Enhancements
    • Add type to Phoenix.HTML.FormField
    • Allow keyword lists in options to use nil as key/value

4.2.0 (from changelog)

  • Enhancements

    • Add Phoenix.HTML.css_escape/1 to escape strings for use inside CSS selectors
    • Add the ability to pass :hr to options_for_select/2 to render a horizontal rule
  • Bug fixes

    • Pass form action through in FormData implementation

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:

✳️ plug_cowboy (2.7.2 → 2.7.3) · Repo · Changelog

Release Notes

2.7.3 (from changelog)

Enhancements

  • Ensure errors from Cowboy 2.13 are correctly translated

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ castore (indirect, 1.0.9 → 1.0.12) · Repo

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ cowboy (indirect, 2.12.0 → 2.13.0) · Repo

Commits

See the full diff on Github. The new version differs by 54 commits:

↗️ cowlib (indirect, 2.13.0 → 2.14.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ decimal (indirect, 2.1.1 → 2.3.0) · Repo · Changelog

Release Notes

2.3.0 (from changelog)

2.2.0 (from changelog)

  • Add Decimal.gte?/2 and Decimal.lte?/2
  • Add Decimal.compare/3 and Decimal.eq?/3 with threshold as parameter

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:

↗️ ranch (indirect, 1.8.0 → 2.2.0) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ websock_adapter (indirect, 0.5.6 → 0.5.8) · Repo · Changelog

Release Notes

0.5.8 (from changelog)

Enhancements

  • Improve handling of crashes during WebSock.init/1 calls (#20)

0.5.7 (from changelog)

Enhancements

  • Support use within Plug.Adapters.Test.Conn based tests

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot force-pushed the depfu/update/elixir/phoenix_live_view-1.0.5 branch from f5ca566 to 5490386 Compare March 10, 2025 18:20
Copy link
Contributor Author

depfu bot commented Apr 2, 2025

Closed in favor of #120.

@depfu depfu bot closed this Apr 2, 2025
@depfu depfu bot deleted the depfu/update/elixir/phoenix_live_view-1.0.5 branch April 2, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants